Which class can be used to perform data type conversion between ....
Which class can be used to perform data type conversion between .NET data types and XML types...
view full question with answer
Posted in: ASP.NET(45) |
Which class can be used to create an XML document from scratch?...
Which class can be used to create an XML document from scratch...
view full question with answer
Posted in: ASP.NET(45) |
To perform asynchronous data access, what must be added to the co...
To perform asynchronous data access, what must be added to the connection string...
view full question with answer
Posted in: ASP.NET(45) |
ASP.NET Login control and MembershipProvider...
ASP.NET Login control and MembershipProvide...
view full question with answer
Posted in: ASP.NET(45) |
What is the sequence of event firing during page load...
What is the sequence of event firing during page lo...
view full question with answer
Posted in: ASP.NET(45) |
While developing ASP.NET 2.0 web application you have a DataSet c...
While developing ASP.NET 2.0 web application you have a DataSet containing a Customer DataTable and an Order DataTable. You want to easily navigate from an Order DataRow to the Customer who ...
view full question with answer
Posted in: ASP.NET(45) |
How do you configure the SOAP (Simple Object Access Protocol) to...
How do you configure the SOAP (Simple Object Access Protocol) to associate with particular web metho...
view full question with answer
Posted in: .NET(40) |
You are working with a DataSet and want to be able to display dat...
You are working with a DataSet and want to be able to display data, sorted different ways. How do you do so...
view full question with answer
Posted in: ASP.NET(45) |
Response.Write() and Response.Output.Write()...
Response.Write() and Response.Output.Write...
view full question with answer
Posted in: ASP.NET(45) |
How will you identify which event in the ASP.NET Web page life cy...
How will you identify which event in the ASP.NET Web page life cycle takes the longest time to execut...
view full question with answer
Posted in: ASP.NET(45) |
In the Design view in Visual Studio 2005 of an ASP.NET web page,...
In the Design view in Visual Studio 2005 of an ASP.NET web page, what is the easiest way to create an event handler for the default event of a ASP.NET server control...
view full question with answer
Posted in: ASP.NET(45) |
What event can you subscribe to if you want to display informatio...
What event can you subscribe to if you want to display information from SQL Print statements...
view full question with answer
Posted in: ASP.NET(45) |
Which of the following is a requirement when merging modified dat...
Which of the following is a requirement when merging modified data into a DataSet...
view full question with answer
Posted in: ASP.NET(45) |
You are interested in examining the data that is posted to the We...
You are interested in examining the data that is posted to the Web server. What trace result section can you use to see this information...
view full question with answer
Posted in: ASP.NET(45) |
In your ASP.NET 2.0 web application you want to display an image...
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this...
view full question with answer
Posted in: ASP.NET(45) |