New features has been added,Now user can bind data from Datatable,XML File
and from SQL Server DataBase to DataGridView,ListView,ComboBox,ListBox at
runtime using there sime code.we will see in detail about how to bind data from
XML and from SQL Data base in this Article download the Latest Source Code
version "SHANUFormDesing_V1.2.zip"
Note : In my Zib file bin Folder you can see a
"FormDesign.txt" In this Text file i have added a samples code which can be used
in Code part to load data.I have attached "ShanuDataSource.xml" XML fil for load
data from XML.
The Windows Form Design at Run Time software application was developed to
design your own Form using panel Control to , add
Label,Button,TextBox,ListBox,DataGridView,ListView,CheckBox and etc. The user
can Add/Change the background Color/Image of Form(here we use the Panel). User
can add items to ComboBox,TreeView,listView ,Textbox using the Property Window.
The user can enter there own C# Code at textbox at buttom to run there code at
Runtime for example ,Add a Button and in the Textbox add your code and click the
Button to see the Runtime Button Click event.Here in this program i have add a
simple MessageBox display while clicking the Button,I have a plan to extend this
function to bind data from XML,Database Datagridview. using this Application
User can bind data from DataTable,XML File and from SQL Data Source .This simple
C# application allows the user to add: