• How do you relate an aspx page with its code behind page?
Answer / sisir champati
The topmost line in an aspx page should be as follows:
<%@ Page Language="C#" AutoEventWireup="true"
CodeFile="MyFile.aspx.cs" Inherits="MyFile" %>
The part that says CodeFile="MyFile.aspx.cs" is the one that
links the code behind page to the aspx one.
| Is This Answer Correct ? | 3 Yes | 0 No |
What are Constants? How will you declare a constant?
How does non-deterministic garbage collection affect my code?
Short note on creation of job site in ASP.
What are the tasks performed by <> tags?
What are the attributes of the <form> tags?
Which line of code would instantiate the Browser Capabilities component? A. objBrowser = Server.CreateObject("MSWC.BrowserType") B. Set objBrowser = Server.CreateObject("MSWC.BrowserType") C. var objBrowser = Server.CreateObject("MSWC.BrowserType") D. var objBrowser = CreateObject("MSWC.BrowserType") E. var objBrowser = Server.CreateObject("BrowserType")
Whats the difference between struct and class in c#?
define the functionality of web server in context to Active server page.
If I want to build a shared assembly, does that require the overhead of signing and managing key pairs?
What is wsdl file? (explain in detail)
Tell something about Active Server Pages?
SAP Design Studio Reporting Tool for beginners