Hi, I want to retrive mp3 file,which is converted into binary format and stored in database using asp.net. I don't know how to retrieve this file in datagrid and also i want play that file using media player ,whenever i clicked on it. Is it clear
sra22
Posts
-
retrieve mp3 file from database -
retrieve mp3 file from databaseHi, I have stored a mp3 file in binary format into database.Now i want to retrieve from database. I am not able to retrieve that. Can anybody help me how to do this?
-
insert & play flash fileHi, It is possible to play flash file in iframe. give src="path of the flash file"
-
display text instead of imageHi, Thanks for u'r reply. But I am storing image as binary format in sql & retrieving like this . see this code Do While (myDataReader.Read()) Response.ContentType = myDataReader.Item(1) Response.BinaryWrite(myDataReader.Item(0)) Loop So How can i check recordcount
-
display text instead of imageHi, But it is showing inside the image. I want to display outside
-
display text instead of imageHi, I want to display that image in one form Just i want to display Image not available if there is no record in the database is it clear?
-
display text instead of imageHi, I want to display some text inplace of image if image is not available, when we are retrieving image from database. anyone help me
-
datagrid problemHow to split one record into two rows in datagrid?
-
Datagrid-Date Problemhi, You can set DataFormatString="{0:d}" to your column in datagrid hope it will work
-
back button + asp.net 2.0hi, You can write the code like this Button1.Attributes("onclick") = "javascript:history.go(-1);" or you can use this in HTML or you can use link like set href="javascript:history.go(-1);" [Back](javascript:history.go(-1);) -- modified at 8:22 Thursday 5th April, 2007
-
Interview Questions on ObjectOriented Programminghi, once visit this site www.geekinterview.com u can find interview questions
-
date validation in javascriptok.give that code
-
date validation in javascripthi, I want to create date validation in client side using javascript i.e to display invalid date(checking all months & dates).I have searched in google & tried some of them ,but it doesn't work. can anyone send the solution for this Thanks in advance
-
.dll hellthanks for u'r reply
-
.dll hellplz explain .dll hell in .net
-
heap vs managed heapWhat is the difference between heap and managed heap.
-
supportHow can .net support multiple languages? plz describe answer for this
-
memorycan u tell the differences between stack and heap
-
memoryIn which location,objects created with new keyword are stored.Is it stack or Heap.Can anyone tell the differences between them.
-
translationWe have developed a website recently.Now i want to develop it with multilangual support.I want to know step by step procedure to do this.Iam very new to unicodes.Can anyone try to answer this as soon as possible.