Posts
 
Reputation
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
~195 People Reached
Favorite Forums
Favorite Tags
Member Avatar for yorock

i am using a formview control in my project.. i am trying to update fields of 2 tables using formview.. table1:Personal_details: columns:P_id --->primary key Emp_id-->foreign key First_name table2:Educational_qualification columns:Eq_id ->primary key Emp_id ->foreign key Institute.. these 2 tables are connected by column Emp_id My update command of formview control is: …

0
39
Member Avatar for yorock

reqtry.aspx is one of the forms in mah project folder everytime i try 2 execute a form other than reqtry.aspx the output for page reqtry.aspx is gettin displayed on the browser rangevalidator.aspx is one of the forms and when i tried to execute it the output for reqtry.aspx was gettin …

Member Avatar for greeny_1984
0
50
Member Avatar for yorock

The following is my login code for my project.. [code]Function ValidateUser(ByVal uid As String, ByVal pwd As String) As Boolean 'Dim sName As String Dim sUser As String Dim sPwd As String Dim blnValidUser As Boolean blnValidUser = True Dim strConn As String = "server=YOGESH\SQLEXPRESS;Trusted_Connection=yes;database=jobbunch.mdf" 'Dim MySQL As String = …

Member Avatar for Aneesh_Argent
0
106