CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.master_pages_themes_and_navigation_controls Tags:
Item Type: NewsGroup Date Entered: 9/23/2007 6:02:34 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 5 Views: 15 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
6 Items, 1 Pages 1 |< << Go >> >|
kate1
Asp.Net User
master page and forms9/23/2007 6:02:34 PM

0/0

Can you use forms (text box, drop down, grids) in the content of a master page? Also where can I find asp templates?

mbanavige
Asp.Net User
Re: master page and forms9/23/2007 6:15:00 PM

0/0

Those same controls that you would use in a standard page can also be used in a webpage.

what templates were you looking for?

 


Mike Banavige
~~~~~~~~~~~~
Dont forget to click "Mark as Answer" on the post that helped you.
This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
kate1
Asp.Net User
Re: master page and forms9/23/2007 7:07:55 PM

0/0

I was trying to find out how to copy a form into a master page. Here is an example of a page I did html www.freewebs.com/horus2/   I would like to use this same format scrollbar on side/header/main screen on right using asp.net any thoughts?

Johnson2007
Asp.Net User
Re: master page and forms9/25/2007 7:42:51 AM

0/0

I can not open you site. but if you want to migrate the html form to aspx form, I think you have to migrate it manually. 


Johnson
Amanda Wang - M
Asp.Net User
Re: master page and forms9/26/2007 6:58:52 AM

0/0

Hi

What the mean of " copy a form into a master page ", How do you want to "Copy"? Could you please give more deatils about your idea?

kate1:

Can you use forms (text box, drop down, grids) in the content of a master page? Also where can I find asp templates?

Do you want to use mulity forms?

In fact, you can use more than one forms in the pages, include the master page and the content page.

For example:

1.The master page aspx code:

<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage_MasterPage" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>Untitled Page</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
        </asp:contentplaceholder>
    </div>
    </form>
</body>
</html>
 2. the content page;
 <%@ Page Language="C#" MasterPageFile="~/MasterPage/MasterPage.master" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<form>
<asp:Button ID="bnrtn" Text="Button" runat=server />
</form>
</asp:Content>
If misunderstand you, please let me know.
 
 
Please remember to mark the replies as answers if they help and unmark them if they provide no help.


Yours sincerely,
Amanda Wang
Microsoft Online Community Support
kate1
Asp.Net User
Re: master page and forms9/26/2007 7:11:06 PM

0/0

I would like to reproduce a page  www.freewebs.com/horus2/  with this format/template using asp.net  Header on top,scrollbar to the right and main screen to the left. Mousing on the scrollbar would view content in main screen.

6 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Professional ASP.NET 2.0 Authors: Bill Evjen, Scott Hanselman, Farhan Muhammad, Srinivasa Sivakumar, Devin Rader, Pages: 1253, Published: 2005
Dreamweaver CS3 Bible: Master Every Aspect of Dreamweaver - Work with CSS, Text, Images, And Links - Incorporate Flash Movies and Other Media Authors: Joseph W. Lowery, Pages: 1112, Published: 2007
Visual Web Developer 2005 Express Edition For Dummies Authors: Alan Simpson, Pages: 358, Published: 2005
Beginning ASP.NET 3.5 in C# 2008: From Novice to Professional Authors: Matthew MacDonald, Pages: 954, Published: 2007
Essential SharePoint 2007: A Practical Guide for Users, Administrators and Developers Authors: Jeff Webb, Pages: 428, Published: 2007
Microsoft Office SharePoint Server 2007: The Complete Reference Authors: David Matthew Sterling, David Sterling, Pages: 788, Published: 2007
Beginning Visual Basic 2005 Authors: Thearon Willis, Bryan Newsome, Pages: 799, Published: 2006
C# for Programmers: Updated for C# 2.0 Authors: Paul J. Deitel, Pages: 1317, Published: 2005
Adobe Acrobat 8 PDF Bible Authors: Ted Padova, Pages: 1085, Published: 2007
Pro SharePoint Solution Development: Combining .NET, SharePoint and Office 2007 Authors: Ed Hild, Susie Adams, Pages: 376, Published: 2007

Web:
ASP.Net 2.0 - Master Pages: Tips, Tricks, and Traps Apr 11, 2006 ... NET web form using a master page, the content page (.aspx) and master page ..... NET 2.0, each master page and web form can compile into a ...
Master pages and forms Talk about Master pages and forms. ... Do you put your form on the master page or in each individual page? I use a master page for most of ...
Master pages and forms - .NET ASP Master pages and forms. Get answers to your questions in our .NET ASP forum.
Setting target of Master Page form - .Net Development I have a master page that contains my tags and then my content pages reference the master page. On one of my content pages I.
Master Pages In ASP.NET 2.0 Jul 18, 2005 ... A master page can serve as a template for one or more web forms. ... Just like any ASPX form, our master page can contain code in a




Search This Site:










regular expression dd-mmm-yy hh:mm:ss am/pm

netscape compatible menu

displaying last modified date

listbox datasource property

split page title

global string array

web.config can i use - integerated security=true ?

proper way to create initial page view using page.ispostback

prob with microsoft.web.ui.webcontrols.dll

load user control from ddn core into customized module

accessing network folder???

problem formatting master page

call code behind func from javascript?

how to open edit control of any module from tab link ?

spawning batch and js processes

how can i pass variables from vb/aspx-pages to ascx-pages?

difference between '/' and '/default.aspx'

how to create temporary files?

servervariables object in a server control

catching the delete event when a module is deleted from the instance menu

problems connecting to online component gallery

application attempted to perform an operation not allowed by the security policy

scrollable area where a linkbutton can be placed

timer control back button problem

random error: is already declared as 'protected dim withevents

host dnn smtp settings for multiple portal.

page not refreshing with updated data from db

aggregator page not showing blogs

how to separate/publish site

response.redirect for loggedin event ?

 
All Times Are GMT