Search results for query: *

  • Users: ctsenthil
  • Content: Threads
  • Order by date
  1. C

    Problem in DataGrid Paging

    I had implemented the paging concepts in Datagrid.... and i had some text boxes and check boxes in the data grid row..i provide the option to save all the data in a single shot after making the changes to the editable columns. But the Datagrid.Items.Count-1 is giving the count of the current...
  2. C

    Problem in datagrid Paging

    I have implemented the paging concepts in Datagrid.... i had some editable fields in the datagrid... if the user edit the fields and if he navigates from one page to another page the edited values will go away... i want to retrieve those values... please guide me... as i am new to .net
  3. C

    How to display the datagrid contents in two rows

    Iam getting 10 records from the database and i am binding those values to the datagrid... i want to display it in two rows say for ex the first 5 results wants to be displayed in first row and the secnd 5 results wants to displayed in second row.... please give some suggestions how to implement...
  4. C

    How to display the Pop Up message after clicking the button in VB.net

    If the user press the button i want to diplay the pop up message to get what action wants to be performed whether he wants to print the content in EXCEL or in HTML. Please help me out
Back
Top