blah blah blah is here! blah blah » Close

0
votes
1 answers

asp c# - Login and Register form on same page ERROR: A page can have only one server-side Form tag.

Hi all, ASP is driving me mad, i would like to have a sliding panel with a login form and a registration form in it but asp keeps throwing errors and from what i understand it does not allow 2 forms with runat="server" on the same ...

0
votes
0 answers

C# : Logging into webpage to get source

Hi All, Im trying to log into a webpage and retrieve the source of the page. I have been google'ing and debugging for a while, but im stuck. I wrote a method called LogIn private string LogIn () { string cookieHeader; stri ...

1
votes
0 answers

Login control asp.net

btab
30

Hello I'm using Visual Studio 2008 (webdeveloper express), and after watching some tutorial videos on asp.net about the login control which were made in same application I use I'm now a bit confused. In the tutorial when they create a ...

0
votes
1 answers

Web Based Windows Login

I have a web page that authenticates users against AD. It uses a simple web form to gather the details and then does the work on the back end. If I get a Password_Expired result from AD my users want the windows pop-up window similar to the ...

1
votes
4 answers

C# - Auto login form

Hi, I am working on a simple application with a listbox and webbrowser control. I have two textboxes for username and password, and I have a button. I have some URLs in the listbox that have login forms. I need to get the username and pa ...

0
votes
20 answers

U think this is simple?

I'm wishing to provide a login facility in C# windows application, maximum 20 users might be there so not a huge database is required for the WinApplication. Kindly suggest me how should I go ahead with this idea of mine. Sample code or a ...

0
votes
1 answers

Help with storing/accessing user access roles C# Winforms

Hello, firstly I would like to thank you in advance for any assistance provided. I am new to software development and have designed several Client/Server applications over the last 12 months or so, I am currently working on a project that i ...

Feedback