Click here to Skip to main content
16,005,552 members
Home / Discussions / C#
   

C#

 
GeneralRe: Team programming Pin
Anonymous16-Aug-05 20:16
Anonymous16-Aug-05 20:16 
GeneralRe: Team programming Pin
Genbox16-Aug-05 20:42
Genbox16-Aug-05 20:42 
GeneralDataGrid Sort Pin
Alomgir Miah16-Aug-05 7:33
Alomgir Miah16-Aug-05 7:33 
Generaldisable tab control page Pin
mhmo16-Aug-05 7:19
mhmo16-Aug-05 7:19 
GeneralRe: disable tab control page Pin
Mohamad Al Husseiny16-Aug-05 7:41
Mohamad Al Husseiny16-Aug-05 7:41 
GeneralAxWebBrowser - IHTMLSelectElement problem Pin
Romb16-Aug-05 7:18
Romb16-Aug-05 7:18 
Generallogin authentication Help needed Pin
ashkitt16-Aug-05 7:09
ashkitt16-Aug-05 7:09 
GeneralRe: login authentication Help needed Pin
Mohamad Al Husseiny16-Aug-05 9:46
Mohamad Al Husseiny16-Aug-05 9:46 
You can authenticate users in Asp.Net by one of three ways
1-Windows Authentication
2-Forms Authentication
3-Passport Authentication
In your case use Forms Authentication
To tell Asp.Net to use it in configration file set authontication mode to forms
<authentication mode="Forms">
<forms name="MyForm" loginUrl="login.aspx" protection="All"   timeout="30"  />
</authentication>

In the Login Form Button Clich event handler
you can Validate aginest Sel Server database
like any SQL Query check if you have record who is name and password equal given values but be aware of sql injection attack when you build your query



MCAD
GeneralRe: login authentication Help needed Pin
ashkitt16-Aug-05 19:30
ashkitt16-Aug-05 19:30 
Questionplease help! this is urgent> how to retrieve data to my tabpage without using data form wizard? Pin
nidhelp16-Aug-05 6:59
nidhelp16-Aug-05 6:59 
AnswerRe: please help! this is urgent&gt; how to retrieve data to my tabpage without using data form wizard? Pin
Mohamad Al Husseiny16-Aug-05 7:19
Mohamad Al Husseiny16-Aug-05 7:19 
GeneralRe: please help! this is urgent&gt; how to retrieve data to my tabpage without using data form wizard? Pin
nidhelp16-Aug-05 7:41
nidhelp16-Aug-05 7:41 
GeneralRe: please help! this is urgent> how to retrieve data to my tabpage without using data form wizard? Pin
Mohamad Al Husseiny16-Aug-05 9:26
Mohamad Al Husseiny16-Aug-05 9:26 
GeneralRe: please help! this is urgent&gt; how to retrieve data to my tabpage without using data form wizard? Pin
nidhelp16-Aug-05 17:43
nidhelp16-Aug-05 17:43 
GeneralDataSet Pin
samoore16-Aug-05 5:37
samoore16-Aug-05 5:37 
GeneralRe: DataSet Pin
Alomgir Miah16-Aug-05 6:11
Alomgir Miah16-Aug-05 6:11 
GeneralRe: DataSet Pin
Mohamad Al Husseiny16-Aug-05 7:06
Mohamad Al Husseiny16-Aug-05 7:06 
GeneralSerialization Help Pin
comingsoon16-Aug-05 5:21
comingsoon16-Aug-05 5:21 
GeneralWinXP Events Pin
Member 217623716-Aug-05 5:07
Member 217623716-Aug-05 5:07 
GeneralRe: WinXP Events Pin
snouto16-Aug-05 7:58
snouto16-Aug-05 7:58 
GeneralRe: WinXP Events Pin
Mohamad Al Husseiny16-Aug-05 8:01
Mohamad Al Husseiny16-Aug-05 8:01 
GeneralPointers in C# Pin
praveenpreky16-Aug-05 4:18
praveenpreky16-Aug-05 4:18 
GeneralRe: Pointers in C# Pin
S. Senthil Kumar16-Aug-05 4:32
S. Senthil Kumar16-Aug-05 4:32 
GeneralRe: Pointers in C# Pin
praveenpreky16-Aug-05 4:38
praveenpreky16-Aug-05 4:38 
GeneralRe: Pointers in C# Pin
S. Senthil Kumar16-Aug-05 7:31
S. Senthil Kumar16-Aug-05 7:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.