Ask a Question related to ASP.NET General, Design and Development.
-
Peter H #1
opening aspx-files in frontpage?
Hello everybody,
I have created a webform using ASP.NET/C# as a part of my bachelor
thiesis on the behalf of a Community school.
The form should be used to save course information in a database and
publish this information on a webpage.
My question is now this:
Is it possible for the webmaster of the school to open my aspx-files
in Frontpage 2000, which they are using as editor, and make minor
changes in the layout?
I have tried myself but Frontpage doesnīt seem to be able to handle
the <asp:XXXX> -tags. The layout is not nearby what itīs supposed to
be, and buttons and checkboxes doesīt appear at all.
Has anyone some solution to this probelm?
best regards/ Peter
Peter H Guest
-
ASPX pages opening with Visual Studio
I am making a search and results page with asp and an access database. However, when I test it with my localhost the page open with Visual Studio.... -
ASPX Pages till opening with MS Visual Studio
I stared this thread (http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=263& ;threadid=980583&enterthread=y) but it keeps... -
how to allow designer to design in frontpage and hit the same asp/aspx page
My client wants to design ever changing forms in Frontpage and have them mailed in HTML format to her. How could I go about using ASP or ASP.NET... -
Adding aspx pages to a static FrontPage site
I have a very simple website, built in FrontPage 2002, which displays static information only. I would like to add some ASP.NET web forms... -
Opening other ASPX pages
On the client-side you are restricted to the functionality available in HTML. It doesn't matter what you have on the server side. What the user sees... -
Cowboy \(Gregory A. Beamer\) #2
Re: opening aspx-files in frontpage?
While I normally do not suggest jumping on a beta, the Office 2003 beta is a
good program for this. FrontPage 2003 does recognize ASP.NET tags. You can
work with FrontPage 2002, but you will get a lot of FUD in the process.
Nothing is going to be perfect with items that are bound, but FP 2003 will
be a major improvement, if you can swing working with a beta in your
environment.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Author: ADO.NET and XML: ASP.NET on the Edge
************************************************** **************************
****
Think Outside the Box!
************************************************** **************************
****
"Peter H" <kman_91@hotmail.com> wrote in message
news:f2bf341f.0307030500.36de2cba@posting.google.c om...> Hello everybody,
>
> I have created a webform using ASP.NET/C# as a part of my bachelor
> thiesis on the behalf of a Community school.
> The form should be used to save course information in a database and
> publish this information on a webpage.
>
> My question is now this:
> Is it possible for the webmaster of the school to open my aspx-files
> in Frontpage 2000, which they are using as editor, and make minor
> changes in the layout?
> I have tried myself but Frontpage doesnīt seem to be able to handle
> the <asp:XXXX> -tags. The layout is not nearby what itīs supposed to
> be, and buttons and checkboxes doesīt appear at all.
>
> Has anyone some solution to this probelm?
>
> best regards/ Peter
Cowboy \(Gregory A. Beamer\) Guest
-
Peter H #3
Re: opening aspx-files in frontpage?
Thanks for your response Gregory.
Iīll try to get my hand of a copy of the FrontPage 2003 and see how it works out.
bets regards/ Peter
"Cowboy \(Gregory A. Beamer\)" <NoSpamMgbworld@comcast.netRemuvThis> wrote in message news:<#B6XtYWQDHA.3236@TK2MSFTNGP10.phx.gbl>...> While I normally do not suggest jumping on a beta, the Office 2003 beta is a
> good program for this. FrontPage 2003 does recognize ASP.NET tags. You can
> work with FrontPage 2002, but you will get a lot of FUD in the process.
> Nothing is going to be perfect with items that are bound, but FP 2003 will
> be a major improvement, if you can swing working with a beta in your
> environment.
>
> --
> Gregory A. Beamer
> MVP; MCP: +I, SE, SD, DBA
> Author: ADO.NET and XML: ASP.NET on the Edge
>
> ************************************************** **************************
> ****
> Think Outside the Box!
> ************************************************** **************************
> ****
> "Peter H" <kman_91@hotmail.com> wrote in message
> news:f2bf341f.0307030500.36de2cba@posting.google.c om...> > Hello everybody,
> >
> > I have created a webform using ASP.NET/C# as a part of my bachelor
> > thiesis on the behalf of a Community school.
> > The form should be used to save course information in a database and
> > publish this information on a webpage.
> >
> > My question is now this:
> > Is it possible for the webmaster of the school to open my aspx-files
> > in Frontpage 2000, which they are using as editor, and make minor
> > changes in the layout?
> > I have tried myself but Frontpage doesnīt seem to be able to handle
> > the <asp:XXXX> -tags. The layout is not nearby what itīs supposed to
> > be, and buttons and checkboxes doesīt appear at all.
> >
> > Has anyone some solution to this probelm?
> >
> > best regards/ PeterPeter H Guest



Reply With Quote

