Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for VRamone

hi VRamone, may i ask how you validate your user when it log to your page? im using this statement: sql = "select userid, status from tblUser where userid='"& struserid &"' and pasword = '"& struserPW &"'" i dont have an idea on how i will validate it using IF …

Member Avatar for mahak.butt2
0
2K
Member Avatar for whitelion

# how to validate sql statement 1. hi, is there anyone who can help me in my problem? sql = "SELECT UserID, Status FROM tbl_User WHERE UserID = '" & strUserID & "' and Password = '" & strUserPW & "' " i want to validate my sql statement using …

Member Avatar for whitelion
0
229
Member Avatar for SID.SIL

hi, you may use this code it works. just replace the Category No and the name of the page you will call <asp:HyperLinkField DataTextFormatString = "[EDIT]" DataTextfield = "Category No" Target = "_blank" Headertext = "" DataNavigateUrlFields = "Category No" DataNavigateUrlFormatString = "UpdateCategory.aspx?Category No={0}" />

Member Avatar for whitelion
0
1K

The End.