Given an ASP.NET Web Form called WebFrom1, what class does
the WebForm1 class inherit from by default?

a) System.Web.Form
b) System.Web.GUI.Page
c) System.Web.UI.Page
d) System.Web.UI.Form

Answer Posted / rajesh

The answer is: c) System.Web.UI.Page

Is This Answer Correct ?    35 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is cache in asp net?

536


When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?

597


What is the significance of attaching a profile while creating a user?

568


What is Web Server Control Templates.?

588


What is difference between view state and session state?

481






Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc

535


What is the sequence in which ASP.NET events are processed?

478


What is custom events?

573


How is my content secured from unauthorized access?

519


How do we implement bundling in MVC?

595


Explain the use of dataadapter.

581


Briefly describe the role of global.asax?

580


Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?

646


Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal

1379


What are server-side comments in ASP.NET?

549