Click here to Skip to main content
15,902,189 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

anybody give me idea how can use RowDataBound for gridview because i want to select row on mouse click and enable edit button.
Posted

1 solution

Sounds like you want exact code! Oops!

Here are the steps:
1. In your RowDataBound, get row level access
2. Use Row onclick event
3. Enable button or do any other stuff like showing a message or so. Bind a Jacascript method to row event
4. Do what all you need to in JS method.

Now, try!
 
Share this answer
 

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