Search

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

Matching Posts

  • Re: asp.net c# professional book

    Cheers, I got 'Pro ASP.NET 3.5 in C# 2008' delivered a minute ago & it's a nice thick book, should have lots of help in there :o)
    Posted to Book Reviews (Forum) by AshBThomas on 5/22/2009
  • asp.net c# professional book

    Hello, Can anyone reccomend a c# asp.net book that covers more advanced topics like binding selects on 3 tables (with multiple variables dependant on checkboxes in repeaters) to Gridviews and other less-basic work like this? Thanks.
    Posted to Book Reviews (Forum) by AshBThomas on 5/21/2009
  • Re: Complex select

    Thanks, sounds better. How should I build the select though? The check boxes are in a repeater, but I can access the data in each one. Would I then do (pseudo code) string = "select * from people inner join on peoplepreferences" loop through the repeater find out the check box interestid from the check box text (likesdescription). if the check box is ticked add to the string "where PeoplePreferences.PreferencesID = " + likes.interestid. endif endloop run the select and then bind
  • Complex select

    Hello, I want to do a select which takes into account a dynamic number of 'and's. Eg: Table 'People' holds Names and a 'likes' textfield Table 'Likes' holds a list of numbers and 'likes': '1 - Chess', '2 - Poker' and '3 - Bridge'. So if person 'Bob' likes Chess & poker his likes-text field holds '12', if 'Jane' likes all three her likes-text field holds '123'. I present the user with check boxes for
  • Re: Internet Explorer cannot display the webpage

    Thanks, can you elaborate on the settings please? I'd rather not install firefox if I can help it. I also recently upgraded from ie7 to ie8 although I'd imagine that'd preserve the settings.
    Posted to Client Side Web Development (Forum) by AshBThomas on 4/22/2009
  • Internet Explorer cannot display the webpage

    Hello, I've created a new website in VWB 2008 Express & when I click 'Start without debugging' I get this in IE: http://localhost:55998/WebSite2/Default.aspx Internet Explorer cannot display the webpage I get the icon in the system tray saying the port is the same (55998) and the path appears correct - but it's not displaying my page (just with the word test in it). Here are my steps: Start VWD, click 'Create Website', select 'ASP.NET Web Site', enter a new location
    Posted to Client Side Web Development (Forum) by AshBThomas on 4/22/2009
  • Re: Internet Explorer cannot display the webpage

    Hi, Thanks for your replies and the interesting link. I think now that I've made an error setting it up so it's using the asp.net webserver when it should be using the iis webserver. I think the problem is that I made an error when setting up a virtual directory. Do I need to set up a virtual directory for every project I create that should use the iis? Thanks.
  • Re: Internet Explorer cannot display the webpage

    Hello, Thanks for your reply. Yea, I figured I'd done something wrong somewhere. Yes, I get the icon & the bubble 'ASP.NET Development server, launching http://localhost:xxxx/test1' . I'm not sure if I set it up using a virtual directory. I remember looking at that step though in my book. Do you have to create a virtual directory for every web project you build? I'm happy with skipping it (if possible). I'm still no closer to working out why I've got this problem,
  • Re: Internet Explorer cannot display the webpage

    Hello, Yea that fixed it thanks, will I have to do that step with all new projects? It does leave me thinking I did something wrong when setting up the programs (VWS, IIS & SQLS) especially as my book never made any mention of this step being required. Thanks again :)
    Posted to Configuration and Deployment (Forum) by AshBThomas on 3/31/2009
  • Internet Explorer cannot display the webpage

    Hello, I am very, very new to asp.net and have got my first site working (locally) but with one tiny problem. When I hit 'Start without debugging' it takes me to this address: http://localhost:54189/Test1/ Which gives me: 'Internet Explorer cannot display the webpage'. If I change it to 'http://localhost/Test1/' it all works fine. I've reviewed many, many posts on this subject & I'm pretty sure it's the port number. So I read up more about it until I saw that
    Posted to Configuration and Deployment (Forum) by AshBThomas on 3/31/2009
Page 1 of 1 (10 items)