In which form does the dataset store data in it?
Answers were Sorted based on User's Feedback
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()
What is a DLL Hell Problem in .Net?
How do you perform validations?
How to disable SOAP1.2 in Web Services?
what r the Templeats in ASP.net?
What is an iHTTPModule, and explain its implementation with its limitations?
Mention few asp.net validators.
What's the use of response.output.write()?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
Explain which is best suited place in the Application Start and Session_Start subroutines with an example?
How to manage different kinds of sessions in ASP.NET?
can we pass values from one page to another page without redirecting to that page?
6 Answers Google, Patni, Syntel, Wipro,
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)