What I want is , I created a WebUserControl1.asax page and made some disigns in it. I want this design in all .aspx pages too.
How can I do this?, please help me.
WebUserControl1.asax page:-
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="WebUserControl1.ascx.cs" Inherits="ASP_Hotel_Room_Reservation.Web_User_Control.WebUserControl1" %>
Hotel Reservation System
And here my .aspx page:-
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="wfrmCustomer.aspx.cs" Inherits="ASP_Hotel_Room_Reservation.Web_Forms.wfrmCustomer" %>

Tirthak ShahPosted Dec 24, 2013, 4:29 AM
WebUserControl1.asax page into that Master Page And Inherit All the aspx pages to That Master Page And it will DOne.
I hope It will Help You.