What event fired during, when datagrid click?



What event fired during, when datagrid click?..

Answer / 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

More ASP.NET Interview Questions

What is base class of .net?

0 Answers  


Is redux flux?

0 Answers  


What is the typical session identifier?

0 Answers  


Describe a Windows Service and its lifecycle ?

0 Answers   Siebel,


Create the Output by mearging 2 tables and taking common column sid from both you should not use database create table and data in it Randomly table 1 sid sname saddress 1 sa ampt 2 na hyd 3 ha hyd table 2 sid dno dname 1 12 stats 2 23 phy 3 12 stats OutPUt sid sname saddress did dname 1 sa ampt 12 stats 2 na hyd 23 phy 3 ha hyd 12 stats

1 Answers  






what is usercontrol how we can use acess the controls that are present in the usercontrol in the aspx page suppose we have 2 text boxes in a user control how u can acess the 2 textboxs in the aspx page

1 Answers  


Define a static class?

0 Answers  


What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?

2 Answers  


Define caching.

0 Answers  


What is the difference between user control an custom control?

0 Answers  


How do you use css in asp.net?

8 Answers   iBridge,


How can u sort strings in array where strings are passed to method as arguments.

3 Answers   CTS, Syncfusion,


Categories