What event fired during, when datagrid click?

Answer Posted / sivaprasad

when datagrid click Defaultly
protected void DataGrid_SelectionIndexchanged(object
sender,Selectionindexchanged Eventargs e)
{
}
this event will fired when we click the datagrid

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different methods of session maintenance in asp.net?

628


Describe the events in the life cycle of a web application.

696


How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.

1536


Explain the difference between Repeater and Data list control in ASP.NET?

712


What is the use of service provider?

656






What is the difference between login controls and forms authentication?

631


Explain why it is useful to use mvc instead of webforms? : asp.net mvc

699


What is the difference between system.stringbuilder and system.string

350


Explain the steps needed to be performed in order to create an animation in xaml?

647


What is the difference between Hash table and Array list?

474


What is difference between mvc and asp.net? : Asp.Net MVC

659


What is manifest in .net framework?

642


I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)

1578


What is server side session?

605


What is slidemaster?

568