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
Why do we use sessions?
What is the use of web.config and machine.config files?
What are the different types of sessions in asp.net?
How do you deploy your asp.net application?
What are the events in a page life cycle?
What are the new login controls in asp.net 2.0?
How can you make sure that web api returns json data only?
What is a query string in a url?
Which method is used to enforce garbage collection in .net?
What is active web page?
Explain difference between dataset and recordset?
Define static function?
What are strong names?
What are main return types supported in Web API?
What is a pixel url?