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 configuration file and how to use in web application
What are Http handler ?
6 Answers Accenture, BirlaSoft, Satyam, Syntel,
What is CLR ? Differentiate between CLR & CTS.
In which situation can you not use a viewstate?
Can you nest updatepanel within each other?
What is web.config. How many web.config files can be allowed to use in an application?
6 Answers Accenture, HCL, InterGraph, iSoft,
What is the difference between a session object and cache object
2 Answers CitiGroup, PennyWise,
What data types do the RangeValidator control support?
how to debug web services on consumer side?
How long the items in ViewState exists?
0 Answers SwanSoft Technologies,
Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()
Explain authentication levels in .net ?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)