Click here to Skip to main content
15,894,254 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I'm working on ASP.NET Gridview,
Gridview has
1 CheckBox
1 Label Control
2 TextBox
1 Dropdown
1 Jquery DatePicker

Gridview is binded to database & all the rows are disabled at page load.
Using Client Script (Jquery) check get enabled for selection.
When the check box is selected Gridview row get enabled, if uncheck row get disabled.
Now I have an Issue i.e., User modifies the text in the control selectes the dropdown options and chooses the date.
When User clicks on submit button the modified data should upload to database.

I need a solution.

Waiting for reply.
Posted

1 solution

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