It works, almost? How to get data from a UserControl and send to another
I googled, binged and yahoo'd also tweeted @umbraco, all this after searching this forum, (search seem not to work as I'm used to)
Anyways, I could not figure out how to get data from a usercontrol and pass it to umbraco in a reusable way. Do I need to store it in the session (add umb references to the uc) or there's a more elegant way to do it?
found posts where some use <?UMBRACO> but that doesn't work
used [#PropertyName] but that also doesn't seem to work
I need to push several values (csv or lists) from 3 UCs on a template to a querystring to another framework...
HOW? I want to use Umbraco as a "standard" framework on the CO a work, but cannot get my implement my idea with it.
Where's the API documentation? I found a wiki that only has names? Am I dumbing up?
Are there recommendations in how to do this efficiently?
I'm not 100% sure what it is you're trying to achieve.
What type of data is it that you want to pass from a usercontrol to Umbraco? There are many ways to pass data around Umbraco, off the top of my head, you could use Umbraco Base, the API, session, querystrings, essentially anything you can do it .NET.
However I'm still wondering why you want to do this, possibly there's some misunderstanding about how Umbraco works?
If you explain futher about what it is you're trying to do I'm sure someone can help.
It works, almost? How to get data from a UserControl and send to another
I googled, binged and yahoo'd also tweeted @umbraco, all this after searching this forum, (search seem not to work as I'm used to)
Anyways, I could not figure out how to get data from a usercontrol and pass it to umbraco in a reusable way. Do I need to store it in the session (add umb references to the uc) or there's a more elegant way to do it?
found posts where some use <?UMBRACO> but that doesn't work
used [#PropertyName] but that also doesn't seem to work
I need to push several values (csv or lists) from 3 UCs on a template to a querystring to another framework...
HOW? I want to use Umbraco as a "standard" framework on the CO a work, but cannot get my implement my idea with it.
Where's the API documentation? I found a wiki that only has names? Am I dumbing up?
Are there recommendations in how to do this efficiently?
Anyone? Please?
Hi Adriano,
I'm not 100% sure what it is you're trying to achieve.
What type of data is it that you want to pass from a usercontrol to Umbraco? There are many ways to pass data around Umbraco, off the top of my head, you could use Umbraco Base, the API, session, querystrings, essentially anything you can do it .NET.
However I'm still wondering why you want to do this, possibly there's some misunderstanding about how Umbraco works?
If you explain futher about what it is you're trying to do I'm sure someone can help.
Regards
Rich
is working on a reply...