Click here to Skip to main content
15,888,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to set Autopostback false on calendar_OnSelectionChanged Pin
Abhijit Jana1-Jul-09 0:30
professionalAbhijit Jana1-Jul-09 0:30 
QuestionSmartNavigation Pin
minniemooo30-Jun-09 23:06
minniemooo30-Jun-09 23:06 
AnswerRe: SmartNavigation Pin
kstls30-Jun-09 23:27
kstls30-Jun-09 23:27 
Questionfile download problem Pin
lakshmichawala30-Jun-09 23:05
lakshmichawala30-Jun-09 23:05 
AnswerRe: file download problem Pin
SeMartens30-Jun-09 23:20
SeMartens30-Jun-09 23:20 
GeneralRe: file download problem Pin
lakshmichawala30-Jun-09 23:34
lakshmichawala30-Jun-09 23:34 
GeneralRe: file download problem Pin
SeMartens30-Jun-09 23:52
SeMartens30-Jun-09 23:52 
GeneralRe: file download problem...hers is the my code Pin
lakshmichawala30-Jun-09 23:58
lakshmichawala30-Jun-09 23:58 
here file.name contains that arabic file name with a long name characters.


Response.AddHeader("content-disposition", "attachment; filename=" & Server.UrlPathEncode(file.Name))
Response.AddHeader("Content-Length", file.Length.ToString())
Response.ContentType = type ' "application/octet-stream"
Response.WriteFile(file.FullName)
Response.End()
GeneralRe: file download problem...hers is the my code Pin
Abhijit Jana1-Jul-09 0:33
professionalAbhijit Jana1-Jul-09 0:33 
GeneralRe: file download problem...hers is the my code Pin
lakshmichawala1-Jul-09 0:38
lakshmichawala1-Jul-09 0:38 
Questionhelp for MaskedEditValidator for date format? Pin
kripa2130-Jun-09 22:51
kripa2130-Jun-09 22:51 
AnswerRe: help for MaskedEditValidator for date format? Pin
r a m e s h1-Jul-09 1:52
r a m e s h1-Jul-09 1:52 
GeneralRe: help for MaskedEditValidator for date format? Pin
kripa211-Jul-09 23:06
kripa211-Jul-09 23:06 
QuestionPlay sound in client system Pin
yesu prakash30-Jun-09 21:59
yesu prakash30-Jun-09 21:59 
AnswerRe: Play sound in client system Pin
Manas Bhardwaj30-Jun-09 22:00
professionalManas Bhardwaj30-Jun-09 22:00 
AnswerRe: Play sound in client system Pin
CrazyCoder2630-Jun-09 22:39
CrazyCoder2630-Jun-09 22:39 
GeneralRe: Play sound in client system Pin
bonkers12326-Jan-10 20:59
bonkers12326-Jan-10 20:59 
QuestionReason of Error Pin
KhandelwalA30-Jun-09 21:51
KhandelwalA30-Jun-09 21:51 
AnswerRe: Reason of Error Pin
Abhijit Jana30-Jun-09 21:55
professionalAbhijit Jana30-Jun-09 21:55 
AnswerRe: Reason of Error Pin
Manas Bhardwaj30-Jun-09 21:55
professionalManas Bhardwaj30-Jun-09 21:55 
QuestionUsing themed css files requires a header control on the page. (e.g. <head runat="server" />). Pin
anushh30-Jun-09 21:32
anushh30-Jun-09 21:32 
AnswerRe: Using themed css files requires a header control on the page. (e.g. ). Pin
Abhijit Jana30-Jun-09 21:40
professionalAbhijit Jana30-Jun-09 21:40 
GeneralRe: Using themed css files requires a header control on the page. (e.g. ). Pin
Manas Bhardwaj30-Jun-09 21:41
professionalManas Bhardwaj30-Jun-09 21:41 
AnswerRe: Using themed css files requires a header control on the page. (e.g. ). Pin
Manas Bhardwaj30-Jun-09 21:40
professionalManas Bhardwaj30-Jun-09 21:40 
Question404 Error in webservices? Pin
Piyush Vardhan Singh30-Jun-09 21:20
Piyush Vardhan Singh30-Jun-09 21:20 

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.