My Scenario,
Im working asp.net vb application
I have set of values to be inserted to Database.But their some fields are optional to be filled
I need to check the textbox empty.if empty i should not enter the value to Database. How to work on this
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use
Parametercollection ofCommand. (I presume that you have a MsSql database).