- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
3 Posted Topics
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 …
# 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 …
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}" />
The End.
whitelion