the check box is in data grid so you have to use
datagrids "findcontro l " method to find the check box control in datagrid.
and use checkbox.checke d method to check that one.
because check box is now placed in datagrid ..so the check box is datagrid's child control
and u have to use the primary key of the data base table..from where we are reterving the data ..and keep in visible false. i...
User Profile
Collapse
-
sureshpuli started a topic Failed to load viewstate. The control tree into which viewstate is being loaded mustin .NETFailed to load viewstate. The control tree into which viewstate is being loaded must
currently there is a custom paging option .. so everytime we are retreiving 10 records from data base to front end and showing in data grid. i kept this 10 records in view state. and iam updating the records, and adding the new records .
but now i have to show the total records from the data base ..and i have to show..but while updating and adding the records it is giving error like
Failed to load viewstate....
No activity results to display
Show More
Leave a comment: