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
Aly Lucas
NA
1
1.2k
Adding checkbox and textbox to gridview using ASP.Net
Sep 29 2013 6:27 AM
I'm trying to add a checkbox and textbox to a gridview list of products.
The gridview is populated from a Product table (ProductID, ProductName, Price) in SQL DB. I'm trying to get each line of the gridview to have a checkbox and textbox so the user can select the row and enter a quantity of the product then and store it in Product_Order table(
Product_OrderID,
ProductID, Quantity), after all the products they are ordering are checked w/ quantities input next to each line, the list is inserted into the database via a button event.
Can you help me how to do this? Is gridview was the best control in for doing this? Thanks in advanced! :)
Reply
Answers (
1
)
Changing date at run time using calendar extender.
fetch the value from database in asp.net