Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #37.0K
Ranked #3K
~11.0K People Reached
Favorite Forums

3 Posted Topics

Member Avatar for TrueCoding

The sql is defined as string, before you assign any value to sql, it's nothing. and when you compare sql with "Select Username ID, Password FROM tblStudentLogin WHERE Username ID = UserName.Text AND Password = & PassWord.Text ", of course the result is false. What you should do is to …

Member Avatar for karthi5390
0
11K
Member Avatar for digitalsindhx

Try this: CompanyDa.Update(CompanyDs.table("DisplaycenterData")) CompanyDs.table("DisplaycenterData").Acceptchanges

Member Avatar for samxcui
0
140
Member Avatar for MeetMak

At least two ways to do this: 1. Declare a public variable pubStr as String in Module, pass the string value in the sub of your MyClass.vb to pubStr. Then the pubStr is available anywhere with your project; 2. Dim a public variable in your MyClass.vb (pubStr as String), pass …

Member Avatar for samxcui
0
118