Click here to Skip to main content
15,891,423 members
Home / Discussions / C#
   

C#

 
AnswerRe: i am not getting my desired results Pin
Nicholas Marty3-Aug-15 0:58
professionalNicholas Marty3-Aug-15 0:58 
AnswerRe: i am not getting my desired results Pin
HUKUMAT RAY KUMAWAT3-Aug-15 18:37
HUKUMAT RAY KUMAWAT3-Aug-15 18:37 
I think usernametxtbox and passwordtxtbox are your text box controls. use usernametxtbox.Text.ToString().Trim() and passwordtxtbox.Text.ToString().Trim().

and if you have more then one record with same username and password then row count will be grater than 1 and in this condition
login will be failed. so you need to check what table return form database.
QuestionRe: i am not getting my desired results Pin
Richard MacCutchan3-Aug-15 21:03
mveRichard MacCutchan3-Aug-15 21:03 
GeneralRe: i am not getting my desired results Pin
Eddy Vluggen3-Aug-15 21:17
professionalEddy Vluggen3-Aug-15 21:17 
GeneralRe: i am not getting my desired results Pin
Richard MacCutchan3-Aug-15 22:13
mveRichard MacCutchan3-Aug-15 22:13 
GeneralRe: i am not getting my desired results Pin
OriginalGriff3-Aug-15 22:49
mveOriginalGriff3-Aug-15 22:49 
GeneralRe: i am not getting my desired results Pin
Eddy Vluggen3-Aug-15 22:56
professionalEddy Vluggen3-Aug-15 22:56 
GeneralRe: i am not getting my desired results Pin
OriginalGriff3-Aug-15 23:11
mveOriginalGriff3-Aug-15 23:11 
GeneralRe: i am not getting my desired results Pin
Eddy Vluggen3-Aug-15 23:27
professionalEddy Vluggen3-Aug-15 23:27 
GeneralRe: i am not getting my desired results Pin
Richard MacCutchan3-Aug-15 23:49
mveRichard MacCutchan3-Aug-15 23:49 
GeneralRe: i am not getting my desired results Pin
Eddy Vluggen4-Aug-15 0:05
professionalEddy Vluggen4-Aug-15 0:05 
GeneralRe: i am not getting my desired results Pin
Richard MacCutchan4-Aug-15 0:11
mveRichard MacCutchan4-Aug-15 0:11 
GeneralRe: i am not getting my desired results Pin
Eddy Vluggen4-Aug-15 0:19
professionalEddy Vluggen4-Aug-15 0:19 
GeneralRe: i am not getting my desired results Pin
Richard MacCutchan4-Aug-15 0:27
mveRichard MacCutchan4-Aug-15 0:27 
GeneralRe: i am not getting my desired results Pin
Eddy Vluggen4-Aug-15 0:46
professionalEddy Vluggen4-Aug-15 0:46 
GeneralRe: i am not getting my desired results Pin
OriginalGriff4-Aug-15 2:36
mveOriginalGriff4-Aug-15 2:36 
GeneralRe: i am not getting my desired results Pin
Richard MacCutchan4-Aug-15 2:46
mveRichard MacCutchan4-Aug-15 2:46 
GeneralRe: i am not getting my desired results Pin
Richard MacCutchan3-Aug-15 23:50
mveRichard MacCutchan3-Aug-15 23:50 
GeneralRe: i am not getting my desired results Pin
OriginalGriff4-Aug-15 0:03
mveOriginalGriff4-Aug-15 0:03 
GeneralRe: i am not getting my desired results Pin
Eddy Vluggen3-Aug-15 21:16
professionalEddy Vluggen3-Aug-15 21:16 
Questionwork with dataset designer to change tables Pin
Cenator2-Aug-15 22:10
Cenator2-Aug-15 22:10 
AnswerRe: work with dataset designer to change tables Pin
Cenator3-Aug-15 7:31
Cenator3-Aug-15 7:31 
GeneralRe: work with dataset designer to change tables Pin
joost.versteegen3-Aug-15 23:05
joost.versteegen3-Aug-15 23:05 
QuestionHow to get only numbers from string ? Pin
goldsoft2-Aug-15 21:14
goldsoft2-Aug-15 21:14 
AnswerRe: How to get only numbers from string ? Pin
OriginalGriff2-Aug-15 21:31
mveOriginalGriff2-Aug-15 21: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.