Windows Develop Bookmark and Share   
 index > Windows Forms General > Dynamic Entry Form
 

Dynamic Entry Form

I have a Table in SQL Server that stores Allowances and Deductions to be used in a payroll system. Since, a user can add as many Allowances and Deductions, I want that when payslip generation form is opened, all the Allowances and Deductions must be displayed with a text box with them. Though it is easy to show all the records from the table in a
DataGridView, I want to know whether the next column in a DataGridView can have calculated values and the third column be enabled for the user to type in the entry.

Is there any other way to generate a dynamic form where labels and text boxes are generated automatically depending upon the columns in a table.
RPKJBP  Friday, August 17, 2007 5:19 AM
Karthikeya Pavan Kumar .B  Friday, August 17, 2007 5:34 AM
Karthikeya Pavan Kumar .B  Friday, August 17, 2007 5:34 AM

You can use google to search for other answers

Custom Search

More Threads

• ListView and StatusBar
• Type library exporter can not load required library MSCOREE.TLB
• autosort specific column on page load
• help with dynamically created controls!!
• How to programmatically click a button from a C# console application?
• How to scroll into view in Splitcontainer for desired controls?
• Refresh Listview on another form
• which control to use....
• How to save GridView whole infomation
• Passing Parameters during a Call