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
magicman8141
NA
1
0
datagrid checkbox,dialgobox and update
May 11 2005 2:55 PM
hi everybody i have desgined windows application which uses datagrid binding with sql stored procedure and data is being retrieved but i have some problems and i hope u can help me: 1) i need to place checkboxs on one of the grid columns ,and if it is checked a dialog box opens asking user if he is sure , when yes the data of the row in which the checkbox is located is transfered to another table i.e , the datagrid is filled with employees data and whether they got their salary or not , i need a check box on the salary column ,when checked a dialog opens , when yes the whole data(row) of that employee is transfered to a predefined sql table called "salaried" ,..... if the user quires this emplyee data again, instead of check box in salary colum a text appears says salaried. 2) how can i prevent my program from hanging when doing query ( i know it is working) and how i can add a (cancel query button) that is not afected with that hanging state. is it multithreading or what ? sorry for that long post and thanks for ur time i hope i could find anserws
Reply
Answers (
0
)
Datagrid Update
Records in the Datasource not updated!