Click here to Skip to main content
15,904,155 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Jokejoke of the day Pin
Krazy Programmer12-Sep-08 0:05
Krazy Programmer12-Sep-08 0:05 
JokeRe: joke of the day Pin
Manas Bhardwaj12-Sep-08 0:23
professionalManas Bhardwaj12-Sep-08 0:23 
GeneralRe: joke of the day Pin
Paul Conrad12-Sep-08 5:35
professionalPaul Conrad12-Sep-08 5:35 
GeneralRe: joke of the day Pin
Krazy Programmer14-Sep-08 20:20
Krazy Programmer14-Sep-08 20:20 
QuestionNeed to open .pdf file while click on Hyperlink Pin
subbu.sk11-Sep-08 23:22
subbu.sk11-Sep-08 23:22 
AnswerRe: Need to open .pdf file while click on Hyperlink Pin
Manas Bhardwaj11-Sep-08 23:49
professionalManas Bhardwaj11-Sep-08 23:49 
AnswerRe: Need to open .pdf file while click on Hyperlink Pin
Blue_Boy11-Sep-08 23:58
Blue_Boy11-Sep-08 23:58 
GeneralRe: Need to open .pdf file while click on Hyperlink Pin
Venkat Eswaran12-Sep-08 8:12
Venkat Eswaran12-Sep-08 8:12 
string filename = System.IO.Path.GetFileName(filepath);
Response.Clear();
Response.ContentType = "application/pdf";
Response.AddHeader("Content-Disposition", "attachment; filename=" + filename);
Response.Flush();
Response.WriteFile(filepath);

Venky

Questionsql express edition Pin
y_mmohd11-Sep-08 22:29
y_mmohd11-Sep-08 22:29 
AnswerRe: sql express edition Pin
Manas Bhardwaj11-Sep-08 23:11
professionalManas Bhardwaj11-Sep-08 23:11 
GeneralRe: sql express edition Pin
y_mmohd15-Sep-08 0:06
y_mmohd15-Sep-08 0:06 
GeneralRe: sql express edition Pin
Manas Bhardwaj15-Sep-08 1:39
professionalManas Bhardwaj15-Sep-08 1:39 
QuestionShow OS Version and Service pack on a web page of the computer viewing the page. Pin
SAadmin11-Sep-08 22:18
SAadmin11-Sep-08 22:18 
AnswerRe: Show OS Version and Service pack on a web page of the computer viewing the page. Pin
www.Developerof.NET11-Sep-08 23:11
www.Developerof.NET11-Sep-08 23:11 
QuestionRestarting application pools Pin
Roger Alsing11-Sep-08 21:41
Roger Alsing11-Sep-08 21:41 
AnswerRe: Restarting application pools Pin
Jörgen Andersson14-Sep-08 8:40
professionalJörgen Andersson14-Sep-08 8:40 
GeneralRe: Restarting application pools Pin
Roger Alsing14-Sep-08 23:03
Roger Alsing14-Sep-08 23:03 
GeneralRe: Restarting application pools Pin
Jörgen Andersson14-Sep-08 23:22
professionalJörgen Andersson14-Sep-08 23:22 
QuestionAuthentication Problem Pin
Daniel Jansson11-Sep-08 21:11
Daniel Jansson11-Sep-08 21:11 
QuestionCan we fill DataSets and DataTables with LINQ like we used to in .net 2.0 Pin
S.Aijaz11-Sep-08 21:00
S.Aijaz11-Sep-08 21:00 
QuestionClose window Pin
omlac11-Sep-08 20:59
omlac11-Sep-08 20:59 
AnswerRe: Close window Pin
Sandeep Akhare12-Sep-08 2:34
Sandeep Akhare12-Sep-08 2:34 
GeneralRe: Close window Pin
omlac12-Sep-08 2:58
omlac12-Sep-08 2:58 
GeneralRe: Close window Pin
Sandeep Akhare12-Sep-08 3:04
Sandeep Akhare12-Sep-08 3:04 
GeneralRe: Close window Pin
omlac12-Sep-08 3:17
omlac12-Sep-08 3:17 

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.