Click here to Skip to main content
15,881,794 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to add KML file to google Map using javascript in asp.net Pin
Trivikramarao Vurubandi17-Jan-13 0:40
Trivikramarao Vurubandi17-Jan-13 0:40 
QuestionExport data in Excel(xlsx) without using Excel Object from Datatable. Pin
mca_rameshkumar16-Jan-13 22:00
mca_rameshkumar16-Jan-13 22:00 
AnswerRe: Export data in Excel(xlsx) without using Excel Object from Datatable. Pin
chester_it2118-Jan-13 6:52
chester_it2118-Jan-13 6:52 
QuestionButton or ImageButton? Pin
Jassim Rahma16-Jan-13 9:40
Jassim Rahma16-Jan-13 9:40 
AnswerRe: Button or ImageButton? Pin
jkirkerx16-Jan-13 12:40
professionaljkirkerx16-Jan-13 12:40 
QuestionGoogle Translate vb.net Pin
DotNetFellow15-Jan-13 22:31
DotNetFellow15-Jan-13 22:31 
AnswerRe: Google Translate vb.net Pin
Sandeep Mewara16-Jan-13 2:57
mveSandeep Mewara16-Jan-13 2:57 
Questionunzipping file in host ? Pin
jojoba201115-Jan-13 17:59
jojoba201115-Jan-13 17:59 
Hi world !
I have this php code for unzipping file in server host.
PHP
<?php  
$zip = new ZipArchive;  
$res = $zip->open('6.zip'); 
if ($res === TRUE) {   
$path = pathinfo(realpath('6.zip'), PATHINFO_DIRNAME); 
$zip->extractTo($path); 
$zip->close();  
echo 'ok';  
unlink('UnzipViaPhp.php');  
} else { 
echo 'failed'; 
}  
?> 

So now i wanna ASP.NET code for unzipping the file on server host .(Something like the php one).
AnswerRe: unzipping file in host ? Pin
Vani Kulkarni16-Jan-13 2:44
professionalVani Kulkarni16-Jan-13 2:44 
QuestionRe: unzipping file in host ? Pin
jojoba201116-Jan-13 7:41
jojoba201116-Jan-13 7:41 
QuestionProblem with MapPageRoute.. Pin
Jassim Rahma15-Jan-13 10:06
Jassim Rahma15-Jan-13 10:06 
AnswerRe: Problem with MapPageRoute.. Pin
Brij15-Jan-13 17:30
mentorBrij15-Jan-13 17:30 
AnswerRe: Problem with MapPageRoute.. Pin
Richard MacCutchan15-Jan-13 23:02
mveRichard MacCutchan15-Jan-13 23:02 
Questionhow to install downloaded nested master page template??? Pin
Member 876986514-Jan-13 3:25
Member 876986514-Jan-13 3:25 
AnswerRe: how to install downloaded nested master page template??? Pin
Brij15-Jan-13 18:10
mentorBrij15-Jan-13 18:10 
AnswerRe: how to install downloaded nested master page template??? Pin
Sandeep Mewara15-Jan-13 18:19
mveSandeep Mewara15-Jan-13 18:19 
QuestionA strange problem Pin
indian14313-Jan-13 22:00
indian14313-Jan-13 22:00 
AnswerRe: A strange problem Pin
Abhijit Jana14-Jan-13 7:52
professionalAbhijit Jana14-Jan-13 7:52 
GeneralRe: A strange problem Pin
indian14314-Jan-13 13:15
indian14314-Jan-13 13:15 
Questionhow to MapPageRoute this? Pin
Jassim Rahma13-Jan-13 10:48
Jassim Rahma13-Jan-13 10:48 
AnswerRe: how to MapPageRoute this? Pin
jkirkerx13-Jan-13 13:24
professionaljkirkerx13-Jan-13 13:24 
QuestionPublishing files upon Build Pin
nitin_ion12-Jan-13 2:08
nitin_ion12-Jan-13 2:08 
AnswerRe: Publishing files upon Build Pin
Sandeep Mewara12-Jan-13 7:32
mveSandeep Mewara12-Jan-13 7:32 
QuestionImage Export Issue Pin
ashu_12311-Jan-13 6:54
ashu_12311-Jan-13 6:54 
AnswerRe: Image Export Issue Pin
jkirkerx13-Jan-13 13:29
professionaljkirkerx13-Jan-13 13:29 

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.