Click here to Skip to main content
15,914,481 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Getting Javscript error Pin
Sandeep Akhare28-Sep-07 5:38
Sandeep Akhare28-Sep-07 5:38 
Questionlive presentation application Pin
barbisio28-Sep-07 3:57
barbisio28-Sep-07 3:57 
Questiondisplaying time Pin
bhattiprolu28-Sep-07 3:39
bhattiprolu28-Sep-07 3:39 
AnswerRe: displaying time Pin
talasila8028-Sep-07 4:03
talasila8028-Sep-07 4:03 
GeneralRe: displaying time Pin
bhattiprolu28-Sep-07 4:37
bhattiprolu28-Sep-07 4:37 
AnswerRe: displaying time Pin
Guffa28-Sep-07 6:07
Guffa28-Sep-07 6:07 
Questionhow can i convert aspx pages to HTML pages. Pin
kishoregani28-Sep-07 3:07
kishoregani28-Sep-07 3:07 
AnswerRe: how can i convert aspx pages to HTML pages. Pin
N a v a n e e t h28-Sep-07 3:18
N a v a n e e t h28-Sep-07 3:18 
kishoregani wrote:
how can i convert aspx pages to HTML pages


You want the processed HTML of ASPX page to be saved as HTML page right ? Then use WebClient class. This class provides various methods to do this. Use DownloadFile() method and pass the ASPX page which you want to convert. This method will give request to ASPX page specified and downloads the response to the file you specified.

Note : If your ASPX page uses Session's, then this will show error.


QuestionMovie file type supporting Video streaming in ASP .net 2.0 Pin
askdon28-Sep-07 2:54
askdon28-Sep-07 2:54 
AnswerRe: Movie file type supporting Video streaming in ASP .net 2.0 Pin
Pete O'Hanlon28-Sep-07 3:28
mvePete O'Hanlon28-Sep-07 3:28 
QuestionJavascript + Mozilla in ASP.net Pin
Sharma Nakul28-Sep-07 2:53
Sharma Nakul28-Sep-07 2:53 
AnswerRe: Javascript + Mozilla in ASP.net Pin
Guffa28-Sep-07 3:18
Guffa28-Sep-07 3:18 
GeneralRe: Javascript + Mozilla in ASP.net Pin
Sharma Nakul28-Sep-07 3:26
Sharma Nakul28-Sep-07 3:26 
AnswerRe: Javascript + Mozilla in ASP.net Pin
N a v a n e e t h28-Sep-07 3:30
N a v a n e e t h28-Sep-07 3:30 
GeneralRe: Javascript + Mozilla in ASP.net Pin
Sharma Nakul28-Sep-07 3:51
Sharma Nakul28-Sep-07 3:51 
GeneralRe: Javascript + Mozilla in ASP.net Pin
Vasudevan Deepak Kumar28-Sep-07 4:29
Vasudevan Deepak Kumar28-Sep-07 4:29 
GeneralRe: Javascript + Mozilla in ASP.net Pin
Sharma Nakul29-Sep-07 0:05
Sharma Nakul29-Sep-07 0:05 
AnswerRe: Javascript + Mozilla in ASP.net Pin
rahul.net1128-Sep-07 4:45
rahul.net1128-Sep-07 4:45 
GeneralRe: Javascript + Mozilla in ASP.net Pin
Sharma Nakul29-Sep-07 0:07
Sharma Nakul29-Sep-07 0:07 
QuestionResponse not picking up Pin
JacquesDP28-Sep-07 2:30
JacquesDP28-Sep-07 2:30 
AnswerRe: Response not picking up Pin
N a v a n e e t h28-Sep-07 4:35
N a v a n e e t h28-Sep-07 4:35 
GeneralRe: Response not picking up Pin
JacquesDP30-Sep-07 17:50
JacquesDP30-Sep-07 17:50 
Questionreference and out parameters Pin
Sonia Gupta28-Sep-07 2:22
Sonia Gupta28-Sep-07 2:22 
AnswerRe: reference and out parameters Pin
Malcolm Smart28-Sep-07 2:46
Malcolm Smart28-Sep-07 2:46 
AnswerRe: reference and out parameters Pin
Eduard Keilholz28-Sep-07 2:47
Eduard Keilholz28-Sep-07 2:47 

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.