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
Why is mvc better than asp.net?
What’s the difference between asp.net web forms and asp.net mvc?
Will the asp.net validators run in server side or client side?
Which method is used to force all the validation controls to run?
What is the maximum number of classes that can be contained in one dll file?
What is use of Master Page in ASP.NET web pages?
Difference between Response.redirect vs server.transfer?
Explain swagger components.
What should you do is you want to remove an existing component but would like to make some funtionalities?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
What are the namespace classes used in asp.net mvc? : asp.net mvc
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 are the validation controls available in ASP.NET?