I am working on an ASP.NET web app. One of the pages will
be using several user controls. The controls will be
loaded dynamically based on SQL Server data.
I need to be able to retrieve the values from the
individual fields in those user controls. So far I am not
able to access the controls at postback. Any suggestions
would be appreciated.
Joel Reinford
be using several user controls. The controls will be
loaded dynamically based on SQL Server data.
I need to be able to retrieve the values from the
individual fields in those user controls. So far I am not
able to access the controls at postback. Any suggestions
would be appreciated.
Joel Reinford
Comment