Click here to Skip to main content
15,908,768 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to play Media Files Like Songs And Videos in My Web Application Pin
ednrgc20-Oct-06 7:14
ednrgc20-Oct-06 7:14 
QuestionRetreiving objects binded objects from a listbox Pin
pedrak20-Oct-06 2:00
pedrak20-Oct-06 2:00 
QuestionHow to bind Dropdown list in datagrid Pin
kuwl_mark20-Oct-06 1:34
kuwl_mark20-Oct-06 1:34 
AnswerRe: How to bind Dropdown list in datagrid Pin
Gerald Leslie Jones20-Oct-06 1:55
Gerald Leslie Jones20-Oct-06 1:55 
QuestionTimeout expired Problem ???? [modified] Pin
devboycpp20-Oct-06 1:33
devboycpp20-Oct-06 1:33 
AnswerRe: Timeout expired Problem ???? [modified] Pin
Gerald Leslie Jones20-Oct-06 1:46
Gerald Leslie Jones20-Oct-06 1:46 
GeneralRe: Timeout expired Problem ???? Pin
ednrgc23-Oct-06 2:37
ednrgc23-Oct-06 2:37 
QuestionTiff image and asp.net in a webpage?? Pin
Tridip Bhattacharjee19-Oct-06 23:41
professionalTridip Bhattacharjee19-Oct-06 23:41 
i am in problem when rendering image in webpage.in my case there is a webservice which basically read a tif file and return a arrar of byte to the client and now i have array of byte.now i want to show image after reading array of byte
without saving it.i wrote a code which not giving any error but not working also.now here i am giving the small code and any guys see any then pls rectify my code.

Response.Clear();
Response.ContentType = "image/tiff";
Response.BinaryWrite(bytBytes);
Response.End();


above code is ok but it can't show tiff image in browser but when i installed a plugin then it is working.so i want to know
is there any other way as a result i can write the code in such a way the tiff image will be shown in browser without installing any plugin.i hard that browser does not support tiff without plugin

so pls help me to solve my problem and it is very urgent.

tbhattacharjee

AnswerRe: Tiff image and asp.net in a webpage?? Pin
Christian Graus20-Oct-06 1:01
protectorChristian Graus20-Oct-06 1:01 
GeneralRe: Tiff image and asp.net in a webpage?? Pin
Tridip Bhattacharjee26-Oct-06 18:59
professionalTridip Bhattacharjee26-Oct-06 18:59 
QuestionMissing javascript Pin
Brady Kelly19-Oct-06 23:27
Brady Kelly19-Oct-06 23:27 
AnswerRe: Missing javascript Pin
ednrgc20-Oct-06 8:17
ednrgc20-Oct-06 8:17 
QuestionHow to find text in more than one line using Regex Pin
Suman Singh19-Oct-06 23:24
professionalSuman Singh19-Oct-06 23:24 
AnswerRe: How to find text in more than one line using Regex Pin
Christian Graus20-Oct-06 1:02
protectorChristian Graus20-Oct-06 1:02 
AnswerRe: How to find text in more than one line using Regex Pin
ednrgc20-Oct-06 8:24
ednrgc20-Oct-06 8:24 
GeneralRe: How to find text in more than one line using Regex Pin
Suman Singh23-Oct-06 0:53
professionalSuman Singh23-Oct-06 0:53 
Questionvalidation controls Pin
TheEagle19-Oct-06 22:37
TheEagle19-Oct-06 22:37 
AnswerRe: validation controls Pin
ednrgc20-Oct-06 2:01
ednrgc20-Oct-06 2:01 
GeneralRe: validation controls Pin
TheEagle20-Oct-06 10:00
TheEagle20-Oct-06 10:00 
GeneralRe: validation controls Pin
ednrgc23-Oct-06 2:33
ednrgc23-Oct-06 2:33 
QuestionHow Use OutLook Activex Plugin Pin
Balavardhan19-Oct-06 22:23
Balavardhan19-Oct-06 22:23 
Questionconnection string Pin
saqib8219-Oct-06 20:41
saqib8219-Oct-06 20:41 
AnswerRe: connection string Pin
Edbert P19-Oct-06 21:14
Edbert P19-Oct-06 21:14 
GeneralRe: connection string Pin
saqib8219-Oct-06 22:59
saqib8219-Oct-06 22:59 
GeneralRe: connection string Pin
Edbert P22-Oct-06 13:01
Edbert P22-Oct-06 13:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.