A
A.J
I am building an application can store contact information of my
friends. Main features are : Insert the data, deletion of the data,
a drop down listbox is used for displaying the data.
1. The sample fields of the table are: uniqueid(auto
number),name(text),phone number(text),e-mail(text)
Now while inserting the data i am getting error if i am using the field
name "phone number" "e-mail".If i change the field name to
"phonenumber" "email" that error is removed and am able to insert the
data in the table. why so?
2. If one of my textbox name is txtName then what "txtName.Text"
returns and what is its data type?
3. I want the user to input the phone number in the format
####-####-##. How am i suppose to do this
friends. Main features are : Insert the data, deletion of the data,
a drop down listbox is used for displaying the data.
1. The sample fields of the table are: uniqueid(auto
number),name(text),phone number(text),e-mail(text)
Now while inserting the data i am getting error if i am using the field
name "phone number" "e-mail".If i change the field name to
"phonenumber" "email" that error is removed and am able to insert the
data in the table. why so?
2. If one of my textbox name is txtName then what "txtName.Text"
returns and what is its data type?
3. I want the user to input the phone number in the format
####-####-##. How am i suppose to do this