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 enableviewstate in asp net?
Explain transparent caching with aop?
Why is string called immutable data type?
What are the Types of authentications in IIS
Why is xap important?
In a Repeater control how one can provide an alternating color scheme ?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What is the mvc framework?
Explain what does mvc represent in asp.net? : asp.net mvc
What is the difference between session and viewstate?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
Why do we need a web application session?
What is the use of HttpHandlers? When to use this?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
What is caching in asp.net?