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

How may clustered index we can create in table?

567


What is caching in asp.net?

569


how to debug web services on consumer side?

582


What is ASLM?

686


What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?

573






What asp.net control can embed xaml into asp.net pages?

543


1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????

18527


Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc

533


What is web api and why to use it?

561


What are all the various Estimation Techniques available ?

659


Is asp.net and .net are same or different?

530


What is the difference between Session and response.Redirect?

620


What are the three parts of an http response?

534


What does session_start () do?

628


Using code explain Configuration Management

1410