help! i have a gridview with checkbox item template. On confirm button click, it will insert the selected rows into the database. But, when i close and run the application again, i want those rows which was previously inserted to the database to remain checked. Means that on page load, those rows that have been inserted into the database to be checked. Please advise. Thanks
ishamputra 0 Newbie Poster
Recommended Answers
Jump to PostCreate a field in the database preferably bool. Set the value of the newly inserted rows as true. Use it to load the value of he checkbox.
All 3 Replies
kvprajapati 1,826 Posting Genius Team Colleague
ishamputra 0 Newbie Poster
lighthead 55 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.