CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2008
    Posts
    21

    Question managing selectedindexchanged event in gridview

    Hi,

    I want to call the selectedindexchanged event without clicking on the command bound column, i.e., I want to perform the task by clicking on say a databound column of the gridview.

    Please provide some suggestions.

  2. #2
    Join Date
    Jun 2006
    Posts
    645

    Re: managing selectedindexchanged event in gridview

    What is the task. Are you looking for something like Sort? Depending on that you will have to handle the Grid View event or set the Grid View property...

    Regards,
    Bhushan.

  3. #3
    Join Date
    Jul 2008
    Posts
    21

    Re: managing selectedindexchanged event in gridview

    Actually I want to select the contents of a particular cell in a gridview without clicking on the command button field used in my gridview.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured