Click here to Skip to main content
15,791,520 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow do I fix 'object' does not contain a definition for 'Value'? Pin
Member 1140330410-Jan-20 9:27
Member 1140330410-Jan-20 9:27 
AnswerRe: How do I fix 'object' does not contain a definition for 'Value'? Pin
ZurdoDev10-Jan-20 10:09
professionalZurdoDev10-Jan-20 10:09 
QuestionWhy can't I login to the web even though the User and password are correct ? Pin
Member 24584679-Jan-20 22:43
Member 24584679-Jan-20 22:43 
AnswerRe: Why can't I login to the web even though the User and password are correct ? Pin
ZurdoDev10-Jan-20 2:00
professionalZurdoDev10-Jan-20 2:00 
GeneralRe: Why can't I login to the web even though the User and password are correct ? Pin
Member 245846714-Jan-20 17:19
Member 245846714-Jan-20 17:19 
GeneralRe: Why can't I login to the web even though the User and password are correct ? Pin
ZurdoDev14-Jan-20 17:52
professionalZurdoDev14-Jan-20 17:52 
AnswerRe: Why can't I login to the web even though the User and password are correct ? Pin
Richard Deeming10-Jan-20 3:32
mveRichard Deeming10-Jan-20 3:32 
GeneralRe: Why can't I login to the web even though the User and password are correct ? Pin
Member 245846714-Jan-20 17:24
Member 245846714-Jan-20 17:24 
If so, why can I login the sql server's user/password ?
C#
protected void btLogon_Click(object sender, EventArgs e)
{
     if (Membership.ValidateUser(txtEmail.Text, txtPassword.Text)) //web.config
     {
        ... 
     }
     else //sql
     {
        ...
     } 
}

GeneralRe: Why can't I login to the web even though the User and password are correct ? Pin
Richard Deeming15-Jan-20 1:25
mveRichard Deeming15-Jan-20 1:25 
GeneralRe: Why can't I login to the web even though the User and password are correct ? Pin
Member 245846716-Jan-20 21:23
Member 245846716-Jan-20 21:23 
GeneralRe: Why can't I login to the web even though the User and password are correct ? Pin
Richard Deeming17-Jan-20 1:30
mveRichard Deeming17-Jan-20 1:30 
QuestionHow do you have a DropDownList populated without default selected item? Pin
Member 114033049-Jan-20 7:07
Member 114033049-Jan-20 7:07 
AnswerRe: How do you have a DropDownList populated without default selected item? Pin
ZurdoDev9-Jan-20 7:40
professionalZurdoDev9-Jan-20 7:40 
GeneralRe: How do you have a DropDownList populated without default selected item? Pin
Member 114033049-Jan-20 7:56
Member 114033049-Jan-20 7:56 
GeneralRe: How do you have a DropDownList populated without default selected item? Pin
ZurdoDev9-Jan-20 8:59
professionalZurdoDev9-Jan-20 8:59 
GeneralRe: How do you have a DropDownList populated without default selected item? Pin
Mycroft Holmes9-Jan-20 11:14
professionalMycroft Holmes9-Jan-20 11:14 
QuestionHow to I make EmailButton_Click work? Pin
Member 114033048-Jan-20 5:59
Member 114033048-Jan-20 5:59 
AnswerRe: How to I make EmailButton_Click work? Pin
ZurdoDev8-Jan-20 6:21
professionalZurdoDev8-Jan-20 6:21 
AnswerRe: How to I make EmailButton_Click work? Pin
F-ES Sitecore8-Jan-20 6:45
professionalF-ES Sitecore8-Jan-20 6:45 
GeneralRe: How to I make EmailButton_Click work? Pin
Member 114033048-Jan-20 12:16
Member 114033048-Jan-20 12:16 
GeneralRe: How to I make EmailButton_Click work? Pin
F-ES Sitecore8-Jan-20 23:11
professionalF-ES Sitecore8-Jan-20 23:11 
QuestionHow do I make my GetCasesButton_Click work? Pin
Member 114033048-Jan-20 5:46
Member 114033048-Jan-20 5:46 
AnswerRe: How do I make my GetCasesButton_Click work? Pin
ZurdoDev8-Jan-20 6:19
professionalZurdoDev8-Jan-20 6:19 
GeneralRe: How do I make my GetCasesButton_Click work? Pin
Member 114033048-Jan-20 8:56
Member 114033048-Jan-20 8:56 
QuestionHow do I make my GetCasesButton_Click work? Pin
Member 114033048-Jan-20 5:33
Member 114033048-Jan-20 5:33 

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.