Skip to main content
Hi,
K2.net is totally a new world for me.
I would like to understand if I have ASP page designed using .Net2003 (pl. note that it's not K2.net Smart form) then can I link these ASP pages with processes designed in k2.net?
If yes then how?
If no then is it the case that I have to use k2. Smart form only?

Plus I could not understand what's difference between KO and K2.Studio Namespace. Can someone help me to understand this?

Regards,
Nitu
Hi Nitu,

Yes, you can link your current aspx pages with K2.net by referencing the K2ROM assembly and calling the necessary methods to either CREATE and START new process instances OR OPEN, UPDATE or FINISH WorklistItems.

Please refer to the Help file for code samples.

K2.net SmartForms is there just to make binding to K2.net processinstances easier for developers. For production systems however, I would actually recommend normal aspx pages as it gives the developer more control over the pages/components.

Hope this makes sense,
Ockert

Reply