Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

Declan Bright

@Declan Bright
About
Posts
191
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • I hope people don't learn to speak English using this...
    D Declan Bright

    Have a listen to this one: http://www.thefreedictionary.com/misspeak[^] :omg:

    Declan Bright www.declanbright.com

    The Lounge com

  • Ubuntu Tablet on the way
    D Declan Bright

    I really like of size of the Nexus 7, if it a similar size/weight + price + spec + SD then it will be really tempting

    Declan Bright www.declanbright.com

    The Lounge mobile com linux

  • Ubuntu Tablet on the way
    D Declan Bright

    Thare both the same for me, 03:48, possibly a locale issue

    Declan Bright www.declanbright.com

    The Lounge mobile com linux

  • Ubuntu Tablet on the way
    D Declan Bright

    This could be interesting: http://www.ubuntu.com/[^] http://www.htc.com/[^]

    Declan Bright www.declanbright.com

    The Lounge mobile com linux

  • Ankhsvn lately?
    D Declan Bright

    Mostly ok but we have had some issues with it, especially if you do something in TortoiseSVN it doesn't always pick up the change, even after a refresh. Straight updates's and commit's are fine, its when you start moving files between folders and deleting files that weird things can happen.

    Declan Bright www.declanbright.com

    The Lounge visual-studio question workspace

  • Anybody with Home Automation experience ?
    D Declan Bright

    Hi Cédric I have done some basic Home Automation with the Arduino[^], probably too basic for your needs but thought you might be interested.

    Declan Bright www.declanbright.com

    The Lounge game-dev c++ com graphics testing

  • We're 10 years old!
    D Declan Bright

    Congratulations, this site has helped me a lot over the years, looking forward to the next 10

    Declan Bright www.declanbright.com

    The Lounge c++ html architecture question

  • default month
    D Declan Bright

    You set the VisibleDate property. Example:

    this.Calendar1.VisibleDate = DateTime.Today.AddMonths(3);

    Declan Bright www.declanbright.com

    ASP.NET tutorial question

  • retrieve more than one row in one row
    D Declan Bright

    You could do this using a cursor[^] to loop through the rows and build up the string. I wouldn't advise it for large resultsets as you could end up with performance issues.

    Declan Bright www.declanbright.com

    Database database tutorial question learning

  • Accessing multiple result sets from a stored procedure
    D Declan Bright

    You can use the DataSet.Load[^] option and pass in a SqlDataReader and it will fill multiple DataTables with the multiple resultsets.

    Database database question

  • Delete Query
    D Declan Bright

    It you have a relationship setup between the 2 tables on the id column with the cascading delete property set, then deleting the records for one table will delete the corresponding records from the other table

    Declan Bright www.declanbright.com

    Database question database

  • Paul: Here is a more economic car for you
    D Declan Bright

    Thats cool although with such a low weight I wouldn't like to be caught in a strong cross wind. :-\

    Declan Bright www.declanbright.com

    The Lounge php html visual-studio com

  • Restrict User To Copy Image
    D Declan Bright

    Using javascript to prevent someone from using the Save Picture As option will stump most people but it is very easy to get around if someone really wants to get an image. You should also watermark the images as it is quite difficult to remove a watermark successfully.

    Declan Bright www.declanbright.com

    ASP.NET question

  • Firebug (again)
    D Declan Bright

    You could always run Firefox Portable[^] with firebug installed from a memory stick. Nikhil's Web Development Helper[^] and Fiddler[^] make living with IE a little easier too.

    Declan Bright www.declanbright.com

    The Lounge

  • HP 6767 NoteBoOk sql sERVER 2005
    D Declan Bright

    You are welcome

    Declan Bright www.declanbright.com

    ASP.NET database sql-server com sysadmin help

  • problem with image tag
    D Declan Bright

    Try this:

    ha.ImageUrl = @"~/Membership/img/icon-calendar.gif";

    Have a look at the page source to see what is been written out to the browser and verify that the path is correct.

    Declan Bright www.declanbright.com

    ASP.NET help design

  • Web applcaion support
    D Declan Bright

    Have you configured the web project folder in IIS? If you are not using IIS for development then try to open the via File / Open / Web Site and browsing to the folder. You can then add the other projects to the solution.

    Declan Bright www.declanbright.com

    ASP.NET question visual-studio

  • problem with image tag
    D Declan Bright

    Try using the Image control:

    Image ha= new Image();
    ha.ID = "img2";
    ha.ImageUrl = @"Membership/img/icon-calendar.gif";
    ha.AlternateText = "d";

    Declan Bright www.declanbright.com

    modified on Friday, April 4, 2008 10:05 AM

    ASP.NET help design

  • Web applcaion support
    D Declan Bright

    Click on Help / About Microsoft Visual Studio and you will see a list of the installed products, if the Visual Web Developer product is not listed then you will not be able to open a web project.

    Declan Bright www.declanbright.com

    ASP.NET question visual-studio

  • Splitter control for web form
    D Declan Bright

    Have a read of the license associated with the article, there is a link near the end of the article.

    Declan Bright www.declanbright.com

    ASP.NET csharp asp-net tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups