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
Can we use MSSql as backend in asp.net...if yes then How.?
What are query strings used for?
What is parse in asp.net?
Where is session cookies stored?
How you will manage the state of ASP.NET controls?
Where do the cookie state and session state information be stored?
What’s the difference between asp.net web forms and asp.net mvc?
in which protocol ASP.NET WEB API Work?
What are server objects?
What is razor? : asp.net mvc
Write the different features of a Thread and a Process?
Explain the use of resource manager class in .net.
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
Difference between Response.redirect vs server.transfer?
Which object wraps the state or data of a user?