Hi, i need to know the exact meaning of Mock Vrsion. I want to send mock version of the email notification to outlook(eamil).
Gobi madura
Posts
-
What is Mock Version? -
Server Side ValidationYa i am facing the problem in mapping the control with its value only. But do you think what am trying to do is good and will it be secure and efficeint. Because if i do server side validation it makes round trip as well as security problem as u said. I need some suggestion regarding my requirment and the approach.
-
Server Side ValidationYa Thank you. I understood the security problem but the requirement is the following : Tej said checking username and then password, I hope it makes 2 round trip to verify the username and password. So that i created a array list and added the username and password in it And concadinated those two values seperated by comma and stored in a string vriable and passed the string to the DB(For avoiding multiple round trip). It works perfectly for the username and password verfication. But the requirement is to validate multiple text box in server side, When i go for the same approach for this DB doesn't know Which control holds what value and while returning back am facing control mapping problems. Please do the needful
-
Server Side ValidationHi, I have to validate the control in server side and have to find which control value is wrong. Ex: im passing user name and password. if password is wrong it should find only the password is wrong, (normally it shows Username or Password is wrong).. Please help me..