TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
narasiman rao
NA
519
767k
in the insert query how to use OrderBy help me
Dec 27 2012 2:34 AM
query as follows;
Sql = "insert into BirthDayWish values('" + txt_name.Text + "','" + DOB.SelectedDateValue.ToString() + "','" + txt_mobile.Text + "','" + Wedding.SelectedDateValue.ToString() + "','" + txt_Email.Text + "','A')";
in the above query insert with OrderBy Name
form the above query how to use Order By Name.
Reply
Answers (
1
)
Mobile Numbert Validation code as follows
Only Double Must be Accepted in the textBox.