VS 2010 - Blurry PNG Images Inside Img Tag
Aug 30, 2012
I'm having trouble with my .png images. I use them as buttons with rounded corners with transparency, so that the corners are round and the "outer corner" shows the background. Well a basic round button I guess. The problem I have is that the images are blurry.
Is there some setting I should know about? I tried using .gif instead, but then the corners aren't smooth.
View 1 Replies
Similar Messages:
Aug 16, 2012
First off loving the new look, well done to the moderators / owner of the site.
Okay I want to display in a div 16 image controls which are 100 x 100 px in dimension. I need to display four rows of four but I just cannot get them to line up.
View 1 Replies
Jan 23, 2012
How to display LaTEX equations as images. My project is in C#.
View 6 Replies
Mar 23, 2011
I tried to save image under folder and it is saved but not including in the project.
what should i do. i using vs 2010 and c#
View 3 Replies
Nov 15, 2010
I am not sure this is the right place to ask.I am using Visual Web Developer 2010 Express, and have loaded an existing project.I have an image folder, and in the folder I have some images (.png)I need to find all of the ASP.NET pages which uses one of this image,but had no luck. There are hundreds of ASPX, ASPX.vb pages to search...IS THERE A WAY TO SEARCH WHICH ASPX or ASPX.VB pages are using a image file?For example,If I have C:TESTIMAGESTEST.PNG file,I want every file in the project pages which includes:
[Code]....
View 4 Replies
Jun 25, 2010
I recently upgraded from VWD 2008 Express to VWD 2010 Express. A problem has developed in that the website's graphics no longer appear in Design mode, there are "Error Creating Control" error messages that did not exist before, and also debugging errors that did not exist before. (Note: these problems did not exist when I first used VWD 2010; they may have originated with recent automatic Windows updates (I use Vista Home Premium SP2 with IIS 7)). The problem exists if I open the website either as a project file or as a website directory.
View 1 Replies
Jan 30, 2010
On App_Theme folder I have lots of images, and when I open VS2008 it performs really slowly performance.
it takes about 10 minutes to open the solutopn, and when trying to view site on browser it takes more 10 minutes to view the first page. after that, it is OK.
View 3 Replies
Dec 1, 2010
I'm using Microsoft's PivotViewer control in one of my Silverlight projects. I'm creating a JIT collection and was hoping to dynamically generate the images based on the rendered result of a WPF UserControl. In order to generate the images I'm using an HTTP Handler to serve the images up dynamically.
how I might best go about this. It's all quite a mashup of technologies and a bit difficult to know where best to begin.
EDIT: I have found a guy that's done this in ASP.Net MVC here -
View 1 Replies
Jul 16, 2011
I have a WebMethod that is inside of an ASP.NET Web Service application. I use a Try Catch block inside the WebMethod. If an exception is thrown and I want to see the ex.Message is there a way to use a messsagebox? Maybe there is some Imports statement that can be used so you can use a messagebox inside an ASP.NET Web Service application. I could declare a string for use to display the ex.Message but then the WebMethod would have to return that string somehow. That's something I don't know how to do. As long as no exceptions are thrown I'm ok but if an exception is thrown it's good to know what it is. The ASP.NET Web Service application is using .NET Framework 2.0.
In another thread gep13 was talking about creating a class so that you could return more than one thing from a WebMethod and if that's what I have to do that's fine but if there's a simpler way to see the ex.Message then that's ok too.
View 7 Replies
Apr 26, 2010
Having problems with the syntax of my ImageURL inside DataList ItemTemplate want to show images that I have stored in a database.
<asp:Image ID="Image1" runat="server" ImageUrl='showimg.aspx?ImageID=<%# Eval("id") %>'/>
Makes the img syntax look like this.
<img id="DataList1_ctl00_Image1"
src="showimg.aspx?ImageID=<%# Eval("id") %>"
style="border-width:0px;" />
View 2 Replies
Mar 17, 2011
I have an existing website that I am adding a webservice (asmx) file too so that I can make client call backs to a certain function.I found this article on securing webmethods in an API [URL] a...ntication.aspx But is there a way to set the security up for the API itself instead of each individual webmethod? Kinda like have a page load method that gets called regardless of what API you are using and checks if you have a valid session.
View 1 Replies
Dec 3, 2013
I am trying to populate (bind with a dataset) a DropDownList inside a GridView. However, when I do my DropDownList.DataSource = dataSet.. I get the following exception ( Object reference not set to an instance of an object. )
Here is my GridView in the .aspx page:
AllowPaging="True" EnableViewState="False">
Here is the code behind...
Private Sub gvTransferNumbersEN_RowDataBound(sender As Object, e As System.Web.UI.WebControls.GridViewRowEventArgs) Handles gvTransferNumbersEN.RowDataBound
If (e.Row.RowType = DataControlRowType.DataRow) Then
Dim dsGetTransferNumbers As DataSet
Dim ddlTransferNumbers As DropDownList = DirectCast(e.Row.FindControl("ddlTransferNumbers"), DropDownList)
[code]....
View 2 Replies
Nov 14, 2012
I want to display an image, be-able to drag small images on to the large image and then save the new image. Image having a photo as an image and wanting to put number blobs on and each number blob refers to a piece of text almost like labelling photo. I know how to drag and drop images using jquery but not sure how I would save the thing as a new image.
View 1 Replies
Oct 8, 2010
It happens frequently when I try to copy & paste code inside VS 2010 with following message:
insufficient available memory to meet the expected demands of an operation at this time, possibly due to virtual address space fragmentation. Please try later.
and I check the memory usage with taskmanager on my computer. It is fine.
In order fix it, I need to close VS 2010 and restart again.
View 1 Replies
Feb 12, 2010
I have an ASP.Net (.Net 2.0) application that creates Crystal Reports (version 11.5) and shows them with CrystalReportViewer control. For some reason the control isn't showing the logo image in the header of the report. It renders the following html
<img width="320" height="76" alt="Imagem" src="CrystalImageHandler.aspx?dynamicimage=cr_tmp_image_e47fba99-96fc-471b-ab11-06fd2212bbdd.png" border="0"/>
I already included the aspnet_client folder in my Virtual Directory in IIS.
View 1 Replies
Jan 29, 2011
I have a simple photo album. I have some catories in db and corresponding folders. For example, when user creates a category called "Asp Net" in db then a folder called "AspNet" is created. Then user can upload photo and all photos are displayed as thumbnail. No photo is saved in db, they are directly saved lets say AspNet folder. I just fetch filelist from intended folder and list them. However I want user to be able to update category name or delete it. To keep consistency, corresponding folder should be updated or deleted. But when I try it throws exception: Access to the path 'xxxxx" is denied.
View 1 Replies
Mar 31, 2010
I've been trying to get image caching working for the last 8 hours and I keep the same problem time and time again, I'm trying to cache Images at the moment and then when thats succesful, apply this to cache my js and css files. I have at the moment Sql Dependancy caching working on my dynamic pages but the page still takes to long due to images not caching.
What I have tried is going to IIS7 Management and adding HTTP Response Header for the images folder and setting various things for the cache control.i dont care how long it caches it on the client or on the proxy servers i just would like it to check when the file was modified and compare it with the one in the client or proxy cache and if they are different then fetch the new image which has been ftp up. i could solve this by changing the image name but the thing is the image name is generated when they are ftp'd to the site by an application and the name is a direct reference to the product so i cant change the name each time, as it would mean making a lot of otherpages accross the board.
so What i would like, is to set and expiry date of lets say 32 days or more on the images and then check to see if they have changed by date modified or some other way of checking(Etags maybe) I'm not sure, if they have changed on the server then redownload and recache them, I tried using post-check and pre-check together but that just permantly cached them, so when i change the image the only way it would display the new image is to just hit F5.
In Brief, how can i Cache images, on the client machine/ proxy cache and recache them when the modified date of the file has changed.
View 4 Replies
Mar 9, 2010
I want to show on one of my pages a slideshow type page. Basically I want it to show a selection of images from a folder and have the images scroll from right to left.
View 8 Replies
Jul 25, 2010
I want to write one program by visual studio 2008 (C# and ASP) that has web application and windows application.
I want to get clients images in web app(upload) and store them in DB (mysql) then send these images to windows app via web service (so i new web service, not web site). But i have 2 problems:
I have 2 ways to store images in mysql, first i should have BLOB field in DB -that it takes more space-, second i should save just name of each image in DB(so have image in one folder) -in this way i don't know how get image from clients and store them in that folder-. which one? Or what other? How (code) can i transfer image via web service(Byte[] or? ).
View 2 Replies
Apr 17, 2010
how to upload images to server(application/images folder) and retrive(display) from and on client PC for asp.net. its just for uplaoding logo directly to server folder and retriving from server to client. i am not getting server path on client pc for image.
View 5 Replies
Mar 15, 2010
i have the following scenario, i have a column of a gridview that shows me a text telling me is the user is allowed or not to access to some page, but now i just showing allow and deny, but i wanna show images that represent me the action, how can i do that?
View 3 Replies
Apr 29, 2010
[Code]....
i am using asp.net with c#, i have table images
shop nvarchar(50),
imgc image
imgo image
iam saving images in a database but while retreving it is showing blank images. i want to display as thumb nail images
View 1 Replies
Oct 31, 2010
I wanted to combine app_themes css files into one on the fly. I did so using Mads Cristensen technique. But now all elements that has background image defined through css (see picture) don't display image. I believe that is because css files are not relatively referenced anymore (../), but through axd file. I'm trying to fix this by changing reference to image files without success. I already tried background: url("~/App_Themes/44/images/myimage.gif") and this works for pages that combined css. But the problem is that there are other pages in this project that don't use this css combining and now they lost reference to background images.
View 1 Replies
Apr 6, 2010
How to Display the treeview control with multiple images(each link should be with one image) instead of + images in asp.net
View 2 Replies
Jul 9, 2010
I'm using ASP.NET 4 Web forms routing, for example like this:
routes.MapPageRoute("page-browse", "{Language}/{Label}", "~/Default.aspx")
So the webadress could look like: http://localhost/mywebsite/eng/home
In the root of my website I have a folder "Images".
Image display works when I'm in the root of my website, e.g. by using http://localhost/mywebsite/default.aspx
But when using routing it doesn't work, because the image relative url will look at http://localhost/mywebsite/eng/images instead of http://localhost/mywebsite/images
Is there a way to prevent this using ASP.NET 4 Routing mechanism? Or is the only way to use absolute url's to images?
View 3 Replies