Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > save user credentials

Reply
Thread Tools

save user credentials

 
 
Mudasir Ahmed
Guest
Posts: n/a
 
      04-21-2004
Guys :
I have written a web page which basically has text box and a list
box server controls on it. each time the user enters a value in the
text box it will put it in the list box.

the problem is. since the website has to go through the intranet
security it asks for a userid and password every time the page
refreshes. How can i persist the user cerdentials or in other words
avoid the security popup box each time the the page refreshes.

Any help will be greatly appreciated.

Thank you.
 
Reply With Quote
 
 
 
 
TJS
Guest
Posts: n/a
 
      04-22-2004
persist user state with
--session value or
--hidden field or
--cookie or
-- part of querystring or
--store a value in a database


"Mudasir Ahmed" <> wrote in message
news: om...
> Guys :
> I have written a web page which basically has text box and a list
> box server controls on it. each time the user enters a value in the
> text box it will put it in the list box.
>
> the problem is. since the website has to go through the intranet
> security it asks for a userid and password every time the page
> refreshes. How can i persist the user cerdentials or in other words
> avoid the security popup box each time the the page refreshes.
>
> Any help will be greatly appreciated.
>
> Thank you.



 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Closing the Open Save Dialog when user selects Save BusyBoy ASP .Net 2 10-31-2006 03:46 PM
"The credentials supplied conflict with an existing set of credentials" -=rjh=- NZ Computing 2 07-15-2006 11:09 PM
Retrieving User credentials and Domain name through WMI in ASP.NE =?Utf-8?B?dmlqdTgy?= MCSD 1 09-07-2004 07:51 PM
ASP.NET User Credentials Gavin Jacobs ASP .Net 1 04-18-2004 10:51 PM
Setting HttpWebRequest Credentials to be current user Jamie ASP .Net 4 03-01-2004 09:51 PM



Advertisments