I am using a ultra web grid control for data entry purpose(insert only) and one column on this grid is a webcombo(type ahead). I am using a decalrative SQLdatasource to insert the data in the database.
My issue is that the Value of the selected Item from the webcombo box is getting passed as null to the Stored procedure called for teh insert operation. How do I link the Value of webcombo box to the InsertParameter of the SQlDatasource?
Thanks,Rajiv