Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
.Net 2.0 / AJAX / Dynamically adding controls to the page
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Rob Meade, post: 1995331"] ... Hi Milosz, Thats kinda what I was guessing, bit of a pain but I guess I can work around that. One more thing - as I mentioned the users can select additional resources to add to the profile, this is a long list, so I'm probably going to have to fire it up in a popup window, are you aware of any way to use AJAZ/.Net so that my popup can talk to the updatePanel on the parent page? I'm probably trying to run before I can walk abit here, so please excuse my ignorance, but what I would want to do I guess is launch a popup from a link or button, this hits the database, lists all my resources as links with a querystring parameter of the resource id. Once clicked I would like this to then act as the "trigger" on the parent page using the parameter from the link to run code to add the control the parent page.. Any thoughts? Part of me is thinking "Rob, thats such a stupid question" but obviously I can do this with a normal postback, but I dont really want the parent page to reload, and I dont really want to have to write a load of code that checks to see if the parent page is just loading, or loading as a result of the child popup click event. Any help appreciated. Regards Rob [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
.Net 2.0 / AJAX / Dynamically adding controls to the page
Top