Click here to Skip to main content
16,005,149 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Desktop VB.WebServices application VS Native Web Applcation Pin
jkirkerx13-Jun-12 18:44
professionaljkirkerx13-Jun-12 18:44 
GeneralRe: Desktop VB.WebServices application VS Native Web Applcation Pin
ilgrongo13-Jun-12 20:39
ilgrongo13-Jun-12 20:39 
GeneralRe: Desktop VB.WebServices application VS Native Web Applcation Pin
jkirkerx14-Jun-12 7:56
professionaljkirkerx14-Jun-12 7:56 
QuestionLinkButton's Click Event Not Firing. Pin
kaycey9013-Jun-12 6:40
kaycey9013-Jun-12 6:40 
AnswerRe: LinkButton's Click Event Not Firing. Pin
jkirkerx13-Jun-12 11:12
professionaljkirkerx13-Jun-12 11:12 
Questionweb page size Pin
dipen mistry13-Jun-12 1:40
dipen mistry13-Jun-12 1:40 
AnswerRe: web page size Pin
Sandeep Mewara13-Jun-12 6:27
mveSandeep Mewara13-Jun-12 6:27 
AnswerRe: web page size Pin
jkirkerx13-Jun-12 11:15
professionaljkirkerx13-Jun-12 11:15 
Questionproblem in create web setup Pin
dipen mistry13-Jun-12 1:31
dipen mistry13-Jun-12 1:31 
AnswerRe: problem in create web setup Pin
Sandeep Mewara13-Jun-12 6:24
mveSandeep Mewara13-Jun-12 6:24 
QuestionLooking for a good basic image edition solution Pin
vValkir13-Jun-12 0:29
vValkir13-Jun-12 0:29 
AnswerRe: Looking for a good basic image edition solution Pin
jkirkerx13-Jun-12 12:10
professionaljkirkerx13-Jun-12 12:10 
AnswerRe: Looking for a good basic image edition solution Pin
Diana Weiss14-Jun-12 2:59
Diana Weiss14-Jun-12 2:59 
AnswerRe: Looking for a good basic image edition solution Pin
vValkir22-Jun-12 0:49
vValkir22-Jun-12 0:49 
QuestionFailed to Access ISS Metabase - error Pin
nvarunkumar12-Jun-12 23:31
nvarunkumar12-Jun-12 23:31 
AnswerRe: Failed to Access ISS Metabase - error Pin
Richard MacCutchan12-Jun-12 23:37
mveRichard MacCutchan12-Jun-12 23:37 
AnswerRe: Failed to Access ISS Metabase - error Pin
jkirkerx13-Jun-12 18:30
professionaljkirkerx13-Jun-12 18:30 
QuestionDeploying Asp .Net 4.0 website on ISS 5.1 Pin
nvarunkumar12-Jun-12 22:17
nvarunkumar12-Jun-12 22:17 
AnswerRe: Deploying Asp .Net 4.0 website on ISS 5.1 Pin
Sandeep Mewara13-Jun-12 0:15
mveSandeep Mewara13-Jun-12 0:15 
GeneralRe: Deploying Asp .Net 4.0 website on ISS 5.1 Pin
nvarunkumar13-Jun-12 0:43
nvarunkumar13-Jun-12 0:43 
Questionlogin page Pin
tennyson1234912-Jun-12 20:17
tennyson1234912-Jun-12 20:17 
AnswerRe: login page Pin
Sandeep Mewara12-Jun-12 20:34
mveSandeep Mewara12-Jun-12 20:34 
AnswerRe: login page Pin
SachinDakle13-Jun-12 0:01
SachinDakle13-Jun-12 0:01 
It is a very regular stuff you just need to fire select query to the database table liek

Select * from [TableName] where [UserIdCol]=[UserId] and [PasswordCol]=[Password]

and get the output in the dataset or datatable

if you find any row in the dataset or datatable then allow the user to login and also you have the detail in the row as well

If your problem solve with the solution just coment and provide the rating Smile | :)
QuestionMicrosoft.Office.Interop.Word Pin
Ramkumar_S12-Jun-12 20:07
Ramkumar_S12-Jun-12 20:07 
AnswerRe: Microsoft.Office.Interop.Word Pin
Ramkumar_S13-Jun-12 15:36
Ramkumar_S13-Jun-12 15:36 

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.