• 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 |
How do I change a aspx file to a pdf?
What is the function of Buffer in Response Object?
What is the order of execution for an ASP application?
What is active server object model?
What are the attributes of the tags? What are their functions?
What is asp code?
what are the objects in asp?
2 Answers First Insight, VebTel,
Can I use the win32 api from a .net framework program?
What purpose is served by the Application.Lock method? A. It locks the Application object, preventing other clients from altering any values in the Contents collection. B. It locks the application, preventing the server from responding to any requests for application documents. C. It locks the application, preventing non-SSL requests from being processed. D. It locks the Application object, preventing other clients from reading any values in the Content collection. E. It locks other clients from reading the Contents collection.
what is dry run?
What is difference between aspx and razor?
Name the data types which does the rangevalidator control support?