User Profile

Collapse

Profile Sidebar

Collapse
sureshpuli
sureshpuli
Last Activity: Aug 2 '07, 07:49 AM
Joined: Jul 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sureshpuli
    replied to CheckBoxes Using C#.net
    in .NET
    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...
    See more | Go to post

    Leave a comment:


  • Failed 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....
    See more | Go to post
No activity results to display
Show More
Working...