Click here to Skip to main content
15,901,035 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have a modal pop up extender on my page. On the click of link button modal popup will appear. In the modal pop up,I have used datagrid. Datagrid contains 3 columns. One for checkbox, Other for rows from database and 3rd for dropdownlist.

Once modal popup appears, it will allow user to select some rows by checking the checkbox and dropdown allows the user to select the sequence of the rows.

I have one save button in modal pop up, so once user clicks save, I will be fetching the data from the database for respective rows.

So my question here is, once user clicks save, how to access those values from the datagrid.

Thanks,
Surendra
Posted
Updated 3-Oct-13 18:10pm
v2

1 solution

as user click on save pass all data from grid veiw to data table then

stored that data table in veiw state then you can retrive that data easily
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900