Browse by Tags

Related Posts

  • Displaying Images from a Database

    Hi all, I have followed a tutorial on the 4Guys website and seen similar examples elsewhere, so I assume this should work, but it just doesn't. I'm trying to display image data (varbinary) from an SQL Server database. I have created my cut down webpage with the response output specified, but...
    Posted to Web Forms (Forum) by G0ggy on 04-08-2009, 12:00 AM
    Filed under: ASP.NET, binary image data, image, gridview
  • asp.net image gallery to show recently uploaded images

    I have a website where users upload images, I store all those images in a folder of my website (root directory/imagefloder) ... I need a gallery to display recently uploaded images, the gallery should take images from a specified folder and auto-update itself whenever a new image is added to the folder...
    Posted to Web Forms (Forum) by vashistha on 03-15-2009, 12:00 AM
    Filed under: recently, show, to, uploaded, asp.net, gallery, image, Images
  • Batch Auto Watermark With Images

    Hello all, I do not know if this is common knowledge or not but when I was trying to resolve this issue for myself I found a lack of decent documentation on what I was trying to achieve. I have since figured this issue out and would like to share the solution with the net so that it may possibly be of...
    Posted to System.Drawing/GDI+ (Forum) by sirJohnWest on 09-20-2008, 12:00 AM
    Filed under: watermark, ASP.NET, Image, VB.Net, bitmaps, Graphics, GDI+
  • Gaia Image transcoder , using in asp.net mobile applications...

    Does anybdy know how to use the GAIA image transcoder in asp.net mobile application. is this possible? i want to generate the images on the fly according to the mobile capibilities does asp.net has any inbuilt facility to do it? .... gaia image transcoder ,if can? is yes, then how to use gaia image transcoder...
    Posted to Mobile and Handheld Devices (Forum) by codetoad on 07-09-2008, 12:00 AM
    Filed under: WAP, WAP PAGES, WAP PUSH, wap server, ASP.NET, ASP.NET Developement Server, Device Emulator, device emulator config, image, mobile, mobile asp.net, Mobile asp.net Transfer control, Mobile charting, mobile content, mobile device authentication, wml, wurlf, .NET mobile, adaptive rendering mobile device nokia, ASP.NET 2.0, Device Profiling, Images
  • How to Save / Upload Images from One Domain to Another Domain?

    Hi, I am developing a web application in which i have to upload the images from one domain to another domain. I tried few times by using the regular uploading procedure. I tried to give the full path of the server too, but it is not working. So if any one know how to upload the images from one domain...
    Posted to Web Forms (Forum) by Sudheendra B on 05-23-2008, 12:00 AM
    Filed under: Visual Studio 2003.Net, Web Forms, web page, Web Service, AppDomains, ASP.NET, asp.net 2.0 c#, ASP.Net C#, asp.NET 2.0 C#, ASP.NET file, asp:FileUpload, c#, C# 2.0, C# asp.net 2.0, image imageURL, image retrieving, image upload preview, Web Services, Asp.net2.0, asp.net2.0 using c#, ASP .net2.0, dotnet, upload control, upload controls, Asp .net, ASP .net 2.0 C#, asp.net 2.0 C#, image, asp .net., C#. NET 2005, IE 6.0 vs IE 7.0, image upload, .ascx .aspx C#
  • Re: Change an image depending on the value chosen from a DropDownList?

    Let say if you have 8 items, and you create 8 maps in the Images folder and named them like WN.jpg WN1.jpg etc, you could do it like this. protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e) { this.MyImage.ImageUrl = "~/Images/" + DropDownList1.SelectedValue + "...
    Posted to Web Forms (Forum) by ishsingh on 04-24-2008, 12:00 AM
    Filed under: ASP.NET, drop down, image
  • Re: retrieve image from database then resize it before rendering on webpage

    Hi cmgray, I've been looking at your code above for retrieving an image from a database and getting the image dimensions. You reference a variable called 'outputSize' . I was wondering where the value for this comes from? Basically, I am successfully retrieving the image from the database...
    Posted to System.Drawing/GDI+ (Forum) by Benno74 on 01-14-2008, 12:00 AM
    Filed under: resize, ASP.NET, asp.NET drawing images database, Image, Image Manipluation, Graphics
  • Re: Resize Images on upload

    Hi smcoxon , Thanks for posting your code. I've developed/extended a C# method for handling aspect ratio's, however I am interested in the Interpolation and smoothing your code takes advantage of. After implementing the following lines from your code: newGraphic.SmoothingMode = Drawing2D.SmoothingMode...
    Posted to System.Drawing/GDI+ (Forum) by Know24 on 01-07-2008, 12:00 AM
    Filed under: ASP.NET, Image, Antialias
  • ASP.NET AJAX and Image Problem

    Hi all. I am using AJAX Tab Control to display a grid view in one tab and an IMAGE in another tab. The image is created within the program and saved to "images" folder using Serve.MapPath. Everytime the TAB index is changed, I do postback and call the code to create IMAGE. The image displays...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by nowduri.chandra on 08-30-2007, 12:00 AM
    Filed under: tab control, ajax, asp.net, image
  • Dynamic image paths

    Hi, I want to be able to make image paths dynamic depending on which theme is currently being set in my web.config. E.G. If the theme is THEME1 then ImageUrl="~/App_Themes/THEME1/Media/MyImage.gif" If the theme is THEME2 then ImageUrl="~/App_Themes/THEME2/Media/MyImage.gif" Does anybody...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by dsummers22 on 08-02-2007, 12:00 AM
    Filed under: app_themes, App_Themes subfolders folders problem issue, ASP.NET, ASP.NET 2.0 Theme, change theme, Image, image control
Page 1 of 3 (27 items) 1 2 3 Next >