473,387 Members | 1,464 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

What template to use?

Hi there,

I need to create an asp page using ASP.NET that does not have an interface
but only accepts URL Query Strings.

When starting a new project what template should I use?

Thanks!

--
http://www.vbmark.com/
A good place to start.
Nov 18 '05 #1
3 962
Just do it the regular way
Then manually remove all HTML except <%Page%> directive.

Also you might want to move all code into ASPX page to avoid having to move DLL and ASPX.

George
My Site - Body Jewelry
"vbMark" <no@email.com> wrote in message news:Xn************************@130.133.1.4...
Hi there,

I need to create an asp page using ASP.NET that does not have an interface
but only accepts URL Query Strings.

When starting a new project what template should I use?

Thanks!

--
http://www.vbmark.com/
A good place to start.
Nov 18 '05 #2
Okay, that works fine. But I don't understand what you mean by this:

"Also you might want to move all code into ASPX page to avoid having to
move DLL and ASPX."

Thanks.
"George" <no****@hotmail.com> wrote in
news:u$*************@TK2MSFTNGP10.phx.gbl:
Just do it the regular way
Then manually remove all HTML except <%Page%> directive.

Also you might want to move all code into ASPX page to avoid having to
move DLL and ASPX.

George
My Site - Body Jewelry
"vbMark" <no@email.com> wrote in message
news:Xn************************@130.133.1.4... Hi there,

I need to create an asp page using ASP.NET that does not have an
interface but only accepts URL Query Strings.

When starting a new project what template should I use?

Thanks!

Nov 18 '05 #3
There is 2 ways to code ASPX page.
1. When code C# for example is embedded into ASPX page. That way when you move your application you need only move the ASPX file. And there is no recompiling ( visible). ASP.NET will recompile page for you.

2. Using codebehind. This is the only way Visual Studio supports. But then it creates 2 files ASPX page and C# file which has to be compiled into DLL. Then everytime you change the C# file you need to recompile it. And then move new DLL.
I found it more convenient to keep all code in the ASPX page for small projects.

George
My Site - Body Jewelry
"vbMark" <no@email.com> wrote in message news:Xn************************@130.133.1.4...
Okay, that works fine. But I don't understand what you mean by this:

"Also you might want to move all code into ASPX page to avoid having to
move DLL and ASPX."

Thanks.
"George" <no****@hotmail.com> wrote in
news:u$*************@TK2MSFTNGP10.phx.gbl:
Just do it the regular way
Then manually remove all HTML except <%Page%> directive.

Also you might want to move all code into ASPX page to avoid having to
move DLL and ASPX.

George
My Site - Body Jewelry
"vbMark" <no@email.com> wrote in message
news:Xn************************@130.133.1.4... Hi there,

I need to create an asp page using ASP.NET that does not have an
interface but only accepts URL Query Strings.

When starting a new project what template should I use?

Thanks!

Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: marco | last post by:
the problem: I use a typedef inside a class template, than I use this type (dim_v<N1>::Type) to define the argument of a template function f but when I call this function from main, the compiler...
11
by: Micha | last post by:
Hello there, I think I've run into some classic c++ pitfall and maybe some of you guys can help me out. For my project I will need to use matrices and vectors and so I decided to implement them...
50
by: LaundroMat | last post by:
Suppose I have this function: def f(var=1): return var*2 What value do I have to pass to f() if I want it to evaluate var to 1? I know that f() will return 2, but what if I absolutely want to...
7
by: mosfet | last post by:
HI, when trying to compile an embedded version of STL called ustl on win32 platform I get the following error : /// Returns the minimum of \p a and \p b template <typename T1, typename T2>...
2
by: Andy Champ | last post by:
We have a class with something that, simplified, looks like this: template <typename Tclass foo { T beyondAllReaching; // In VC2005, this works OK template <typename Ufriend void...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.