1
Answer

DotNetNuke in C# ?

bob kennelly

bob kennelly

17y
2.2k
1
Hello,

Has anyone tried to download the C# version of the DNN? via the "subversion" utility? http://code.google.com/p/cs-dotnetnuke/

Or found a C# version of the DNN or a C# version of a portal like DNN with similar functionality and support?

Or recommend a portal that they've found/created using C# for learning puposes that has a simple framework that easy to understand and start with?

Thanks very much!
BobK
Answers (1)
0
Iftikar Hussain
NA 18.9k 275.5k 11y
Hi,
        Try like this, use unadorned:yes;

ScriptManager.RegisterStartupScript(this, typeof(Page), UniqueID, "javascript:var ans = window.showModalDialog('TransactionHistoryDetail.aspx?' + '&rowID=" + rowID + "&Type=" + OrderType + "&OrderNo=" + OrderNo + "', 'unadorned:yes;dialogWidth=1000px;dialogHeight=700px;resizable: yes;dialogLeft=' + ((screen.width - 1000) / 2) + ';dialogTop=' + (screen.height - 700) / 2 + ''); ", true);

Regards,
Iftikar