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

ASP.NET

 
QuestionUpload Web Application on Server Pin
ramakant_135229-Oct-07 0:42
ramakant_135229-Oct-07 0:42 
AnswerRe: Upload Web Application on Server Pin
Tarun Dudhatra29-Oct-07 0:52
Tarun Dudhatra29-Oct-07 0:52 
GeneralRe: Upload Web Application on Server Pin
ramakant_135229-Oct-07 1:09
ramakant_135229-Oct-07 1:09 
GeneralRe: Upload Web Application on Server Pin
Tarun Dudhatra29-Oct-07 1:21
Tarun Dudhatra29-Oct-07 1:21 
AnswerRe: Upload Web Application on Server Pin
Braulio Dez29-Oct-07 4:16
Braulio Dez29-Oct-07 4:16 
QuestionStoring & retrieving swf file from sql server Pin
Tarun Dudhatra29-Oct-07 0:30
Tarun Dudhatra29-Oct-07 0:30 
AnswerRe: Storing & retrieving swf file from sql server Pin
N a v a n e e t h29-Oct-07 0:39
N a v a n e e t h29-Oct-07 0:39 
GeneralRe: Storing & retrieving swf file from sql server Pin
Tarun Dudhatra29-Oct-07 0:44
Tarun Dudhatra29-Oct-07 0:44 
Ya that I know when we store image it will store as a binary and when we store swf file it will store like binary only. But the mail problem is that how can we retrieve it

I want to convert this 3 line only.

Response.ContentType = "image/jpeg"; // 1
Response.ContentType = "application/x-shockwave-flash"; // Done

System.Drawing.Image image = RetrieveImage(id, tname);

image.Save(Response.OutputStream, System.Drawing.Imaging.ImageFormat.Jpeg);

How can we change this two line for shockwavw object

GeneralRe: Storing & retrieving swf file from sql server Pin
N a v a n e e t h29-Oct-07 0:51
N a v a n e e t h29-Oct-07 0:51 
GeneralRe: Storing & retrieving swf file from sql server Pin
Tarun Dudhatra29-Oct-07 0:58
Tarun Dudhatra29-Oct-07 0:58 
GeneralRe: Storing & retrieving swf file from sql server Pin
N a v a n e e t h29-Oct-07 1:02
N a v a n e e t h29-Oct-07 1:02 
GeneralRe: Storing & retrieving swf file from sql server Pin
Tarun Dudhatra29-Oct-07 1:11
Tarun Dudhatra29-Oct-07 1:11 
QuestionPlease if u can, solve my prob as quick as possible. Pin
Tutul Biswas29-Oct-07 0:29
Tutul Biswas29-Oct-07 0:29 
AnswerRe: Please if u can, solve my prob as quick as possible. Pin
InsDev29-Oct-07 0:37
InsDev29-Oct-07 0:37 
AnswerRe: Please if u can, solve my prob as quick as possible. Pin
Imran Khan Pathan29-Oct-07 1:04
Imran Khan Pathan29-Oct-07 1:04 
GeneralRe: Please if u can, solve my prob as quick as possible. Pin
Tutul Biswas30-Oct-07 2:29
Tutul Biswas30-Oct-07 2:29 
Questionclear the datagrid value in asp.net [modified] Pin
ps.srinivasan29-Oct-07 0:26
ps.srinivasan29-Oct-07 0:26 
AnswerRe: clear the datagrid value in asp.net Pin
John-ph29-Oct-07 0:37
John-ph29-Oct-07 0:37 
GeneralRe: clear the datagrid value in asp.net Pin
ps.srinivasan29-Oct-07 0:41
ps.srinivasan29-Oct-07 0:41 
GeneralRe: clear the datagrid value in asp.net Pin
John-ph29-Oct-07 0:54
John-ph29-Oct-07 0:54 
GeneralRe: clear the datagrid value in asp.net Pin
ps.srinivasan29-Oct-07 1:03
ps.srinivasan29-Oct-07 1:03 
GeneralRe: clear the datagrid value in asp.net Pin
John-ph29-Oct-07 1:15
John-ph29-Oct-07 1:15 
GeneralRe: clear the datagrid value in asp.net Pin
ps.srinivasan29-Oct-07 2:13
ps.srinivasan29-Oct-07 2:13 
GeneralRe: clear the datagrid value in asp.net Pin
John-ph29-Oct-07 2:50
John-ph29-Oct-07 2:50 
GeneralRe: clear the datagrid value in asp.net Pin
ps.srinivasan29-Oct-07 19:09
ps.srinivasan29-Oct-07 19:09 

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.