Asp.Net Source :- In my project i have gridview control -
item template. Its have asp:button control. my requirement
is while click this button i need to display some alert
message.
Could you please help me which gridview event i need to
write source code?
Please give me a quick response.
Thanks
Answer Posted / bhavin khatri
you can write code for messege directly to the click event
of button otherwise
write 'Edit' in the commandname property of button which u
are added then in gridview write onrowediting event
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is variable and constant in .net programming language?
A web service can only be written in .net? State whether true or false.
How does a content page differ from a master page?
What is asp.net introduction?
What are the disadvantages of view state?
How to Separate background image and front image from original picture....
Why do we need master page in asp.net?
What is a viewbag?
What are directives in asp.net? List down all the important directives.
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
What is the difference between table and query?
What is state management react?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
How to implement role based security in asp.net mvc? : Asp.Net MVC
How do we implement bundling in MVC?