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
toot_fran
NA
1
0
requesting help for checkbox in datagrid
Mar 22 2005 1:59 AM
$
.00
------------------------------------------------------------------------------------------------------- connection: conn.ConnectionString = "data source=(local);initial catalog=PizzaInfo;integrated security=true;"; conn.Open(); comm.Connection = conn; comm.CommandText = "select * from CustPizza where CatalogID=4"; SqlDataReader dr = comm.ExecuteReader(); this.DataGrid1.DataSource = dr; this.DataGrid1.DataBind(); dr.Close(); ------------------------------------------------------------------------------------------------------ I have created a datagrid and bound checkbox to toppings, i wish to know how to find out how many items the user checked and also to place the values checked into MS SQL database. Please help. Thank you.
Reply
Answers (
0
)
e-commerce related help....
Plz Help me