Search

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

Matching Posts

  • VS 2010 beta 1 MVC2 app won't open in VS 2010 beta 2 or VS 2008

    I did the nerd dinner MVC2 tutorial in VS 2010 beta1 .net 4.0 when I upgraded to VS 2010 beta 2 the project won't open can anyone help thanks
    Posted to Visual Studio 2010 Beta 2 (Forum) by rickj1 on 11/2/2009
  • Re: SEO tool canoical formats asp.net 3.5 how do I fix

    Hey sreejukg thanks for the post I tried it it didn't seem to make a differance
    Posted to Free For All (Forum) by rickj1 on 10/27/2009
  • Re: Resizing an image in vb.....

    Check out this post http://forums.asp.net/t/1085119.aspx if you want to keep your images in a data base and resize them befor there are uploaded check out this post http://forums.asp.net/t/1387307.aspx go to this web site and convert your code http://www.developerfusion.com/tools/convert/csharp-to-vb/
    Posted to System.Drawing/GDI+ (Forum) by rickj1 on 10/25/2009
  • SEO tool canoical formats asp.net 3.5 how do I fix

    I run the tool and I get this seo issue I can't find a solution that works has anyone solved this one The page with URL "http://www.yoursite.com/" can also be accessed by using URL "http://www.yoursite.com/Default.aspx". Search engines identify unique pages by using URLs. When a single page can be accessed by using any one of multiple URLs, a search engine assumes that there are multiple unique pages. Use a single URL to reference a page to prevent dilution of page relevance
    Posted to Free For All (Forum) by rickj1 on 10/25/2009
  • Re: Is it possible to learn ASP.Net without C# or VB knowledge?

    Go to amazon.com and order C# step by step I never proggramed before in any language and I'm building web sites , knowing SQL is a big plus in asp.net it will allso help if you do the security tutorials http://www.asp.net/learn/security/ and the masterpage tutorials http://www.asp.net/learn/master-pages/ don't copy and paste the code type it out and remeber if you keep getting a diferent error message you making head way hope this helps
    Posted to Getting Started (Forum) by rickj1 on 10/25/2009
  • Re: downloading txt file

    There is most likily a number of ways but simpler is better
    Posted to Getting Started (Forum) by rickj1 on 9/14/2009
  • Re: downloading txt file

    Try placing it in a zip file add it to your site and and a hyperlink and point the navigate url to the zip folder
    Posted to Getting Started (Forum) by rickj1 on 9/13/2009
  • Re: Entity Framework vs. Linq

    The Entity Framework is the prefered frame work now you can use link to do all your data I think it will have more features than link it is the one you should get familure with
    Posted to Getting Started (Forum) by rickj1 on 7/30/2009
  • Re: How to Develope Chatting Application

    This is a simple chat room no data base place it in a admin folder it comes from the book ASP.Net Step by Step I have a couple of them on my sites the work fine for what I need them for hope this helps don't forget to mark as answer Put this is a aspx page <asp:Timer ID="Timer1" runat="server" Interval="15000"> </asp:Timer> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <h1>Welcome to
    Posted to Getting Started (Forum) by rickj1 on 7/4/2009
  • Re: Text property of Dropdownlist

    Try it with linq I have two ddl that combine the results and select from data base selecting two rows I used this tutorial and tweeked it to fit my needs http://www.asp.net/learn/linq-videos/video-233.aspx protected void btnSelect_Click(object sender, EventArgs e) { RentagentDataContext db = new RentagentDataContext(); var userProfile = from u in db.UserProfiles where (u.CityId == Int32 .Parse (ddlCity .SelectedValue ) && (u.CatergoryId == Int32 .Parse (ddlCatergory .SelectedValue ))) select
    Posted to Getting Started (Forum) by rickj1 on 7/4/2009
Page 1 of 9 (89 items) 1 2 3 4 5 Next > ... Last »