|
|
|
|
| Author |
Messages |
|
pramod chavan Registered Users
 Nuke Super Newbie Posts:19


 |
| 12/18/2006 1:51 AM |
|
i have created a module in which i created one webuser control form. now i want to navigate from "viewproduct" to "myform " , so put link button in "viewproduct" and written a code for button click event
Protected Sub LinkButton1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles LinkButton1.Click Dim objModules As ModuleController = New ModuleController Response.Redirect(Globals.NavigateURL(PortalSettings.ActiveTab.TabID, "spi_cart", "mid=" & CStr(ModuleId))) End Sub
but after clicking link button it redirects to same page without previously existing modules, it shows just blank page. i'm unable to find out problem. Actually i got code from following site and i'm not clear abt how it works
http://dotnetnuke.adefwebserver.com/DotNetNuke/tabid/195/Default.aspx
so plz help me.
thanks |
| |
| |
| |
|
|
|
|
|
Scott McCulloch Administrators
 Nuke Master Posts:12820


 |
| 12/18/2006 2:35 AM |
|
| I responded to your other thread.. |
|
Scott McCulloch Site Administrator |
|
|
|
| You are not authorized to post a reply. |
|
|
|
ActiveForums 3.7
|
|
|