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
695
WebGrid Add New Row
posted

Hi,

I have grid with 50 columns, I am binding to webdatagrid with 3 rows by using dataset. This grid contains, textbox, dropdown and datapicker. I want to create new empty row by clicking Button in server side. While saving tab, I have to loop all rows (existing modified rowns and newly created row) save to database.

I am looking for sample code for this scenario.

Questions?

Is is necessity put dataset in Session ? While creating new row, do we need to mention all 50 columns in datarow? I would like to get example as soon as possible.

Thank you.