I am building the employee portfolio where each employee enters his/her data. at this stage am I building the image crop where an employee uploads image and then crops it. I am getting this error: Input string was not in a correct format.
We have a scenario where we would like to allow our users to upload images to the site. We are running on ASP.Net. A quick search did not result in anything good. It would be great if the control is free/open source but we do not mind paying a little bit.
i wan code for profile image setting. user can able to resize image by selecting size in the dropbox. and image cand drag specific location,(canvas image-->image can bigger then canvas and he can drag image withini the canvas,image shoud save--withini the canvas width and height)
Rquirements
1)user upload the image and will save that image and will disply the image at left side show in the figure. 2) user can select the size of the image from dropbox. the image size will be alter depend upon the selected size. 3)user can drag the image in the specific location. i mean selecting image with mouse can drag, shoud be dragable. 4)same as profile image setting of gmail,facebook and skype.
I want to bind data(For ex: Employee name, Employee ID from Employee) to a dropdownlist and the data should be displayed in dropdownlist as two columns. I don't want to separate this columns by using any special characters like | or '-'. I want to display them as different columns in a dropdownlist.
How can i achieve this using .net and the data i need to retrieve using SQL server 2008.
I have been given two pieces of code and i am trying to place them together (with no luck) its kinda hard sayin i have little knowledge of asp.net, i need to get this done in order to pass my work placement It is a simple search that can take text entered into a text box, or a dropdown list and populate the table with the required fields
how can I get image size in Kb in asp.net c#.I'm providing facility to download image in 800*600 or 1024*768 dimension but along with these links I want to display actual size of image in Kb in both dimensions.
iam using asp.net with c#, iam having images in page .when i click on image the image size should be increase in the same window.then when i click again it should go to another page for edit.
how can i control, the width and hight of an image which a user select in an uoload control,for uploading, with specific size(width=150px,hieght=100px)
i want the user only select the image in that specific size of image.
Users of my C# web application can upload images. I have configured the max upload size in the web.config file to maxRequestLength="1024" and executionTimeout="180".
How can I check the upload size before uploading? (do you have examlpe or url?) Another option might be to check the dimensions?...
Some web application allow the user to crop the image at client side. Do you have an example of this or url?
I have many image in my page my images size are between 100 -200kb I want redeuce my images size to 4-5Kb ... How I can do it? is there any control to do it?
I have stored images in folder each images is more than 700kb so datalist binding process became slow.so it is possible that while loading record and corresponding images from folders Can I reduce the image size or compress images so that record fetching become faster.In database i m stroing image path and image is stored in directory.
i am working on an ecommerce application, user will be uploading several images of a product, instead of stripping the size (i.e the KB or MB size) after uploading it on the server, i want to strip the size of image before uploading it to the server ( bringing the size from any thing over 30KB down to 30KB) i.e on the client machine itself and then upload it to the server. i understand that this requires a download on the client machine which makes me ask the following questions :
a. can i use a java control in dotnet since java control can be used on all OSes b. is there any dotnet control that might be userfriendly to all OSes
iam having images in page .when i mouseover on any of the image, the image size should be zoom and display in the center of the asp.net page in the same window
How can I display photogarphs in an image control so that they are all the same size for an online catalogue without distorting the actual image.
I have taken the photos with a digital camera, loaded them in to Photoshop, cropped the image and finally resized the images to an acceptable size (while constraning proportions to avoid image distorsion).
The problem is that the images all have different height dimensions as while resizing i was able to choose the width that I wanted but as I had to constrain proportions to avoid distorsion, it caused the heights of the images to differ.
On my web form I have an image control that is set to the same width as the images but as the heights of the images differ from one and other, it is impossible for me to set a fixed height that will prevent some of the images being distorted when displayed in the image control.