Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
490
webcombo inside ultra web grid control
posted

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