PROGRAM AREA
Top questions
Post
New Post
Find by name:
Question
Answer
Name the ASP.NET object that is used to get information about the web servers.
The Application object The Server object The Response object The Request object ANSWER: The Server object
Paybill.aspx file is used to collect customer contact information like name, address phone no and credit card details. User can select change address option. If user selects changes address option then changeaddress.aspx page will be called after submitting page paybill.aspx. There isn’t any user interface on changeaddress.aspx. After processing changeaddress.aspx page, success message will be displayed on paybill.aspx. we need to write one line of code to process changeaddress.aspx page. This line should be:
Options - Response.redirect (“changeaddress.aspx”) - Server.transfer(“changeaddress.aspx”) - Server.writefile(“changeaddress.aspx”) - Server.execute(“changeaddress.aspx”) CORRECT ANSWER : Server.execute(“changeaddress.aspx”)
Question # 10 Is asp net a programming language or framework?
Answer # ASP.NET is a framework generally written in one of two languages – VB script or C#. ASP .NET is a server-side scripting language. Your .aspx pages are just scripts that tell IIS how to render a page.
Page 21 of 43
««
«
…
16
17
18
19
20
21
22
23
24
25
…
»
»»
Full Page
Back to HomePage