Simple ASP.Net Login Page (Using VB.Net)

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Thread Solved

Join Date: Apr 2005
Posts: 1
Reputation: heckman is an unknown quantity at this point 
Solved Threads: 1
heckman heckman is offline Offline
Newbie Poster

Re: Simple ASP.Net Login Page (Using VB.Net)

 
0
  #51
Apr 20th, 2005
Paladine,

i'm also a relative newbie to asp.net, and i just wanted to thank you very much for your help! my login page worked perfectly thanks to your instructions.
heckman
Quick reply to this message  
Join Date: Apr 2005
Posts: 9
Reputation: Qbit75 is an unknown quantity at this point 
Solved Threads: 1
Qbit75 Qbit75 is offline Offline
Newbie Poster

Re: Simple ASP.Net Login Page (Using VB.Net)

 
0
  #52
Apr 20th, 2005
hello
will is it possible to not give a response.redirect command to go other page
earlye
Quick reply to this message  
Join Date: Feb 2003
Posts: 793
Reputation: Paladine has a spectacular aura about Paladine has a spectacular aura about Paladine has a spectacular aura about 
Solved Threads: 27
Team Colleague
Paladine's Avatar
Paladine Paladine is offline Offline
Master Poster

Re: Simple ASP.Net Login Page (Using VB.Net)

 
0
  #53
Apr 21st, 2005
I am sorry but I do not understand what you are asking.


Ok? You don't want the user to go to next page on successful login? What is suppose to happen after login is completed? How would the user know where to go? If you mean another page other than default.aspx, I have to ask....have you reviewed the posts in this tutorial that speak of doing exactly that?


PLEASE be clear, specific and provide background information that may help me to help you get your questions answered
Assistant Manager, Pharmacy Informatics
Wordpress Learning Blog
Updated : ASP.Net Login Code
Quick reply to this message  
Join Date: Feb 2005
Posts: 12
Reputation: Kendel is an unknown quantity at this point 
Solved Threads: 1
Kendel Kendel is offline Offline
Newbie Poster

Re: Simple ASP.Net Login Page (Using VB.Net)

 
0
  #54
Apr 21st, 2005
I think what he asked was:
Instead of
FormsAuthentication.RedirectFromLoginPage(txtUserName.Text, False) ' ||||| default.aspx Page! ,
can he use, Reponse.Redirect

The answer is Yes. Response.Redirect will do the work.
Quick reply to this message  
Join Date: Feb 2003
Posts: 793
Reputation: Paladine has a spectacular aura about Paladine has a spectacular aura about Paladine has a spectacular aura about 
Solved Threads: 27
Team Colleague
Paladine's Avatar
Paladine Paladine is offline Offline
Master Poster

Re: Simple ASP.Net Login Page (Using VB.Net)

 
0
  #55
Apr 21st, 2005
Umm... ok. Thanks for answering that.

Yes!
Assistant Manager, Pharmacy Informatics
Wordpress Learning Blog
Updated : ASP.Net Login Code
Quick reply to this message  
Join Date: Apr 2005
Posts: 9
Reputation: Qbit75 is an unknown quantity at this point 
Solved Threads: 1
Qbit75 Qbit75 is offline Offline
Newbie Poster

Re: Simple ASP.Net Login Page (Using VB.Net)

 
0
  #56
Apr 22nd, 2005
yaa i want to do this but i want to redirect the user adminhome or userhom.aspx in your code it is possible that i define the particular page where a user go ?
FormsAuthentication.RedirectFromLoginPage(txtUserName.Text, False)
at there how i define to go in next page just as userhome.aspx?
Quick reply to this message  
Join Date: Feb 2003
Posts: 793
Reputation: Paladine has a spectacular aura about Paladine has a spectacular aura about Paladine has a spectacular aura about 
Solved Threads: 27
Team Colleague
Paladine's Avatar
Paladine Paladine is offline Offline
Master Poster

Re: Simple ASP.Net Login Page (Using VB.Net)

 
0
  #57
Apr 22nd, 2005
Well you can do this one of two ways. Use Response.Redirect("userhome.aspx") or you could add the userhome.aspx as a possible default page under IIS settings for the application directory that will contain your ASP.Net Application.


Originally Posted by Qbit75
yaa i want to do this but i want to redirect the user adminhome or userhom.aspx in your code it is possible that i define the particular page where a user go ?
FormsAuthentication.RedirectFromLoginPage(txtUserName.Text, False)
at there how i define to go in next page just as userhome.aspx?
Assistant Manager, Pharmacy Informatics
Wordpress Learning Blog
Updated : ASP.Net Login Code
Quick reply to this message  
Join Date: Apr 2005
Posts: 9
Reputation: Qbit75 is an unknown quantity at this point 
Solved Threads: 1
Qbit75 Qbit75 is offline Offline
Newbie Poster

Re: Simple ASP.Net Login Page (Using VB.Net)

 
0
  #58
Apr 24th, 2005
hi but i dont knew how to set default property so if u have aby link then its good to me to understand it plz sand me that or describe it clearly ?
Quick reply to this message  
Join Date: Feb 2003
Posts: 793
Reputation: Paladine has a spectacular aura about Paladine has a spectacular aura about Paladine has a spectacular aura about 
Solved Threads: 27
Team Colleague
Paladine's Avatar
Paladine Paladine is offline Offline
Master Poster

Re: Simple ASP.Net Login Page (Using VB.Net)

 
0
  #59
Apr 24th, 2005
Ok no worries

Start Menu --> Control Panel --> Administrative Tools --> Internet Information Services.

Drill down in the cascading menu to the folder name holding your ASP.NET Application. Right click on that folder, select properties, then go to the documents tab

http://www3.telus.net/public/tmlohnes/Image1.jpg
Click add and then type in the name and extension of the new default page you want to use instead of the listed ones.

Voila!
Assistant Manager, Pharmacy Informatics
Wordpress Learning Blog
Updated : ASP.Net Login Code
Quick reply to this message  
Join Date: May 2005
Posts: 20
Reputation: lorf14plus is an unknown quantity at this point 
Solved Threads: 1
lorf14plus lorf14plus is offline Offline
Newbie Poster

Re: Simple ASP.Net Login Page (Using VB.Net)

 
0
  #60
May 3rd, 2005
Excuse me I am a novice in asp.net and i prove to create a new alogin application wirh this code, but my page don't make any check on the table when I make the submit return all the time at the login page. i prove to enter correct data and wrong data can yiou help me please???
Quick reply to this message  
Closed Thread

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the ASP.NET Forum
Thread Tools Search this Thread



Tag cloud for ASP.NET
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC