When viewing the source code of a web page, the JavaScript code can be seen and copied; thus, the code is not secure. Since JavaScript and include statements are both written with the same HTML delimiters: , this also means that the include st
True
False
Which of the following languages can be used to write server side scripting in ASP.NET?
C-sharp
VB
C++
a and b
When an .aspx page is requested from the web server, the out put will be rendered to browser in following format.
HTML
XML
WML
JSP
The Asp.net server control, which provides an alternative way of displaying text on web page, is
< asp:label >
< asp:listitem >
< asp:button >
The first event to be triggered in an aspx page is.
Page_Load()
Page_Init()
Page_click()
Postback occurs in which of the following forms.
Winforms
HTMLForms
Webforms
What namespace does the Web page belong in the .NET Framework class hierarchy?
System.web.UI.Page
System.Windows.Page
System.Web.page
Which method do you invoke on the Data Adapter control to load your generated dataset?
Fill( )
ExecuteQuery( )
Read( )
How do you register a user control?
Add Tag prefix, Tag name
Add Source, Tag prefix
Add Src, Tagprefix, Tagname
Which of the following is true?
User controls are displayed correctly in the Visual Studio .NET Designer
Custom controls are displayed correctly in VS.Net Designer
User and Custom controls are displayed correctly in the Visual Studio .NET Designer.