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
Which is better php or asp.net?
What is server infrastructure & server components?
Which is better viewstate or session?
What is the used of "ispostback" property?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
Is asp.net a language?
What is autopost?
What is route in web api?
What is the benefit of WebAPI over WCF?
If 200 is for all successful operation then why do we have 201 response codes?
Which is faster viewbag or viewdata?
Whats the difference between abstract factory pattern and factory pattern?
How does windows service lifecycle differ from a .standard. Exe?
What is break mode?
What is the difference between GridView and Repeater controls in ASP.NET?