Search

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

Matching Posts

  • Re: Populating Gridview from XML file using XPath

    Right you are. The 'restaurant' tag is closed already, and that example would not validate. Good catch, and sorry for the confusion. Here's the example again. <? xml version = " 1.0 " encoding = " utf-8 " ?> < root > < restaurant name = " Dennys " address = " 730 W. Carson St. " city = " Torrance " state = " CA " zip = " 90502 " rating = " 4 " photo = " top_left_logo.gif " phone =
    Posted to Data Presentation Controls (Forum) by iwonder on 8/23/2007
  • Re: How to change default behavior of the windows form MonthCalendar control...

    I'm talking about the windows form MonthCalendar control not the webcontrols.calendar object. So, that's not really going to help me for this windows form application. Thanks, though.
    Posted to Web Forms (Forum) by iwonder on 10/2/2006
  • How to change default behavior of the windows form MonthCalendar control...

    How can I programmically change the default behavior of the windows form MonthCalendar control? The default control highlights the month's current date cell with the MenuTitle backcolor. This would be fine, except when you scroll to another month the same day of the month is highlighted. I'd like to see only the current day highlighted in the current month. I don't see a DayRender method, so I'm wondering if anyone has an example of how to add this feature in vb.net. Thanks.
    Posted to Web Forms (Forum) by iwonder on 10/2/2006
  • Re: Populating Gridview from XML file using XPath

    Just ran across your post in my xml adventures... If you've found your answer, great, if you haven't - here's some help. First, the issue you have is caused by a couple of concepts related to the XMLDataSource and GridView controls. The XMLDataSource control is configured inappropriately, and most probably due to not being able to locate your source data. The source data should be placed under the App_Data folder icon. Then, your code would look like this snippet: <asp:XmlDataSource ID="XmlDataSource1
    Posted to Data Presentation Controls (Forum) by iwonder on 8/5/2006
  • Re: Help w/ getting network adapter status...

    Just passing this along, maybe to help others... It's increasingly important for my applications to be 'network aware' to provide full-functionality to our support staff. Many applications are being written with 'smarts', using common network datastores in xml format to provide lightweight distribution to desktops. When an application fires up, it checks the network version files with the local files, copies the newest versions if needed. This setup allows us to have the information on each desktop
    Posted to Visual Basic .NET (Forum) by iwonder on 6/27/2006
  • Help w/ getting network adapter status...

    I need some ideas, possible code examples, for getting accurate network adapter status. Using the new v2.0 features that retrieve Network.IsAvailable status are almost there, but my application needs a bit more help. I have a utility that displays printer info, including local ip address on our network. If a printer can be accessed on the network, I allow clinking on the link for the address. All is going well, but I need to code for the occassional network outage making the link disabled until the
    Posted to Visual Basic .NET (Forum) by iwonder on 6/20/2006
  • Re: Weather Module (Oliver Hine)

    I agree, and have been doing just that type of thing for a couple of years. I recently posted a custom xsl that is an example of how to use the google weather service using the news feed module. Depending on your location, you can use many free services of similar weather info. See this post on the DNN forum site: http://www.dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/forumid/48/threadid/28182/scope/posts/Default.aspx There are many variations and possibilities. I use Oliver's module, as
    Posted to Custom Modules (Forum) by iwonder on 5/9/2006
  • Re: Importing XML file to database table.

    I think you would get better response by adding this post to the XML forums. The issue you face here is not really specific to DotNetNuke. It's more of an XML or SQL import question. As far as what the adsml tag is - that's defined by the namespace definition at the start of the xml file xmlns:adsml=" http://www.adsml.org/typelibrary/1.1 " Namespaces describe or document the tag reference. Generally, you would review the docs found on the site reference about the tag. A bigger question is if you
    Posted to DotNetNuke (Forum) by iwonder on 4/28/2006
  • Re: Docs 4.0.3 - disappointing

    The v4.0.3 version was really just a fix for folks having the caching issues and not a lot more. The doc would not be updated for the relatively small fixes presented. I think it was made available just as part of the standard release zips. Although, I'd suggest the CT could probably do well to include a "Notes On The Release' type of document that could be a simple readme.txt type of doc, to mention what late breaking changes the release is fixing and any relevant news regarding updates to the project
    Posted to Getting Started (Forum) by iwonder on 4/25/2006
  • RSS Auto-Discovery...

    Been playing with FireFox and IE7 comparing browsing experiences, and one of the cool features in both is RSS Feed auto-discovery. Both browsers are capable of displaying a feed, and allowing a feed to be stored, much in the same fashion as a standalone rssReader application. Although, DNN has a built-in capability to create rss feeds for most modules, the auto-discovery will not work unless you manually set it up, as far as I've been able to tell. The manual workaround is simply to specify a small
    Posted to DotNetNuke (Forum) by iwonder on 4/25/2006
Page 1 of 149 (1481 items) 1 2 3 4 5 Next > ... Last »