Click here to Skip to main content
15,913,854 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Spunky Coder23-Mar-09 20:37
Spunky Coder23-Mar-09 20:37 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Satish - Developer23-Mar-09 20:55
Satish - Developer23-Mar-09 20:55 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Spunky Coder23-Mar-09 21:06
Spunky Coder23-Mar-09 21:06 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Satish - Developer23-Mar-09 21:35
Satish - Developer23-Mar-09 21:35 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Spunky Coder23-Mar-09 22:08
Spunky Coder23-Mar-09 22:08 
Questionspacebar problem for insertion Pin
roshid23-Mar-09 19:13
roshid23-Mar-09 19:13 
AnswerRe: spacebar problem for insertion Pin
SachinKumar M23-Mar-09 19:52
SachinKumar M23-Mar-09 19:52 
GeneralRe: spacebar problem for insertion Pin
roshid23-Mar-09 20:06
roshid23-Mar-09 20:06 
QuestionHelp needed in finding control Pin
The Pod23-Mar-09 16:14
The Pod23-Mar-09 16:14 
AnswerRe: Help needed in finding control Pin
Cybernate24-Mar-09 10:45
Cybernate24-Mar-09 10:45 
QuestionASP.Net Multiline Text Box Pin
Ryan Fleming23-Mar-09 4:39
Ryan Fleming23-Mar-09 4:39 
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 

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.