Click here to Skip to main content
16,017,297 members

Comments by Hersh Iyer (Top 3 by date)

Hersh Iyer 22-Jul-12 12:25pm View    
Thanks for the explanation. But this will still not help me because I do not know if those are the only fields that are present for every employee. There are many employees and each one has different number of fields. So, I do not know if its the name, gender, etc., It's dynamically laid out.
Hersh Iyer 21-Jul-12 22:58pm View    
What objects are we talking about? All are coming from the same table. I just query based on the user ID which is the first entry in the table. I cannot create different tables for each user.
Hersh Iyer 21-Jul-12 22:29pm View    
The link you suggested describes a static scenario..the controls in my case are laid out dynamically..I do not know before hand as to how many controls are being created. It depends on the user id.