Search

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

Matching Posts

  • Re: Drag and drop - no really!

    thanks guys, these are the same solutions I had found while Googling. So it seems there really is no out-of-the-box MS solution. What would you recommend as 3rd party, which integrate smoothly with Visual Studio and asp.net? thank you
  • Drag and drop - no really!

    It seems there isn't much from Microsoft for implementing drag'n'drop to asp.net based web sites. I'm ok with that but my web badly needs it so... what should I do? I'm happy with integrating some javascript library as long as it works well with my Visual Studio/asp.net c# configuration... any suggestions?
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by Dabbi2000 on 9/18/2008
    Filed under: Drag & Drop feature
  • Re: Image description in file

    that is a nice idea.. still I think it's cumbersome for such a "easy" task. What about some general file description property (not using image tags)??
    Posted to System.Drawing/GDI+ (Forum) by Dabbi2000 on 9/17/2008
  • Image description in file

    How can I with asp.net (3.5) write image description (like tags) into the file itself (NOT database!), I need this for my web's photo album?
    Posted to System.Drawing/GDI+ (Forum) by Dabbi2000 on 9/17/2008
    Filed under: image tags description
  • How to access title in Calendar control?

    I want to replace the title element in my calendar with a link instead. Does anyone know how to find that particular control within the calendar control?
    Posted to Web Forms (Forum) by Dabbi2000 on 9/14/2008
  • Cookie/session state dropping from xxx.is to www.xxx.is

    hi I'm not sure if it's the cookie or session variable (since session id is kept in cookie) but obviously IE6 and IE7 (not Firefox) are losing session state when adding www to domain name, although completely the same website. Is there anything I can do about it?
    Posted to State Management (Forum) by Dabbi2000 on 7/15/2008
    Filed under: url, cookie, www
  • Re: Image tags (not on SQL)

    something like _imgSource = new Bitmap(_filename); _imgSource.Tag = "hello, this is the image description"; _imgSource.Save(_filename);
    Posted to System.Drawing/GDI+ (Forum) by Dabbi2000 on 5/24/2008
  • Re: Image tags (not on SQL)

    thank you cameron for a detailed answer. You're absolutely sure I can't write description into the file itself, I thought jpeg files had metatags which .Net could access for read/write? What about the Image.Tag property... why can't I use that? I would really like to do this without the database...
    Posted to System.Drawing/GDI+ (Forum) by Dabbi2000 on 5/24/2008
  • Image tags (not on SQL)

    I'm surprised how little I find about this here on forums/google... My images are saved on server with no database link so I need to store the image description somehow in the file it self. Since they're all jpg I thought I could use the built in tag system, it seems there is a system.drawing.image.tag property but I cannot find anywhere how to use it? Or should I be using the system.drawing.image.PropertyItems ?? a little confused here!
    Posted to System.Drawing/GDI+ (Forum) by Dabbi2000 on 5/24/2008
    Filed under: image tags
  • Re: cannot understand css syntax

    thank you Kumar, I've already been using HTML and CSS for years but the approach used in CSS friendly is something I've never seen before... Take a look at the example they provide http://www.asp.net/CssAdapters/srcviewer.aspx?inspect=%2fCssAdapters%2fTreeView.aspx Now why is a style applied to div . AspNet-TreeView in every single selector?? And looking at lines 7-18, what exactly is the code doing applying different styles just exactly the same selectors (tags) except in the end, "ul
    Posted to CSS Friendly Control Adapters (Forum) by Dabbi2000 on 5/14/2008
Page 1 of 5 (41 items) 1 2 3 4 5 Next >