Hello guys, I am quoting from another region of the forums.
Can u please help?
ok this is perhaps piece of cake but i am stucked!!!
I have a module that contians multiple controls.
I would like to have a link so that a user can access the control B (let's say page B) from default.ascx control.So i cannot do it.I have read the docs etc but no luck.I try
Response.Redirect(NavigateURL() & "mid=" & ModuleId & "&ctl=controlB.ascx") but the portal gives ablank error page and the url is http://localhost/dnn4/mymodule/tabid/114/Default.aspxmid=433&ctl=pagetest.ascx
Say i got a module and when it loads a "page" that displays a complete cataloge of products. Then i want people to click on a product (does not mind if it is link or button) and to display information on this specific product (like numner, price etc). So this will be another "page".
In aspx it would be 2 different pages, 1 for the complete catalogue, one for the product's details. I do not know how to call this in DNN, i guess it is called "2 different contols of the same module".
So what i want is I guess the response.redirect code for something like this, right?
i am not only interested in knowing the wway to pass values (i also want to learn this) but i mainly want to find out how i can go from one "page"to the other.
thnx a lot