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


Please Help Members By Posting Answers For Below Questions

What is connection pooling and how to enable and disable connection pooling?

702


Why and where this web.config file is used?

775


How to rename a table using sql queries?

757


What are the page life cycle events?

673


how to include timer or counting time to display next page in asp.net

1811


Where sessions are stored?

858


If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?

721


What is x xss protection?

732


What is fulltrust?

764


Explain the updatepanel?

779


How many types of validators are there in asp net?

682


What is a web farm?

758


How will create assesblies at run time?

739


What is HTTPModule and HTTPcontext? What is the use of each?

2200


What is a proxy in web service?

771