Top questions

Post

New Post


Find by name:

Question Answer
If you are using the DataSet and you have to display the data in sorted order what will you do? Options - Use Sort method of DataTable - Use Sort method of DataSet - Use DataViev object with each sort - Use datapaging and sort the data. CORRECT ANSWER : Use DataViev object with each sort
If you are using user control in ASP.NET page which directive will be used? Options - Register - Assembly - Implements - Aspx CORRECT ANSWER : Register
If you are using Webparts in your web page then which control is necessary? Options - WebpartController - WebPartmanager - WebpartZone - None CORRECT ANSWER : WebPartmanager



Back to HomePage