Web Applications
Description: preparation questions. | |
Number of Questions: 15 | |
Created by: Akash Patel | |
Tags: Web Layers-Transport, Network and Application Data Communication and Networks Information Technology |
A program in ASP.NET shows the list of errors as bulleted list. What is this program named?
What is/are the concept(s) of data binding?
A .NET technology is able to interface with both SQL server .NET and OLEDB.NET. Which concept is also supported by this technology?
One can communicate with database by putting __________ directly with in ASP.
Who displays data grid in ASP.NET?
Which of the following is/are not opened by a connection with SQL server?
OleDb Adapter is an example of which database programming?
Which makes the final HTML representation in a web before the page is sent to client?
An HTML code has finished processing and the page rendered, the ASP.NET adds an extra ____________.
Which of the following are the two handlers of Table page class?
A user uses explicit submit button in a ASP.NET based web to avoid
Why are the Exception Handlers in ASP.NET program overlapped in many applications?
When clicked on the button having following code, which page view will be shown by ASP.NET? asp:Buttton ID = Button 1 run at = server Command Argument = View 15Command Name = SwitchView by ID Text = Go To View (Note: Tags are not shown here.)
Following is the first view code of ASP.NET program section: MultiView1.ActiveViewIndex = 0; What should be the code for fifteenth view?
Why will the control not appear in a page, when a visible property of a control is set to false?