Posted 1/15/2008 5:24:17 AM | | | Hi,
I'm trying to create a Console page, where people can view their marketing lists in one cell and the contacts in that list in a cell in the column next to it. (it must update when a user clicks on a marketing list)
I can retrieve the marketing lists from the current logged in user, and got the javascript working to update the other page.
But I just can't figure out how to pass the guid of a marketing list on to the other page. I've used a fixed guid of an excisting marketing list so far which works fine.
I thought i could use string strId = Request.QueryString["oId"]; to get the id, but it returns null..
I hope someone can help |
| Posted 1/16/2008 10:52:32 AM | | | | I got it working now without a seperate DataPage I was using. I've included the fetchxml string in the UI page and now it works fine. |
| |
|