Have a checkbox and when checked has to update in the restricted folder
Hello,
I'm very new to C#. Basically, this is an existing windows form application, I'm supposed to add a checkbox in two existing forms. The forms have other comboxes and and textboxes. There's a restricted folder for many departments.So, when i fill up the other fields and check this check box, the file has to sit in the related restricted folder in windows. How do do this??? Can anybody help me?
Thanks,
Shilpa
2
Contributors
2
Replies
2 Hours
Discussion Span
8 Months Ago
Last Updated
3
Views
Question Answered
Related Article:Editing cell values in c1truedbgrid
is a solved C# discussion thread by abelLazm that has 3 replies and was last updated 1 year ago.
This is I need to do. I want to add a check box to the form that will allow user to update column as restricted in a table. If this option is selected the file should be stored inside the restricted folder.