Click here to Skip to main content
15,883,751 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ASP.Net Multiline Text Box Pin
Rutvik Dave23-Mar-09 9:57
professionalRutvik Dave23-Mar-09 9:57 
GeneralRe: ASP.Net Multiline Text Box [modified] Pin
Ryan Fleming23-Mar-09 16:44
Ryan Fleming23-Mar-09 16:44 
GeneralRe: ASP.Net Multiline Text Box Pin
Rutvik Dave24-Mar-09 4:24
professionalRutvik Dave24-Mar-09 4:24 
GeneralRe: ASP.Net Multiline Text Box Pin
Ryan Fleming24-Mar-09 8:05
Ryan Fleming24-Mar-09 8:05 
GeneralRe: ASP.Net Multiline Text Box Pin
Rutvik Dave25-Mar-09 4:10
professionalRutvik Dave25-Mar-09 4:10 
QuestionProblem with Remote Debugging Pin
dlarkin7723-Mar-09 4:38
dlarkin7723-Mar-09 4:38 
AnswerRe: Problem with Remote Debugging Pin
dlarkin7723-Mar-09 5:30
dlarkin7723-Mar-09 5:30 
QuestionSave As Dialog Box in Asp.Net Application Pin
pavanip23-Mar-09 4:03
pavanip23-Mar-09 4:03 
Hi,

I want to implement Save As Dialog Box Asp.Net Application but there is no specific save dialog file and open dialog file in toolbox. I tried the following code to open Save as Dialog box
Response.ContentType = "image/jpeg";
Response.AppendHeader("Content-Disposition", "attachment; filename=image.jpg");
Response.TransmitFile(Server.MapPath("~/images/"));
But in this I am specifying specific file to save but i need to enter the file name dynamically by the user to save it in specified path.
Can anyone please help me how to resolve this problem.

Thanks in Advance
Pavani
AnswerRe: Save As Dialog Box in Asp.Net Application Pin
Abhishek Sur23-Mar-09 5:47
professionalAbhishek Sur23-Mar-09 5:47 
AnswerRe: Save As Dialog Box in Asp.Net Application Pin
Abhijit Jana23-Mar-09 18:26
professionalAbhijit Jana23-Mar-09 18:26 
GeneralRe: Save As Dialog Box in Asp.Net Application Pin
codekhan111-Jun-11 20:39
codekhan111-Jun-11 20:39 
Questionhow i write a function or method which return table row with 32 cells any help. Pin
Rameez Raja23-Mar-09 2:11
Rameez Raja23-Mar-09 2:11 
AnswerRe: how i write a function or method which return table row with 32 cells any help. Pin
SeMartens23-Mar-09 2:55
SeMartens23-Mar-09 2:55 
AnswerRe: how i write a function or method which return table row with 32 cells any help. Pin
Abhishek Sur23-Mar-09 3:59
professionalAbhishek Sur23-Mar-09 3:59 
GeneralRe: how i write a function or method which return table row with 32 cells any help. Pin
Rameez Raja23-Mar-09 18:23
Rameez Raja23-Mar-09 18:23 
GeneralRe: how i write a function or method which return table row with 32 cells any help. Pin
Spunky Coder23-Mar-09 19:23
Spunky Coder23-Mar-09 19:23 
GeneralRe: how i write a function or method which return table row with 32 cells any help. Pin
Rameez Raja23-Mar-09 21:59
Rameez Raja23-Mar-09 21:59 
GeneralRe: how i write a function or method which return table row with 32 cells any help. Pin
Spunky Coder23-Mar-09 22:25
Spunky Coder23-Mar-09 22:25 
Questionhow do i change the background image of a web apge through profile Pin
souravghosh1823-Mar-09 1:00
souravghosh1823-Mar-09 1:00 
AnswerRe: how do i change the background image of a web apge through profile Pin
Abhishek Sur23-Mar-09 3:33
professionalAbhishek Sur23-Mar-09 3:33 
Question-Not a valid bookmark- issue Pin
V.23-Mar-09 0:54
professionalV.23-Mar-09 0:54 
AnswerRe: -Not a valid bookmark- issue Pin
Abhishek Sur23-Mar-09 3:31
professionalAbhishek Sur23-Mar-09 3:31 
GeneralRe: -Not a valid bookmark- issue Pin
V.23-Mar-09 3:38
professionalV.23-Mar-09 3:38 
GeneralRe: -Not a valid bookmark- issue Pin
Abhishek Sur23-Mar-09 3:58
professionalAbhishek Sur23-Mar-09 3:58 
QuestionProblem compiling resource file to library Pin
Zoltan Aszalos23-Mar-09 0:31
Zoltan Aszalos23-Mar-09 0:31 

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.