Anumakonda_mahe
13 years agoFrequent Contributor
Displaying Dynamic fields
Hi, In our product we have one field such as "No. of Variables" . new Fields will be listed base on the value given in No.of Variables field. for example: if the No. of Variables(by default 2 ...
- 13 years agoHi,
Try entering the value to your edit box using the Keys method instead of SetText. Most probably, the OnChange event of your control is not fired because of direct text assignment.