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 / vishwanath
In Item data bound event I will find that button and add the
attribute(calling the javascript function) to that button.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
What is difference between cache and session?
What do you mean by role-based security?
What is the size of Get method and how much data it can store?
Is there any limit for query string? Means what is the maximum size?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
Explain the steps to be followed to use passport authentication.
Why is asp.net so popular?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
Where is the view state data stored?
Why will you usually create an aspnet user account in the database for an asp.net web application?
Explain the difference between overriding and overloading?