Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
0 Points
7 Posts
Apr 15, 2008 11:53 AM|LINK
Hi Guys,
I have a list page with Jobs on it that has a link to Job Notes, We click through to Job Notes want to insert a new note against this Job. On my custom insert page (page_load) I pull the current user from membership and get the correct ID for this user to log against the Job. On the page there is a field for the current user that is displayed and I want to populate this with the current userID when the page loads. How do I find the control UserID in the page to assign it the userID? I’m sorry if this is trivial but I’m trying to get to grips with where in dynamic data you can access controls to assign values dynamically. Do you do this in the partial class , at the page level or create a control?
Thanks Bravo
JBravo69
0 Points
7 Posts
Access Dynamic Controls
Apr 15, 2008 11:53 AM|LINK
Hi Guys,
I have a list page with Jobs on it that has a link to Job Notes, We click through to Job Notes want to insert a new note against this Job.
On my custom insert page (page_load) I pull the current user from membership and get the correct ID for this user to log against the Job.
On the page there is a field for the current user that is displayed and I want to populate this with the current userID when the page loads.
How do I find the control UserID in the page to assign it the userID?
I’m sorry if this is trivial but I’m trying to get to grips with where in dynamic data you can access controls to assign values dynamically.
Do you do this in the partial class , at the page level or create a control?
Thanks
Bravo