dear friends
i am using DNN 04 08 and visual studio 2005
i created a new module in my DNN0408.i installed this module it is working properly.
in my module i have a button.
in that button click i done this follwing code.my web is coming properly.from here i want to pass my dnn current username also with this link. how?
Page.ClientScript.RegisterClientScriptBlock(Me.GetType(), "popup", "window.open('http://192.168.151.15:88/webform1.aspx','','scrollbars=yes,menubar=no,height=600,width=800,resizable=yes,toolbar=no,location=no,status=no')", True)
can anybody help me?
which is the variable available in dnn for current user?
regards
|