Hi all,
I have to develop a website.
I have made a master page.
I have inherited it in .aspx page.
Now, the aspx page is not allowing me to make design on it.
Please help me out.
I created the website from the following way-
File-> New Project->C#->Web->Asp.net website
Please help.
Thank You
Loading
Pankaj PandeyPosted May 7, 2013, 4:29 AM
I have puted it in your code...try it and then manage that div where i have added placeholder as your need..
Now Its Working...
Now cheer-up :)
Riddhi ValechaPosted May 7, 2013, 7:26 AM
Thanks a lot.... It worked...
Riddhi ValechaPosted May 7, 2013, 3:08 AM
my aspx page is as follows-
<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true"
CodeBehind="Default.aspx.cs" Inherits="IGMS_Riddhi_1._Default" %>
---
Master Page-
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Site.master.cs" Inherits="IGMS_Riddhi_1.SiteMaster" %>
-------------
I want to design the Default.aspx page.
I have to make a login form.
But, it does not allow me to do so.
Please help.
Thank you.
Pankaj PandeyPosted May 7, 2013, 12:59 AM
kindly provide me aspx (html) code of aspx page.