0
Hi Solitaire,
I appreciate the thought that u gave to my problem. But u undermined my problem. :-)
That is not the case buddy :-)
By that question i meant....let me xplain that to u...
I hava a table X, on my DataBase, that has some N cols,
I am inserting data into this table by setting the properties and then getting thiose values in my insert querry.
This works fine as long as N is constant. But in my case N is variable, what if tomorrow N becomes N+1?? Then to insert value for this (N+1)th col i will have to go back to the code and add a property, rite?
Now i want this to be at runtime. As soon a new col is detected, a new property for that col should generated.
How do i do that????
I hope i made myself clear now :-)
Wishes.
0
objectname.property = setting;
Example:
Textbox1.Text = "Hello";