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 is semantic gap?
What’s the use of “GLOBAL.ASAX” file?
Elaborate differentiation between Cache and Application?
How can you identify that the page is post back?
What is HTTPModule and HTTPcontext? What is the use of each?
What are the authentication types in asp.net?
Which object encapsulates state or data of a user?
what are the web form events available in asp.net?
Explain about the .NET framework?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
Define what is razor? : asp.net mvc
What is the purpose of App_Code folder in ASP.NET? Why we this?
Can you use c# without .net?
What are different methods of session maintenance in asp.net?
Explain the updatepanel?