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
What is virtual directory in asp.net?
What is a SESSION and APPLICATION object?
How Can assign alias name for ASP.NET Web API Action?
Which class is used to send an email message from an ASP.NET Web page?
What are custom controls?
What are the merits and demerits of viewstate?
Explain server control extensibility with reference to asp.net 2.0 ?
What is the difference between union and join?
Describe the difference between inline and code behind - which is best in a?
What is the meaning of TestApi?
Which is the parent class of the web server control?
Where can I get the details on migration of existing projects using various technologies to asp.net?
What is the difference between a cookie and a pixel?
Securitywise What are the Enhancements in 2.0?
Is a dll file an executable?