Search

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

Matching Posts

  • SBSK and MySQL

    Wondering if any of you have had any luck with connecting Small Business Starter Kit with MySQL. I really struggling with the connection string. I'm using MySQL ODBC 5.2.3. The connection string that does NOT work in the web.config file is: < add name = " sqlProvider " type = " SqlBlogsProvider " connectionString = " DATABASE=thelivebrand;DESCRIPTION=database;DSN=database;OPTION=0;PORT=0;SERVER=localhost;UID=root; " providerName = " System.Data.Odbc "
    Posted to Small Business Starter Kit (Forum) by leftfield on 5/17/2009
  • YouTube listing

    I'm looking for a way that I could display selected YouTube videos (with just the URL or video serial number in a SQL database) in a list format pulling in the entire YouTube data so I wouldn't have to re-key it in (i.e.-title, thumbnail, brief description, etc.). Have you seen any code samples that would do such a thing? I've looked at several API samples but they are all tied to Favorites and I'd like users to be able to add their own without identifying favorites on YouTube. Any
    Posted to Data Presentation Controls (Forum) by leftfield on 3/3/2009
  • Re: Redirect from one domain to another

    Thanks Jeff, Unfortunately our web host does not give us access to IIS configuration. I have to do it with code. They sent some sample code (below) but Visual Studio does not like it where I'm putting it in the Masterpage.master. Can you figure out what they're trying to tell me? Specific File Redirect <% If Request.ServerVariables("HTTP_HOST") = " www.237seapuitroad.com " Or Request.ServerVariables("HTTP_HOST") = "237seapuitroad.com" Then Response
    Posted to Configuration and Deployment (Forum) by leftfield on 12/9/2008
  • Redirect from one domain to another

    Hey all, I have two domains ( www.abccompany.com and www.abcconsulting.net ). Right now when you go to www.abccompany.com and browse around, the URL is www.abccompany.com/contact.aspx etc. When you go to www.abcconsulting.net and browse around the URL is www.abcconsulting.net/contact.aspx etc. I would like to make it so when you go to www.abccompany.com it redirects you to www.abcconsulting.net and when you go to www.abccompany.com/contact.aspx it redirects you to www.abcconsulting.net/contact.aspx
    Posted to Configuration and Deployment (Forum) by leftfield on 12/9/2008
  • Re: SEO and the web.sitemap

    For some reason even when I renamed the included sitemap (I copied and renamed web.sitemap as Sitemap.xml), Google still didn't like it. I found a great site at www.xml-sitemap.com that crawls your site and creates a sitemap. I saved that sitemap.xml and uploaded it and everything is working great!
    Posted to Small Business Starter Kit (Forum) by leftfield on 12/9/2008
  • SEO and the web.sitemap

    A number of friends of mine suggested any ASP .NET site that wants to be crawled by search engines needs to have a sitemap.xml file on the server in the main directory. Is this true? Does the web.sitemap included in the small business starter kit provide crawlers with the necessary information or do we still need to create an additional sitemap.xml file?
    Posted to Small Business Starter Kit (Forum) by leftfield on 12/1/2008
  • Re: safari menu control

    Thank you! I had this issue with Google Chrome and the Small Business Starter kit. Since the Page_Load is only in the 4 sub aspx pages and not in the Master Page or the Default.ASPX page, I put it in the 4 sub aspx pages where you said and it loads great! Thanks again.
    Posted to CSS Friendly Control Adapters (Forum) by leftfield on 11/23/2008
  • Re: New child element in Small Business Starter Kit

    Duh! I just ran the XML tool and created a new XML file replacing the one which came with the starter kit. Whenever I make a new element and add it to the appropriate files, I rerun the create new XML file and voila.
    Posted to Small Business Starter Kit (Forum) by leftfield on 11/22/2008
  • New child element in Small Business Starter Kit

    Anyone have any instructions for adding a new Child Element to the XML in Small Business Starter Kit? When I try to add a new element (jobtype) I get an error message the newsItem has a invalid child element 'jobtype'. List of possible elements expected: description. Does it have anything to do with the zOrder? < description_XmlElement left = " 12169 " top = " -9101 " width = " 5292 " height = " 847 " selected = " 0 " zOrder = " 36
    Posted to Small Business Starter Kit (Forum) by leftfield on 11/20/2008
  • Re: mailto & subject in small business starter kit

    I got it! < asp : HyperLink ID ="HyperLink1" runat ="server" NavigateUrl =' <%# "mailto:test@yahoo.com?subject="+ Eval("Title") %> '> I'd like more information about this product. </ asp : HyperLink > </ ItemTemplate > </ asp : TemplateField > This worked. One major mistake I was making was putting it after the item template and thus it had already finished running. Thanks to you all for helping me get my brain around
    Posted to Small Business Starter Kit (Forum) by leftfield on 11/20/2008
Page 1 of 2 (13 items) 1 2 Next >
Microsoft Communities