PC Review


Reply
Thread Tools Rate Thread

aspx or aspc.vb which one should i use

 
 
Jeevan
Guest
Posts: n/a
 
      18th Jan 2008
hello
when should i use the aspx file to write code and when the aspx.vb ?
should i use only one (any) to write the code?
i want to check the name and password entered by the user with the data in
my database and if found any match then display his name on next page ?
how to do this?
i know ASP , but new in ASP.NET.and a self learner
please help.
thanks for reading this


 
Reply With Quote
 
 
 
 
Sanket Sirotiya
Guest
Posts: n/a
 
      18th Jan 2008
Dear Jeevan,

You can use either C# or VB.NET based on your preference.

Both are equally good.

Regards
Sanket
"Jeevan" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> hello
> when should i use the aspx file to write code and when the aspx.vb ?
> should i use only one (any) to write the code?
> i want to check the name and password entered by the user with the data in
> my database and if found any match then display his name on next page ?
> how to do this?
> i know ASP , but new in ASP.NET.and a self learner
> please help.
> thanks for reading this
>


 
Reply With Quote
 
sloan
Guest
Posts: n/a
 
      18th Jan 2008

Using the code behind file.....is usually better for maintenance. (My
opinion).

What MS has done is allow you to not use the code behind files .... and this
is the "Rapid Development Model".
Aka, you could prototype a website very quickly, because you only have to
drag some controls, set the Table you're using in the database, and all teh
code will be generated for you....aka, the "rapid" part.

RAPID != (or <>) to GOOD development in my opinion.

You'll be happier in the end of you use code behind. It will make
maintenance much easier in the end.

...

But again, its what you're doing. If you need to protoype a website
quickly, then use the RAPID model.

The problem is that sometimes people take their prototype sites and use them
as the base for the real site.
This is a huge mistake (my opinion again).

Good luck.





"Jeevan" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> hello
> when should i use the aspx file to write code and when the aspx.vb ?
> should i use only one (any) to write the code?
> i want to check the name and password entered by the user with the data in
> my database and if found any match then display his name on next page ?
> how to do this?
> i know ASP , but new in ASP.NET.and a self learner
> please help.
> thanks for reading this
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
http://msdn.microsoft.com/wn3/aspx/postui.aspx?&guid=&sloc=en-us&d =?Utf-8?B?SG93IHRvIGdldCBkZXRhaWxzIGZyb20gdGhlIE9T Microsoft Dot NET 1 16th Mar 2006 05:26 PM
How to rise aspx parent forms event from aspx Child form =?Utf-8?B?QXNzYW5LaGFuIElzbWFpbA==?= Microsoft ASP .NET 1 22nd Oct 2005 03:03 PM
Opening anoter .aspx window from the parent .aspx main project using C# Microsoft Microsoft ASP .NET 3 12th Mar 2004 04:09 AM
dates sql and aspc.... luna Microsoft ASP .NET 1 3rd Feb 2004 01:49 PM
Specifying all files except Login.aspx and Join.aspx are restricted to authenticated users SamIAm Microsoft ASP .NET 1 4th Dec 2003 02:59 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:06 PM.