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
What are the different methods of session maintenance in asp.net?
Describe the events in the life cycle of a web application.
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.
Explain the difference between Repeater and Data list control in ASP.NET?
What is the use of service provider?
What is the difference between login controls and forms authentication?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is the difference between system.stringbuilder and system.string
Explain the steps needed to be performed in order to create an animation in xaml?
What is the difference between Hash table and Array list?
What is difference between mvc and asp.net? : Asp.Net MVC
What is manifest in .net framework?
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)
What is server side session?
What is slidemaster?