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
joel ivarson
NA
1
0
Custom parameter in FormView?
May 22 2007 5:33 AM
I have a Formview with its mode set to Insert, binded to an SqlDatasource, wich also has insert methods setup. The columns in the table are called 'title' 'message' 'date' 'ip', and is supposed to look like a blog or guestbook.. Now, In insert-mode the formwiew generates textboxes and binds them to the parameters, but, to the date- and ip-parameter, Id like to use DateTime.Now and Request.UserHostAdress properties, Whats the best way to do this? Should I diss the FormView and do everything codewise instead? Id like it if it were possible to immitade the way the textbox-values were binded, like;
Thanks for any kicks in the right direction, this is a jungle to me
Reply
Answers (
0
)
Excel file to Gridview to Database
how to Insert into MS Access database using C#.net