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

ASP.NET

 
GeneralRe: need help regarding VoIP... Pin
eyeseetee4-Jun-08 21:34
eyeseetee4-Jun-08 21:34 
Questionhow to get the data in a grid view cell one space from the left Pin
lakshmichawala4-Jun-08 0:22
lakshmichawala4-Jun-08 0:22 
AnswerRe: how to get the data in a grid view cell one space from the left Pin
eyeseetee4-Jun-08 0:46
eyeseetee4-Jun-08 0:46 
GeneralRe: how to get the data in a grid view cell one space from the left Pin
lakshmichawala4-Jun-08 1:13
lakshmichawala4-Jun-08 1:13 
QuestionFilename getting currepted when downloading a file with filename having french characters Pin
jophinmichael4-Jun-08 0:15
jophinmichael4-Jun-08 0:15 
AnswerRe: Filename getting currepted when downloading a file with filename having french characters Pin
Artem Kustikov4-Jun-08 4:02
Artem Kustikov4-Jun-08 4:02 
GeneralRe: Filename getting currepted when downloading a file with filename having french characters Pin
jophinmichael4-Jun-08 4:19
jophinmichael4-Jun-08 4:19 
GeneralRe: Filename getting currepted when downloading a file with filename having french characters Pin
Artem Kustikov4-Jun-08 4:26
Artem Kustikov4-Jun-08 4:26 
'+' is a valid replacement for space symbol(' '), quick way to fix it - use String.Replace:
strFilename = HttpUtility.UrlEncode("dossier de téléchargement.docx")
    .Replace("+", "%20");

GeneralRe: Filename getting currepted when downloading a file with filename having french characters Pin
jophinmichael4-Jun-08 4:59
jophinmichael4-Jun-08 4:59 
QuestionSession Vs Profile Pin
Tridip Bhattacharjee3-Jun-08 23:46
professionalTridip Bhattacharjee3-Jun-08 23:46 
AnswerRe: Session Vs Profile Pin
eyeseetee3-Jun-08 23:50
eyeseetee3-Jun-08 23:50 
AnswerRe: Session Vs Profile Pin
Vasudevan Deepak Kumar3-Jun-08 23:57
Vasudevan Deepak Kumar3-Jun-08 23:57 
QuestionSession Vs Cache? Pin
Tridip Bhattacharjee3-Jun-08 23:45
professionalTridip Bhattacharjee3-Jun-08 23:45 
AnswerRe: Session Vs Cache? Pin
eyeseetee3-Jun-08 23:50
eyeseetee3-Jun-08 23:50 
AnswerRe: Session Vs Cache? Pin
Vasudevan Deepak Kumar3-Jun-08 23:58
Vasudevan Deepak Kumar3-Jun-08 23:58 
Questionwriting text to Word Document and sending mail in asp.net 2.0 Pin
vijaylumar3-Jun-08 23:45
vijaylumar3-Jun-08 23:45 
AnswerRe: writing text to Word Document and sending mail in asp.net 2.0 Pin
Gayani Devapriya4-Jun-08 2:43
Gayani Devapriya4-Jun-08 2:43 
Questionsys is undefined Pin
Miss Maheshwari3-Jun-08 23:38
Miss Maheshwari3-Jun-08 23:38 
AnswerRe: sys is undefined Pin
eyeseetee3-Jun-08 23:49
eyeseetee3-Jun-08 23:49 
QuestionRe: sys is undefined Pin
Miss Maheshwari4-Jun-08 0:21
Miss Maheshwari4-Jun-08 0:21 
AnswerRe: sys is undefined Pin
Miss Maheshwari4-Jun-08 0:36
Miss Maheshwari4-Jun-08 0:36 
AnswerRe: sys is undefined Pin
daveh18-Jul-08 7:42
daveh18-Jul-08 7:42 
GeneralRe: sys is undefined Pin
Miss Maheshwari19-Jul-08 0:51
Miss Maheshwari19-Jul-08 0:51 
QuestionIncorrect syntax near the keyword 'LEFT'. Pin
eyeseetee3-Jun-08 23:38
eyeseetee3-Jun-08 23:38 
AnswerRe: Incorrect syntax near the keyword 'LEFT'. Pin
meeram3954-Jun-08 2:27
meeram3954-Jun-08 2:27 

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.