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 / mintu
add commandname="Updateme" for your button and in rowcommand event of datagrid
if (e.CommandName == "Updateme")
{
//ur code
}
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
What is asp.net ajax?
What are session and cookies?
Describe paging in asp.net?
Why we are using mvc instead of asp.net? : Asp.Net MVC
What is the purpose of url encoding?
What is postback in asp net?
How will create assesblies at run time?
Are xaml file compiled or built on runtime?
Why is xap important?
What is advantage of code behind coding in ASP.NET?
Do you support digital rights management to protect my videos?
Why do we use web config?
Differentiate strong typing and weak typing
Web API supports which protocol?