2
Answers

Properties At Runtime

Saurabh

Saurabh

19y
2.8k
1
How do i generate Properties at runtime???
Answers (2)
0
Saurabh

Saurabh

NA 21 21.2k 19y
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
joy.simpson

joy.simpson

NA 228 0 19y
objectname.property = setting; Example: Textbox1.Text = "Hello";