Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have an image control which i want to bind in javascript ,my image is stored in the database in the varbinary format .how will i bind it using javascript.
Posted

Read this link:

http://api.jquery.com/load-event/[^]

Thanks,
Ambesha
 
Share this answer
 
Comments
PRASHANT KUMAR LAL 19-Oct-12 7:03am    
nice links for JQuery
aassaahh 19-Oct-12 7:12am    
but i have store my images in the binary format ,can i get some example
aassaahh 19-Oct-12 7:14am    
how will i get the javascript plug in file js file
Ambesha 19-Oct-12 7:30am    
find solution below to add Jquery plugin on ur page
Freind use this on you page:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>


Thanks,
Ambesha
 
Share this answer
 
Comments
aassaahh 19-Oct-12 7:55am    
i also want the other infomation such as name,id,address and image from the database and bind image and other feild in javascript ,how will i do so???

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900