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
What is difference between session and application in asp net?
What is a runtime version?
Elaborate differentiation between ViewState and SessionState?
What are the validation controls available in ASP.NET?
What is web configuration file and how to use in web application
Explain the difference between array and linkedlist?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What is a query string in a url?
What are sql notifications and sql invalidations?
What is query string with example?
Explain the various authentication mechanisms in asp.net.
What is the life cycle of an asp.net page?
What is considered a service provider?
Can one dll file contains the compiled code of more than one .net language?
Why do we need asp.net?