Search

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

Matching Posts

  • Re: Custom Mashups

    You've given me a lot to think about. I thought the easiest way would be to store the x/y coordinates on a OnMouseUp or some other event. I like what they have done here in php http://www.broken-notebook.com/magnetic/ Perhaps a windows based app would be better.
  • Custom Mashups

    AJAX Noob. I would like to create my own "mashups". Allow users to place (say gifs) objects on a map (not a google or Live map, but like a blueprint) and have those objects coordinates savedd in a db. Where should I start looking for information, or tutorials. What controls would I use?
  • Re: How to acheive pop-up window in DotNetNuke 3.1.1?

    I figured it out. You have yto use NavigateUrl() instead of EditUrl() Response.Write("<script>window.open('" & NavigateURL(TabId, " Control KeyName ", "mid=" & ModuleId.ToString, " ParamName=" & ParamValue & "&SkinSrc=" & QueryStringEncode("[G]" & Skins.SkinInfo.RootSkin & "/" & glbHostSkinFolder & "/" & "No Skin"), "ContainerSrc=" & QueryStringEncode("[G]" & Skins.SkinInfo.RootContainer & "/" & glbHostSkinFolder & "/" & "No
    Posted to DotNetNuke (Forum) by ech01 on 4/18/2006
  • Re: How to acheive pop-up window in DotNetNuke 3.1.1?

    Create another control. This control will pop up and load the data. Pass into it the parameters you need to run your query and run it in the Page Load event. Private Sub LinkButton1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles LinkButton1.Click Response.Write("<script>window.open('" & EditUrl("ParamName", ParamValue.ToString, " Control KeyName ") & "','_blank')</script>") End Sub The only part of the solution I can't seem to figure out is how to load
    Posted to DotNetNuke (Forum) by ech01 on 4/18/2006
  • Re: 3.1.1 Data Provider Problem

    I think I found the problem in the DataProvider: Private Shared Sub CreateProvider() objProvider = CType (Framework.Reflection.CreateObject("data", "NamespaceGoesHere", "AssemblyNameGoesHeere"), DataProvider) End Sub The problem i had the parameter for assembely name incorrectly named. I had used my class name. I hope this saves someone some heartache.
    Posted to DotNetNuke (Forum) by ech01 on 4/7/2006
  • Re: 3.1.1 Data Provider Problem

    Very frustrating. I can't figure out where this is breaking. I keep getting: The type initializer for "FieldsLP.Locs.DataProvider" threw an exception. This is from the log: DotNetNuke.Services.Exceptions.PageLoadException: The type initializer for "FieldsLP.Locs.DataProvider" threw an exception. ---> System.TypeInitializationException: The type initializer for "FieldsLP.Locs.DataProvider" threw an exception. ---> System.ArgumentNullException: Value cannot be null. Parameter name: type at System
    Posted to DotNetNuke (Forum) by ech01 on 4/7/2006
  • Re: 3.1.1 Data Provider Problem

    Anyone find a solution?
    Posted to DotNetNuke (Forum) by ech01 on 4/6/2006
  • Re: Which version? 3.x or 4.x?

    I would go with 3. You know it's going to work now, and when your comfortable with the maturity of 4.x, the upgrade from 3.x - 4.x should be minimal.
    Posted to Getting Started (Forum) by ech01 on 4/5/2006
  • Re: Unpredictable Behavior of Text/Html module!

    I switched to FCK Editor and I never had another problem with the text/html module. The FCK editor does have some bugs in it, but it won't eat your content.
    Posted to DotNetNuke (Forum) by ech01 on 3/22/2006
  • Re: Buy photos that I can redistribute as part of my skins

    Check out this site that I use to purchase cheap royalty-free photos. Please click the button, so I can get the refer.
    Posted to DotNetNuke (Forum) by ech01 on 3/22/2006
Page 1 of 29 (288 items) 1 2 3 4 5 Next > ... Last »