Search

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

Matching Posts

  • Re: 3 Tier nested DataRepeaters: Fact or fiction?

    solved it.... [comes with working too late :) ] - and with your help. Thanks. in the ItemDataBound handler, for the second level repeater, I should have written Dim Level3Cntrl as Repeater = CType (e.Item.FindControl( "Rpte_Level_Three" ), Repeater) - I'd been looking at the wrong control! Thanks again. D.
    Posted to Data Presentation Controls (Forum) by CTOSian on 12/20/2006
  • 3 Tier nested DataRepeaters: Fact or fiction?

    There have been a number of posts on this issue over the last couple of years. A couple of posts have listed the solution for 2 tiers [done that - works], but I can't get a three tier to work at all........ My html looks like this: <table width='650' cellpadding='0' cellspacing='0'> <tr> <td valign="top"> <asp:Repeater ID="Rptr_Level_One" runat="server"> <ItemTemplate> <table width='100%' cellpadding='0' cellspacing='0'> <tr valign="top"> <td style="width
    Posted to Data Presentation Controls (Forum) by CTOSian on 12/19/2006
  • Printing the Edit module

    Hi, I've created a module. It has the printing set so the icon sits at the lower right of the module and I print. That's OK. I also have an edit module. I'm actually using this to contain a couple of reports on the data captured in the main module. I'd like to have a similar print function on this module but as it has no settings dropdown, I can't see how to add the print icon to this module. I noted that there is talk on the forum about the [printmodule] being added to the skin, but I'm not sure
    Posted to DotNetNuke (Forum) by CTOSian on 11/28/2005
  • "An Error has occurred" problem.

    Hi, I recompiled the Dotnetnuke.dll [along with others] and FTPed the result up to my website. I got a page with the URL: .... Default.aspx?tabid=36&error=Object+reference+not+set+to+an+instance+of+an+object.&content=0 with the simple text : An Error has occurred An Error has occurred .... No indication of where the problem source is. My local copy works fine. .... Help!!
    Posted to DotNetNuke (Forum) by CTOSian on 11/26/2005
  • Unhadled Error: "An Error has Occurred"

    Hi, After recompiling my DNN 3.2.0 (All clean). I FTPed the resulting set of DLLs up to my webserver overwriting the originals. I now get : Default.aspx?tabid=36&error=Object+reference+not+set+to+an+instance+of+an+object.&content=0 with the term : An error has occurred An error has occurred Total panic as this is a live site!!! Can anyone help???
    Posted to Getting Started (Forum) by CTOSian on 11/26/2005
  • Text and layout sizing in DNN 3.1.1

    Hi, I noted that the www.dotnetnuke.com website has a neat mechanism at the head of the page that switches layouts and text sizes a la bobby (I think). where can I get this feature? The CTOSian
    Posted to DotNetNuke (Forum) by CTOSian on 9/17/2005
  • Re: PortalAlias issue

    ... Not sure that that was the case. I was updating the table (directly through a data connection in VS2003), committing the update, then switching to the [local] browser and refreshing [cntrl-refresh]. Each iteration clearly had an effect on the application response (ie cycling described above, parsing error etc..). After changing the DNNConfig - it all worked fine! CTOSian.
    Posted to DotNetNuke (Forum) by CTOSian on 6/29/2005
  • Re: PortalAlias issue

    ..... Fixed it. I reviewed the installation notes and noticed that they talked about the DNNConfig entry [ <add key="UseDnnConfig" value="true" /> ]. As you may see, this is set to true on my local machine. I reset this to false on the host machine and this worked. ... still like to know why. Many thanks for the help..... CTOSian
    Posted to DotNetNuke (Forum) by CTOSian on 6/29/2005
  • Re: PortalAlias issue

    Hi, Thanks for responding so quickly - appreciated. Yeh I tried that and the browser shows signs of going round in circles without ever displaying the opening page. changing the entry to say '//localhost/dotnetnuke' [experiment], causes the error 'invalid format of the URI can not be determined - so that proves the entry is being read. Changing the entry from www.mydomain.com to mydomain.com [to reflect the aliases I have in the IIS dialog], causes the 'circular effect'. Changing the entry to another
    Posted to DotNetNuke (Forum) by CTOSian on 6/29/2005
  • PortalAlias issue

    Hi, I installed, configured and ran DNN 3.0.13 on my local system. Works fine. I backed up my SQL database, then zipped up the whole of the DNN directory. Then FTP-ed that lot to my Internet based webserver. Unzipped all that to my target directory. restored the database to the (previously empty) DotNetNuke Database. Changed the web.config to point at the database, using that servers' local SQL Query analyser as my check that acess using the string was OK. worked fine. Made sure that my ASPNet account
    Posted to DotNetNuke (Forum) by CTOSian on 6/28/2005
Page 1 of 2 (16 items) 1 2 Next >