How do you relate an aspx page with its code behind page ?
Answer Posted / vimal
<%@ Page Language="C#" AutoEventWireup="true"
CodeFile="solvedtickets.aspx.cs" Inherits="solvedtickets" %>
ya this is the correct answer in aspx page we are we are
defined d codefile naaa
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to send a DataReader as a parameter to a remote client ?
What is enableviewstate in asp net?
What is a session government?
Explain the steps to be followed to use passport authentication.
How many ways are there to maintain a state in .net? What is view state?
What are the asp.net 2.0 features?
What is the difference between a multi-layer and multi-tier applications?
What kind of programming language is ASP.NET?
What is asp.net localization?
What are uri parameters?
Is asp.net and .net the same?
What are sessions in asp net?
What is the difference between viewstate and hidden field in asp.net?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
How to implement form based authentication in asp.net application?