I want to Create asp.net forms that can manipulate data in the smartobject?

  • 24 March 2010
  • 3 replies
  • 0 views

Badge +1

I had Created SmartObjects and also tried to Manipulate data in the smartobjects. i had created a connection to the k2server, open the connection, use storeprocedure as my commandType and it works but i have problem regarding radiobuttonlist i tried to get the value of the selected radio button and insert the value to the smartobject. need help!


3 replies

Badge +4

Hi Jes,


You should be able to get at the data using the ADO.net provider. Here's an article that might help out.


Clint

Badge +1

Hi Clint,


Thanks for the immediate reply, i already tried using Ado.net wizard, like the one in the link but i want it programmatically so that i can use it plainly on textbox and radiobuttonlist.


Jes

Badge +8

You can have a look at the Help file, the classes are documented in there. You can also have a look at the following project on blackmarket, is has code samples of most API calls you will need, from Worklist retrieval to SmartObject interaction:


http://www.k2underground.com/groups/k2_blackpearl_ajax_aspnet_api_example/default.aspx

Reply