Title:
db images
Name:
ogolla
Date:
7/21/2009 8:25:46 AM
Comment:
Your article on read/write/upload images was very helpful. Straight to the point. No beating around the bush. Thanks buddy!
|
Title:
SqlServer in ASP .NET
Name:
meganathan
Date:
6/29/2009 5:26:40 AM
Comment:
the most efficient way is to retrieve it using a stored procedure that retrieves and joins the data as necessary, and then sending the results to the application for formatting.good article, i really like it. I am doing a bit on research about SqlServer in ASP .NET and i found also macrotesting www.macrotesting.com to be very good source. Thanks for you article.....
|
Title:
retrieve image path and convert it to image
Name:
Roy
Date:
6/3/2009 5:13:57 AM
Comment:
Hi,I would like to know, how do i retrieve an imagepath and convert it to an image from the database?, please care to share :)
|
Title:
image retreiving
Name:
Ravi
Date:
4/9/2009 8:08:52 AM
Comment:
Hi, upto inserting the image in database, everything is fine but after retrieving it, the image is not being displayed in the datagrid. I have wrote the all the code in c#. code for Retrieving image is as follows: Response.ContentType = rd.GetValue(rd.GetOrdinal("studphotoimagetype")).ToString();
byte[] bytearray = (byte[])rd["studphoto"]; Response.BinaryWrite((byte[])rd["studphoto"]);
Plz help me... its very urgent
|
Title:
image retreiving
Name:
rincy
Date:
4/1/2009 3:43:34 AM
Comment:
thnx for this useful code..cany u uggest method to retreive the image into a textarea or to a imagebox ???
|
Title:
itz very good...........................
Name:
uday krishna lukka
Date:
3/20/2009 7:16:25 AM
Comment:
u did a excellent job....4r learners itz really very helpfull
|
Title:
Mr.
Name:
Fakhrul Islam
Date:
3/6/2009 2:43:58 PM
Comment:
Sir i need the code to insert image into database from image button but picture need not to be upload.i have an predefined image in an image button.this predefined image have to insert into SQL server by clicking another button.i also need to retrive image from database using by an emmplyoee ID. Please sir help me about this. My email- me.dispose@yahoo.com
|
Title:
Mr.
Name:
Fakhrul Islam
Date:
3/6/2009 2:36:06 PM
Comment:
Sir i need the code to insert image into database from image button but picture need not to be upload.i have an predefined image in an image button.this predefined image have to insert into SQL server by clicking another button.i also need to retrive image from database using by an emmplyoee ID.
|
Title:
image retrieve and store
Name:
sumitra
Date:
2/27/2009 12:09:44 PM
Comment:
Sir, Please provide solution for image show in database as well as grid view and the images are clickabl.
|
Title:
image retrieve and store
Name:
mahesh
Date:
2/11/2009 12:37:39 AM
Comment:
sir please send me the code to compare the two images in the database and another image coming input from the external device such as the scanner.so i want the code for that.
|
Title:
Retriving image from sqlserver2005 using c#.net
Name:
Ramesh
Date:
2/7/2009 7:01:02 AM
Comment:
this is ramesh reddy. my mail id is sanrameshreddy@gmail.com. please provide solution
|
Title:
Retrieving image from thwe database into the image control
Name:
yemo1
Date:
1/28/2009 2:07:37 AM
Comment:
Hi, you're doing a great job.This is really helpful, but I need the code to retrieve the image and display it in the image control. Thanks
|
Title:
retriveing image from database
Name:
Deepak Goyal
Date:
1/21/2009 12:03:22 AM
Comment:
code is good but some problem to retrive image in image control
|
Title:
display the image in the image control
Name:
mohit chauhan
Date:
1/13/2009 5:34:24 AM
Comment:
i want to display the image in the image control from the database .can anybody please help me in this . can you just sent me the code in this mail please mohit.chauhan8@gmail.com vikasparashar320@gmail.com
|
Title:
retrieve image from database into image control
Name:
rubina
Date:
1/6/2009 4:49:57 AM
Comment:
hi, i want to display the image in the image control after retrieving the image from the database .can anybody please help me in this . can you just sent me the code in my email id rubinarahman@rediffmail.com
|
Title:
how to picture control
Name:
Amol
Date:
10/16/2008 1:06:14 AM
Comment:
hi, how I can do this with simple picture control.I am unable to do it using the same code.Thanks. amol@retailrelam.co.uk
|
Title:
How to upload image and retrieve image from database into the gridview control in VB.NET
Name:
veera
Date:
10/7/2008 4:43:22 AM
Comment:
Any one help me to solve this problem
|
Title:
display image in image button
Name:
Himaraj
Date:
9/11/2008 7:22:46 AM
Comment:
dear sir, I have tried to implement the same in ASp.Net and C#, but i am unable to bind the image, I am not getting the image on the control. So I request you to mail me the code which i amy be able to retrieve images from sql server and need to display it on image button control. my email id is himaraj.vanaras@gmail.com
Many many thanks
|
Title:
Display the Value
Name:
Abirami.B
Date:
9/2/2008 6:59:46 AM
Comment:
I have create a procedure in database..one for ADD Procedure and Another one For View..i Need how to retrive the value from the database to display the grid view..i need the solution in asp.net With C#
|
Title:
Display the Value
Name:
Abirami.B
Date:
9/2/2008 6:59:01 AM
Comment:
I have create a procedure in database..one for ADD Procedure and Another one For View..i Need how to retrive the value from the database to display the grid view..
|
Title:
your code
Name:
Chance Keller
Date:
8/20/2008 1:04:00 PM
Comment:
i have used your code it pulls the picture from the database but overides the web page by not displaying the web page but displays the picture only
|
Title:
display image from sqlserver
Name:
HIRAL
Date:
8/5/2008 4:01:56 AM
Comment:
My code is:
Image img; SqlConn con = new SqlConn();
SqlCommand cmdSelect = new SqlCommand("select location_map from location_master where location_id = @locationID", con.conn);
cmdSelect.Parameters.Add("@locationID", SqlDbType.Int); cmdSelect.Parameters["@locationID"].Value = iLocationId; byte[] barrImg = (byte[])cmdSelect.ExecuteScalar(); con.conn.Close(); MemoryStream ms = new MemoryStream(barrImg); img = Image.FromStream(ms);
BUT I GET ERROR AT LAST LINE i.e. ' img = Image.FromStream(ms);' INVALID PARAMETER HELP PLZZZZZZ
hiral_b17@yahoo.com
|
Title:
display image from sqlserver
Name:
hiral
Date:
8/5/2008 4:00:01 AM
Comment:
My code is:
Image img; SqlConn con = new SqlConn();
SqlCommand cmdSelect = new SqlCommand("select location_map from location_master where location_id = @locationID", con.conn);
cmdSelect.Parameters.Add("@locationID", SqlDbType.Int); cmdSelect.Parameters["@locationID"].Value = iLocationId; byte[] barrImg = (byte[])cmdSelect.ExecuteScalar(); con.conn.Close(); MemoryStream ms = new MemoryStream(barrImg); img = Image.FromStream(ms);
BUT I GET ERROR AT LAST LINE i.e. ' img = Image.FromStream(ms);' INVALID PARAMETER
|
Title:
retrieve image from sql database using ImageButton
Name:
qx
Date:
8/1/2008 3:09:19 AM
Comment:
I wanted to retrieve an image in the asp.net page from SQL database using an ImageButton. On click, the image button on the asp.net page will be able to bring user to another page. How do i do that.
Do get back to me at complicated_dreamz@hotmail.com
|
Title:
image assign to image control
Name:
Ahsan
Date:
7/10/2008 4:32:53 PM
Comment:
retrieve image from the DB and place it into an image control on an ASP.NET page? how can i do it; help me out ahsanaimer@yahoo.com
|
Title:
Its Very Helpful
Name:
Bhargavi
Date:
7/8/2008 7:48:51 AM
Comment:
I need to display many images in a single page row-wise which are stored in database using ASP.Net with C#....................Anyone plz kindly help me
|
Title:
Very Nice Article
Name:
yom kadam
Date:
7/4/2008 8:54:53 AM
Comment:
very nice article nitin.it is very helpful
|
Title:
Thanks
Name:
Carlos Willian
Date:
6/11/2008 2:10:13 AM
Comment:
thanks nitin good article
|
Title:
Retrive Images from database using asp.net
Name:
Nitin Khadloya
Date:
6/11/2008 1:43:47 AM
Comment:
i have another easy code to retrive images from database and bind with gridView if anyone want this code Mail me on nitin.khadloya@gmail.com.
|
Title:
inserting images from the sqlserver
Name:
ramesh
Date:
6/3/2008 6:26:23 AM
Comment:
sir, i want to update the images from the databases.pls help me on how to read the images and update the images using webpage(in c#.net)my mail d.ramesh005@gmail.com
|
Title:
Retrieving all the images from the sqlserver in a gridview
Name:
shilpa
Date:
5/20/2008 1:16:37 PM
Comment:
Sir, I wanted to retrieve all the images from the database into the gridview.Please help me on how to read the images from the sql server database and display it into the gridview in the matrix form. using vb.net
Regards, email id is :- shilpa.tiwari@yahoo.com
|
Title:
Retrieving image from SQL server 2005
Name:
john
Date:
5/20/2008 2:38:40 AM
Comment:
Sir, I wanted to retrieve image in the asp.net page using the c#.net and i want to display that image in the page so what should i do for that.
|
Title:
Excellent
Name:
Amer
Date:
4/16/2008 2:29:15 PM
Comment:
Hi I used this code to store and retrieve csv, doc, xls, html, gif jpg etc from sqlserver 2005 and it is working perfectly.
Thanks for it.
|
Title:
Retrieving image from SQL server 2000
Name:
Sameer
Date:
4/2/2008 7:51:20 AM
Comment:
Sir, I wanted to retrieve image in the asp.net page using the c#.net and i want to display that image in the grid format so what should i do for that.
Regards..
|
Title:
how to store and retrive image and vedio file in sql usin asp.net C#
Name:
karthik
Date:
4/2/2008 7:22:34 AM
Comment:
help me. asp.net c# source code sednd me. my mail id notkarthik@gmail.com
|
Title:
how to connect sql server2005 database to asp.net2005
Name:
riveka
Date:
4/2/2008 4:47:36 AM
Comment:
hi,i want the detail and form model for connecting the sqlserver2005 data into asp.net2005.i to establish the connection and what are the step needed to connect.plz tell.my mail id rivekadevii@yahoo.com
|
Title:
images loading dynamically
Name:
krishna kishore
Date:
3/25/2008 11:35:44 PM
Comment:
hi,i want to insert more than one image in one window and by clicking buttons like next or 1,2,3....,i want to display images accordingly.i want code in asp.net using c#.pls help me .my email is krishnakishoremca@yahoo.com.
|
Title:
dynamic reports
Name:
uma
Date:
3/12/2008 7:42:00 AM
Comment:
hi i know static creation of report but i want dynamic report means we have to create by using code pls help its urgent.pls send to dis id uma159@gmail.com
|
Title:
Retrieving GIF Image from SQL Server
Name:
Krupa Parikh
Date:
2/6/2008 5:50:30 AM
Comment:
Hi, It helps me a lot in managing images in our site. Thanks a lot. But I am facing problem why retrieving GIF file. It is not displaying the file in the web browser. Is there any other way to display GIF file. Please let me know asap. Its urgent. Any suggestion is welcome. My emailid is krupa.parikh@gmail.com Krupa.
|
Title:
retrive images from sqlserver 200
Name:
jahnavi
Date:
12/12/2007 6:08:28 AM
Comment:
hi, it is helpful but try to link the image in image control. jahnavi_jeevan@yahoo.co.in
|
Title:
retrieve images from sql server 2000 databses
Name:
veera(developer of phenos)
Date:
12/10/2007 12:19:00 AM
Comment:
how to retrieve the images from sql server2000 db n how to store the images sql server2000 to asp.net datagrid view n datalist control.n then we click the imges open r link goes to the another page.....plz very urgent need sir...(with c# source code)... my mail is kalai_veera@rediffmail.com,kalai_veera@sify.com kalai.veera@gmail.com thanku u............
|
Title:
Retriving of image
Name:
Waheed
Date:
11/24/2007 2:54:31 AM
Comment:
Dear Sir ,
this article is good but Kindly help me how i retrive an image from database and display it image web control .
My email is waheed_swe2k3@yahoo.com
|
Title:
Good
Name:
Waheed
Date:
11/24/2007 12:00:01 AM
Comment:
Dear Sir,
This article is good and through this i retirive an image from database . but my problem is that i want to display that image in image conrol is asp.net . kindly help me in this problem i tried too much time but no solution found .
Regards
|
Title:
xml page cannot be displayed
Name:
shiva
Date:
11/21/2007 11:54:20 PM
Comment:
sir, i used your code to retreive the image fron database but it is showing the error CANNOT DISPLAY THE XML PAGE.but when i removed the Response.ContentType = myDataReader.Item("PersonImageType") line it is not showing neither the image nor the error pls help me out very urgent.
please do reply me on shivaece_ksk@yahoo.co.in
|
Title:
answerrrrrrrrrrrr plzzzzzzzzzzzzzzzzzz
Name:
veniza khan
Date:
11/6/2007 1:54:09 PM
Comment:
i think u dont give any answer to ur users. answer plzzzzzzzzzzzzzzzzzzzzz
ur article is good.. but it does't support my prob that is delete the images and retrieve them by ids..
my e-mail: elite_onlinz@yahoo.com
|
Title:
delete image and display images more than once
Name:
veniza khan
Date:
11/6/2007 1:47:38 PM
Comment:
ur article is good.. but it does't support my prob that is delete the images and retrieve them by ids.. my e-mail is:elite_onlinz@yahoo.com i,ll be very thankfull to u dear if u ,ll give me answer i think u r soooooooooooo swwweeeeeeeeeeeettttttttt
|
Title:
retriving image from database
Name:
Harinath
Date:
8/17/2007 1:34:45 AM
Comment:
hello, I need to retrive image from database and store it in image control in aspx page. please send solution to hari_4ur@yahoo.com.
Thnaks, Harinath Pinna hari_4ur@yahoo.com
|
Title:
how to retrieve image from SQL server to image button
Name:
Ashraf
Date:
8/8/2007 3:44:05 AM
Comment:
i have 5 imagebutton in my page and i have an image stored in sql server. i want retrieve the image from database to corresponding imagebutton. ie using for loop, by using for loop i am moving the record in database, from database the image is retrieved using id.
this is the coding:
For Each row In ds.Tables("ash").Rows Dim sql1 As String sql1 = "SELECT u_id,u_filename FROM uploads where u_id=" & b & "" Dim adap1 As New SqlDataAdapter(sql1, con) Dim ds1 As New DataSet adap1.Fill(ds1, "ash") a = ds1.Tables("nisa").Rows(0).Item("u_filename") With ImageButton1 .ImageUrl = Server.MapPath("./image/general/" & a) End With
b = b + 1 i = i + 1 Next con.Close()
in this imagebutton1, instead of 1 i should be placed, this i is increamented as per coding. if this is done v can place the images to every imagebutton. if u have any idea about this please send ur ideas and coding to ashraf_y25@yahoo.com
|
Title:
how to update an image
Name:
srihari
Date:
8/6/2007 7:56:53 AM
Comment:
can you help me how can insert an image to sql server in asp.net with c# please sent me this code to sri_ind143@yahoo.com
|
Title:
how to update a images
Name:
anbuvel
Date:
7/25/2007 4:58:04 AM
Comment:
please help me, How to update a images in vb.net using vb coding. i am storing and retriving the images but i dont no how to update the images. Please Help me.....
|
Title:
Retrving Image
Name:
Mallikarjun
Date:
7/17/2007 1:28:20 AM
Comment:
hai sir This is mallikarjun i read ur article and i saw the code for retriving images,i have so many doubts can i comunicate with u please,can please give me ur mail id or phone no.this is my mail id and phone no......
mallikarjin.d@gmail.com 09849128621.
|
Title:
Retrieve multiple image from Data Base in ASP.Net with C#
Name:
Faisal
Date:
7/4/2007 12:47:17 PM
Comment:
hi, i want to retrieve multiple images but it retrieve single image. I also try how to retrieve multiple image in formview but it dont show iamge. and how the C# code to retrieve an image from a database and show it in a image control and I need your help Please mail your reply to mes_sramoliya@eofficeplanet.com, mes_fqureshi@eofficeplanet.com
Pls do it urgent.
|
Title:
storing image in a database
Name:
abdul
Date:
6/26/2007 3:03:02 AM
Comment:
very very nice and satisfying
|
Title:
Retrive Image from Data Base in ASP.Net with C#
Name:
Paresh Patel
Date:
6/22/2007 7:30:55 PM
Comment:
Please help me, please give me code for retrive image from database on simple image control in asp.net2005 with C#.
And my Emial ID = paresh_seek_dba@yahoo.co.in
|
Title:
Retrive Image from Data Base in ASP.Net with C#
Name:
Paresh Patel
Date:
6/22/2007 7:28:30 PM
Comment:
Please help me, please give me code for retrive image from database on simple image control in asp.net2005 with C#.
|
Title:
Insert ,update Images in database of asp.net with c#
Name:
komal dowd
Date:
6/18/2007 9:10:53 AM
Comment:
please help me to give me help for ii code for Insert and Update Images in Database sql server 2000 and asp.net 1.1 with c#
|
Title:
Thanks and help
Name:
Masi
Date:
5/31/2007 2:25:25 AM
Comment:
hi, i want to retrieve multiple images but it retrieve single image. I also try how to retrieve multiple image in formview but it dont show iamge. and how the C# code to retrieve an image from a database and show it in a image control and I need your help Please mail your reply to sv_tashakori@yahoo.com
|
Title:
Excellent
Name:
sangram patnaik
Date:
5/26/2007 4:12:08 AM
Comment:
hi, This is very good enough to get idea about inserting a image using asp.net with sql server. i having a small doubt. i.e. please send me the query to insert a image to sql server 7 database and retriving query.
thank you sangram.pk@gmail.com
|
Title:
doubt
Name:
lopamudra
Date:
5/21/2007 8:39:43 AM
Comment:
Data.SqlClient.SqlConnection(ConfigurationSettings.AppSettings("ConnectionString"))
what is "connectionstring"?
myDataReader = com.ExecuteReader(CommandBehavior.CloseConnection)
what is "(CommandBehavior.CloseConnection)"?
plz........clarify my doubt.
|
Title:
need help in web service to store and retireve images form sql 2005 using binary data
Name:
mousemee
Date:
5/1/2007 7:45:11 AM
Comment:
HI, i am trying to write a web service that stores and retrieices images form sql server 2005. it is to be working in binary form. meaning, picture is stored not as a pic, but as a long string of characters in database. Does anybody have any relevant codes? Preferbably of c# content.
|
Title:
Hv Problem
Name:
Ajay Vaid
Date:
4/28/2007 3:17:28 AM
Comment:
I Have Proble Where I Create The Table For Storing Image
|
Title:
need help
Name:
chaudhary
Date:
4/19/2007 9:49:08 AM
Comment:
I am storing image in binary format to sqlserver 2005, now i wan to display image with user profile but i am unabale to to display in specific area. what i am doing same using connection...........string Response.ContentType = myProfile.MIMEImage.ToString(); Response.BinaryWrite( (byte[]) myProfile.Image); it is working but its displaying image on whole page and not in my local page its using internet explorer. need guidence to show the image in specific area with userprofile information.
regards, JimmyBaba
|
Title:
problem
Name:
sunny
Date:
4/11/2007 5:22:11 AM
Comment:
this code is good.this code is image id goes to next page and then id match to sql id and return the image.but my problem is image and all record display in one page and on e datagrid if you solve the ans then sent the mail sunny_bindr@yahoo.co.in
|
Title:
Please hemp me
Name:
Abhijeet Digraskar
Date:
4/7/2007 1:54:14 PM
Comment:
hello sir i am developing a site for matrimony in asp.net and backend is mysql 5+ and i want to retrive the images which is save in database in a image control. i can retrive in memorystream but i cannot found any property to show in image control
how can i do this?
please help me and do the needful my mail id is abhijeet2980@gmail.com
|
Title:
hello sir
Name:
Siddharth jain
Date:
3/30/2007 6:18:47 AM
Comment:
sir,my problem is not solved by your view ,my problem is i have Seven Pictures in one row and i want to retrive images but by your method only one image can retrived,i use c#Coding for that Sql server2000 is my database.please solve my problem.
|
Title:
error
Name:
abha
Date:
3/12/2007 7:36:34 AM
Comment:
respected sir
Your codings help me very much and i m thankful to u as i completed most of my work with the help of these codings... even i m facing problem in retrieving the images cause while writing the code
"Response.ContentType = myDataReader.Item("File1type") Response.BinaryWrite(myDataReader.Item["File1"]); "
an error generates that the "datareader does not contain the defination for items" in Asp.net with C#. and every other codes are working properly.
either i hv to add any namespace for this or any other thing i hv to do......
plz reply i will be very thankfull to you. my mail : wallcress54sony@gmail.com and abhson_2004@yahoo.co.in
|
Title:
good
Name:
kolla
Date:
2/24/2007 4:29:09 AM
Comment:
Hey have read ur article... Its really good..n helping...M sure it would be a source for the solution of many problems.....I am developing an intranet website in asp.net.I want to display an image in the image buttton. Heve already stored it in the database in binaryformat. Now am not able to retrive it n display the image in the image button.
can u help me my mail:seralathans@gmail.com
|
Title:
Hi Fi
Name:
Arun Pal
Date:
2/22/2007 2:53:16 AM
Comment:
this is excelent..
|
Title:
ayuda
Name:
oly
Date:
2/20/2007 3:30:26 PM
Comment:
hola!!!
ya implemente el codigo, pero me no me muestra la imagen, pone este error: The XML page cannot be displayed Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
--------------------------------------------------------------------------------
Invalid at the top level of the document. Error processing resource
|
Title:
Retriving image from database in image button
Name:
bhoomi
Date:
2/20/2007 6:58:12 AM
Comment:
Hey have read ur article... Its really good..n helping...M sure it would be a source for the solution of many problems.....I am developing an intranet website in asp.net.I want to display an image in the image buttton. Heve already stored it in the database in binaryformat. Now am not able to retrive it n display the image in the image button. Please help me out for this. Its urgent..... My mail id is adilovesu_83@yahoo.co.in....
|
Title:
sorry
Name:
sunayana
Date:
2/1/2007 5:42:39 AM
Comment:
dear sir, i used ur coad to retrive image from databse and it worked but when i use that coad in my project and i retrive image in grid then it display images in whole page so i wana to retrive image only in grid.
|
Title:
Good
Name:
RaviKanth
Date:
1/12/2007 1:07:26 AM
Comment:
Its good article but if we want to retrive the image and show it in the image control means how we can doit iam using .net2003 with aspx pages. if there is any solution please mail me to bkanthravi@yahoo.com. thanks in advance.
|
Title:
Image Retrieval
Name:
Manjunath A
Date:
1/3/2007 7:08:41 AM
Comment:
Could you please let me know how the C# code to retrieve an image from a database and show it in a image control
|
Title:
Retrieving Image - Problem
Name:
Kumar Gaurav
Date:
12/11/2006 8:01:33 AM
Comment:
The COde is only giving back one image fro the database not all... Please comeback with solution me waiting...
feedback me from allstategroup.com
|
Title:
Excelent
Name:
Sweety
Date:
11/23/2006 7:49:00 AM
Comment:
i want to retrieve multiple images but it retrieve single image. I also try how to retrieve multiple image in dataGrid but it gives error message. I need your help Please mail your reply to mail2usweety@yahoo.co.in
|
Title:
Retrieve Image
Name:
Abdul Basit
Date:
10/10/2006 6:02:12 PM
Comment:
Thanks budy, i get your image retrieve code which really helps me and save my time for the completion of my assignment Thanks 1's Again
|
Title:
wow! thanxs a lotttt
Name:
vijay
Date:
10/9/2006 3:59:45 AM
Comment:
hi! am so happy now for getting a clear idea to insert and retrive image in a database. Thank u a lot!!!!!!!!!
|
Title:
Image Not retrive properly
Name:
Naveed Qadir
Date:
9/16/2006 1:21:54 PM
Comment:
I have difficulty in displaying image on ASP pages it showes only one image i call single image using "response.binarywrite" when i show all record is show garbige value in the image colum ....................
|
Title:
Excellent code
Name:
Jyotish
Date:
9/14/2006 8:47:44 AM
Comment:
The code works file for a single image field on a record. How to retrieve multiple images from the same record? pl mail your reply to info@sparcindia.com. Thanking you. with best regards.
Jyotish
|
Title:
excellent but small error i think
Name:
rama charan
Date:
8/24/2006 3:53:49 AM
Comment:
iam using visual studio2003 hence asp1.1 with vb.net and sqlserver2000 as backend i had a pb in that its giving only the last image from database and not all images on the web page ... i have used the breakpoint and checked it it worked fine as loop repeated for all images and the pb is finally only one img is display probaly i think last one because of overwriting.... one more issue here is that the text statement u have given is not printing at end of image ->" image loaded successfully" and even text any we give in reponse.write( ) is not printing... can u explain how concatinate output to reponse.write () one plan i got for text is keep alldata in string and finally write it at end using reponse.write can u suggest better one if any... and finally thanks a lot for your pgms they were great ....wish u good luck bye
ramacharan
|
Title:
EXCELENT
Name:
rajneesk kaur
Date:
8/4/2006 1:19:20 AM
Comment:
it working very well. thanks
|
Title:
can't display the image
Name:
hendry
Date:
7/26/2006 4:43:33 AM
Comment:
i tried the code.. but can't display any image .. only "Person info successfully retrieved! ".. am i missing something here?
|
Title:
What about documents
Name:
Julius
Date:
7/11/2006 5:32:35 PM
Comment:
can this be done to download word documents from sqlserver instead of pics?
|
Title:
imgs Retrieval
Name:
Mandar
Date:
6/30/2006 3:51:39 AM
Comment:
This is regardin an ASP .Net Images from SQL Server DataBase. I would like to have code to retrieve more than one image from SQL Server to be displayed on Web Page on first load using any with VB or C# with ASP /ASP .Net. pls mail me ASAP for the following code. Its v v urgent!!!!!.my Email ID: mandarchandorker@hotmail.com
thanx
|
Title:
img Retrieval
Name:
Mandar
Date:
6/30/2006 3:49:15 AM
Comment:
This is regardin an ASP .Net Images from SQL Server DataBase. I would like to have code to retrieve more than one image from SQL Server to be displayed on Web Page on first load using any with VB or C# with ASP /ASP .Net. pls mail me ASAP for the following code. Its v v urgent!!!!! thanx
|
Title:
img Retrieval
Name:
Mandar
Date:
6/30/2006 3:44:35 AM
Comment:
this is regardin ASP Images from SQL. I would like to have code for retrieving more than one image from SQL Server to be displayed on first load on web page using 'Image1.Image' any C# or VB code with ASP.
|
Title:
it works good with images
Name:
ria
Date:
5/19/2006 4:25:35 AM
Comment:
but how do I manage pdf files?
|
Title:
Excelent job for managing image
Name:
john patel
Date:
4/29/2006 5:01:39 AM
Comment:
IT'S VARY NICE CODE THAT HELP ME TO MANAGE IMAGES
|
Title:
hi
Name:
vidya
Date:
4/7/2006 7:48:01 AM
Comment:
i want to retrieve multiple images correponding to one person kindly help me where to keep them..as in your previous article u used response.binary where we can display only one image
|
Title:
no image display when retrieving images from sqlserver
Name:
irene
Date:
2/28/2006 3:38:25 PM
Comment:
no image is displayed in the datagrid when retrieving from sqlserver and no error occurs. please let me know the possibilities. thank you!
|
Title:
excellent
Name:
mohan
Date:
2/8/2006 2:30:47 AM
Comment:
photon.mohan@gmail.com mohan@photoninfotech.com the code is excellent its working perfectely but who can we use the same one using java script coz i need to work on the java script also
|
Title:
Retriving Image is Not Working
Name:
Udai Kumar
Date:
1/19/2006 2:32:13 AM
Comment:
The Code in the above page is working but i could not get the image displayed at the same time how to retrive image from database and assign it to the image control.
|
Title:
very goog
Name:
bob
Date:
1/15/2006 2:18:10 AM
Comment:
great job ,thanks very much
|
Title:
Not working for files other than jpeg---
Name:
Anil
Date:
1/11/2006 9:53:03 AM
Comment:
This Code is not working for other files like winword, Excel, zip etc.....don't know why even though I am specifying the ContentType...
|
Title:
retrieved images are not displaying
Name:
jene
Date:
12/26/2005 5:55:22 AM
Comment:
When i use this code,image is stored properly.but when i retrive it using above code.No image display. However i dont get any error but blank image is displayed.
|
Title:
Well
Name:
Sana Ullah Almani
Date:
12/22/2005 2:50:10 PM
Comment:
Excellent, Very Good...
|
Title:
retrieval of image
Name:
suneesha
Date:
12/16/2005 5:19:08 AM
Comment:
excellent thanks
|
Title:
Excellent
Name:
Venu
Date:
11/24/2005 4:59:25 AM
Comment:
v,l'ds
|
Title:
Good, and...
Name:
Pat
Date:
11/8/2005 11:06:21 AM
Comment:
What if I want to get one image from the DB and place it into an image control on an ASP.NET page?
|
Title:
C# Image Retrieval Query
Name:
Monika ChoudhARY
Date:
9/29/2005 1:31:12 AM
Comment:
retrieval of image from database using C#
|
Title:
Excelent
Name:
Claudio
Date:
9/14/2004 10:25:23 AM
Comment:
Just whot I need...!! many thanks
|