Search

You searched for the word(s): userid:344081

Matching Posts

  • Re: CDO Error

    Try to enter your email login account and password under host SMTP username,password, should fix your problem. Mark
    Posted to DotNetNuke (Forum) by markyou on 12/3/2004
  • Re: New Windows

    Try following code: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load If Not IsPostBack Then Me.cmdGetReport.Attributes.Add("OnClick", "javascript:window.open('http://www.websecurestores.com')") End If End Sub or Private Sub cmdGetReport_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdGetReport.Click Response.Write("<script>window.open('http://www.websecurestores.com','newwindow');<
    Posted to DotNetNuke (Forum) by markyou on 9/30/2004
  • Re: How can I create report popup

    Thanks Karim for the tip. it works very well. You can see different here: Before with skin: After add: &SkinType=G&SkinName=_default&SkinSrc=printmodule.ascx mark
    Posted to DotNetNuke (Forum) by markyou on 9/21/2004
  • Re: How can I create report popup

    This is still my question too. Here is my walkarould: use DNN PRINTMODULE in container. The below container code will add printer icon on top module, when you click on the icon, it will pop new window and remove all extra skin html. hope this help. mark save the code to ..Portals\0\Containers\PRINT\StandardPrint.ascx and use this container. <%@ Control language="vb" CodeBehind="~/admin/Skins/container.vb" AutoEventWireup="false" Explicit="True" Inherits
    Posted to DotNetNuke (Forum) by markyou on 9/21/2004
  • Re: Remove "Register" and "Password Reminder" from Account Login Page?

    To keep DNN intact, try this: use spacer.gif to overwite password.gif and register.gif under .\images mark
    Posted to DotNetNuke (Forum) by markyou on 9/17/2004
  • Re: gmail invites

    Please send me one. Thanks a lot. yousm AT yahoo.com mark
    Posted to DotNetNuke (Forum) by markyou on 9/17/2004
  • Re: web.config issue - Object reference not set to an instance of an object.

    Try to change SQL server 2000 configuration from Windows Authentication Only(Trusted connection) to Windows and SQL server. Enterprise Manager: Right click on server ->Properties->Security Tab ->Authentication -> then check Windows and SQL server option. Hope this help. mark
    Posted to DotNetNuke (Forum) by markyou on 9/17/2004
  • ASP.net and DotNetNuke(DNN) hosting $3.95

    Our data center opened in 2004. We only use Dual Xeon' giving you the power for the future of hosting. We built our network for ASP.NET and DNN .We implemet Microsoft software solutions to give our clients productive Internet/Intranet portal sites Free DNN installation.
    Posted to Free For All (Forum) by markyou on 8/28/2004
  • Re: redirections....help-

    The included code will redirect to page by Tab Name or build hyper link by tab name: The downsize is tab name hard-coded, who has a better solution? Mark hyperlink: Me.hLnkReports.NavigateUrl = SetTABLink("My Report List", False) Redirct: SetTABLink("My Report List", True) Private Function SetTABLink(ByVal TabName As String, ByVal isRedirect As Boolean) As String Dim objTab As TabStripDetails Dim strTemp As String For Each objTab In PortalSettings.DesktopTabs If UCase(objTab.TabName
    Posted to DotNetNuke (Forum) by markyou on 8/20/2004
  • Re: Hosted sites with HELM

    Ken, When I run ensim created sites, always got: access denied to c:\inetpub, Failed to start monitoring file changes" in fact the sites were on d: but if you created the sites manually on server, it run well. I think ensim use his own application pool, which helm use default one. We used win2003 std IIS6.0. Think twice if you do windows hosting, go with helm, it cheaper too. mark
    Posted to DotNetNuke (Forum) by markyou on 7/15/2004
Page 1 of 3 (30 items) 1 2 3 Next >