Ask a Question related to ASP.NET General, Design and Development.
-
m.mahmoudieh #1
How to load image in vb part of WebApplication
Hello everybody
Whit vs2008 - ASP.NET Web Application
In aspx part Ihave:
<asp:Image id="picMain" runat="server" Width="177px" />
In vb part there is a Private CurrImg As Bitmap and a bitmap is stored in it. I need to show bitmap in picMain. I tried:
picMain.ImageUrl = String.Format("WebForm2.aspx?picMain={0}", CurrImg)
but it does not show anything.
I do not have 'picMain.Image' here. I only have 'picMain.ImageUrl'
Any sudgestions please, to help me out.
Thanks in advance
Junior Member
- Join Date
- Jan 2011
- Posts
- 1
-
Erase (whiteout) part of an image
I have Acrobat 6.0 Standard for Windows XP. I have a document that was converted from an electronic FAX (TIFF), so it is all one large image. I... -
Displaying part of an image
I'm making a board game in Flex. Both to save bandwidth and for convenience in the code, I want to store the bitmaps for all the tiles in a single... -
WebControl, to select part of a web-image.
Hi, I'm looking for an ASP.NET web-control in wich I can show a generated image to user, the user should then be able to select part of the... -
??? on how to link to a specific part of an image
Hello, The easiest way to do it is to define the anchor namee in Dreamweaver. So ...in Fireworks, include the achor name in your link. For... -
how to pixelate part of an image
Hi, not sure if that's a real word! but I am working on showcase website that will feature adult themed down loads for the Sims. One of the first...



Reply With Quote

