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
dhivyaa
NA
1
0
Conversion of textbox value into DATETIME
Apr 4 2005 7:31 AM
Hi, I'm new to c#. I have a textbox where the user types in a date- The program must select rows from a database where the date entered in the textbox matches the date in the table. But textbox value is in text type and the value in table is in datetime type. So, please do tell me how I can convert the value entered into the textbox into datetime form. Advice would be most appreciated. Dhivya
Reply
Answers (
1
)
use RegularExpressions to get all the content between the html label "<table">
Gettin a c# object from c++ code