Click here to Skip to main content
15,905,682 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear Friends,

I need to display a pop up Message when a cell is clicked in Gridview.

this is used to edit and delete the records of that particular selected row.

Please suggest me how to do this ?

Thanks.
Posted

1 solution

You always ask questions like this without showing what have you tried.

Please suggest me how to do this ?
You need to bind a Javascript method to the onclick/onfocus/onblur event (pick one that suits you) of the control.
In the javascript funciton, based on your operation, raise an alert or confirm as per need.

Now, try out and post specific issue.
 
Share this answer
 
Comments
Ranjith Reddy CSE 4-Jul-12 5:33am    
yes, boss am in Initial Stage of programming....Please help me, I dont understand tell me clear.
Sandeep Mewara 4-Jul-12 5:39am    
Yes, since you are in your initial stages, you should try more. Expecting full answers/code/links to what you seek is not good approach.
Ranjith Reddy CSE 4-Jul-12 5:34am    
Your help may make my FUTURE.
Sandeep Mewara 4-Jul-12 5:38am    
And to make your FUTURE, I gave you all the things you need to solve it.

If I spoon feed you with exact answer, your future will not be as good.
Sandeep Mewara 4-Jul-12 5:42am    
To add more, till date you have asked 113 questions here. You have rarely marked any answer as solution for the help provided to you. Very Bad!

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