Click here to Skip to main content
15,890,690 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: update panel issue Pin
Tauseef A16-Nov-09 7:32
Tauseef A16-Nov-09 7:32 
AnswerRe: update panel issue Pin
Abhijit Jana16-Nov-09 16:16
professionalAbhijit Jana16-Nov-09 16:16 
QuestionRequiredFieldValidator price range Pin
Casper Hansen16-Nov-09 4:10
Casper Hansen16-Nov-09 4:10 
AnswerRe: RequiredFieldValidator price range Pin
Abhijit Jana16-Nov-09 4:38
professionalAbhijit Jana16-Nov-09 4:38 
AnswerRe: RequiredFieldValidator price range Pin
Casper Hansen16-Nov-09 4:57
Casper Hansen16-Nov-09 4:57 
GeneralRe: RequiredFieldValidator price range Pin
sashidhar16-Nov-09 17:44
sashidhar16-Nov-09 17:44 
QuestionDownload to a client file Pin
OriginalGriff16-Nov-09 2:41
mveOriginalGriff16-Nov-09 2:41 
AnswerRe: Download to a client file Pin
Abhishek Sur16-Nov-09 2:57
professionalAbhishek Sur16-Nov-09 2:57 
If you dont close the response it will keep on adding htmls to the document. If you are only downloading a file, always close the Response.

do the email sending and log before you download if it affects the Response.
Now before you add ContentType, use Response.Clear
and then use your code to download the file. Smile | :)

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript

QuestionGoogle map api Pin
Member 426027016-Nov-09 1:56
Member 426027016-Nov-09 1:56 
AnswerRe: Google map api Pin
Abhishek Sur16-Nov-09 2:26
professionalAbhishek Sur16-Nov-09 2:26 
QuestionLogin and membership Pin
mikey123_12316-Nov-09 1:36
mikey123_12316-Nov-09 1:36 
AnswerRe: Login and membership Pin
Not Active16-Nov-09 1:46
mentorNot Active16-Nov-09 1:46 
GeneralRe: Login and membership Pin
mr_muskurahat16-Nov-09 1:55
mr_muskurahat16-Nov-09 1:55 
GeneralRe: Login and membership Pin
Abhishek Sur16-Nov-09 2:34
professionalAbhishek Sur16-Nov-09 2:34 
GeneralRe: Login and membership Pin
Not Active16-Nov-09 3:13
mentorNot Active16-Nov-09 3:13 
QuestionRepeater or ListView? Pin
tunsten16-Nov-09 0:59
tunsten16-Nov-09 0:59 
AnswerRe: Repeater or ListView? Pin
Abhishek Sur16-Nov-09 2:28
professionalAbhishek Sur16-Nov-09 2:28 
QuestionExport data to multiple sheets of Excel doc Pin
Karan_TN16-Nov-09 0:36
Karan_TN16-Nov-09 0:36 
AnswerRe: Export data to multiple sheets of Excel doc Pin
Abhishek Sur16-Nov-09 2:33
professionalAbhishek Sur16-Nov-09 2:33 
QuestionHow to access the dynamically created control Pin
deepseeindeepsy16-Nov-09 0:13
deepseeindeepsy16-Nov-09 0:13 
AnswerRe: How to access the dynamically created control Pin
rhtbhegade16-Nov-09 0:20
rhtbhegade16-Nov-09 0:20 
GeneralRe: How to access the dynamically created control Pin
deepseeindeepsy16-Nov-09 0:26
deepseeindeepsy16-Nov-09 0:26 
GeneralRe: How to access the dynamically created control Pin
Christian Graus16-Nov-09 0:29
protectorChristian Graus16-Nov-09 0:29 
AnswerRe: How to access the dynamically created control Pin
Christian Graus16-Nov-09 0:25
protectorChristian Graus16-Nov-09 0:25 
GeneralRe: How to access the dynamically created control Pin
deepseeindeepsy16-Nov-09 0:37
deepseeindeepsy16-Nov-09 0:37 

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.