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 / debopriyo
Gridview1.SelectedIndexChanged.....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How asp.net mvc differs from asp.net web forms? : asp.net mvc
Explain difference between dataset and recordset?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
Define tracing.
How do cookies work?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
Give a few examples of page life cycle events.
What is a multilingual website?
Explain the difference between Web Garden and Web Farm?
What are cookies in your browser?
What is meant by web application?
Where the viewstate is stored after the page postback?
Explain About WebService
What is cached data phone?
What are HTTP handlers in ASP.NET?