What is difference b/w Data Grid in ASP.Net 1.1 and Gridview
in 2.0
Answers were Sorted based on User's Feedback
Answer / manas
Datagrid has itemdatabound event but in gridview it is
replaced by rowdatabound.In datagrid u can show more than
one table with their relation while not possible in
gridview.
Is This Answer Correct ? | 5 Yes | 8 No |
What is web router?
To bind columns manually which tags do you need to add within the asp:datagrid ?
Describe the diffeerence between inline and code behind?
Explain which is best suited place in the Application Start and Session_Start subroutines with an example?
can sn.exe can be used before gacutil.exe
Whats an assembly?
Where the assembly is stored in asp.net?
How to reduce the width of textbox in editcommandcolumn of datagrid?
difference between caching objects in session objects?
How you will handle session when deploying application in more than a server?
What is the flow of processing of the request? : asp.net mvc
Define static function?