Click here to Skip to main content
16,007,809 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionwhy when i print with crystal report using Activx, the page will be refrech?? Pin
abbd9-Aug-08 23:36
abbd9-Aug-08 23:36 
AnswerRe: why when i print with crystal report using Activx, the page will be refrech?? Pin
Christian Graus10-Aug-08 0:41
protectorChristian Graus10-Aug-08 0:41 
GeneralRe: why when i print with crystal report using Activx, the page will be refrech?? Pin
abbd10-Aug-08 0:43
abbd10-Aug-08 0:43 
GeneralRe: why when i print with crystal report using Activx, the page will be refrech?? Pin
Christian Graus10-Aug-08 2:06
protectorChristian Graus10-Aug-08 2:06 
GeneralRe: why when i print with crystal report using Activx, the page will be refrech?? Pin
abbd10-Aug-08 2:38
abbd10-Aug-08 2:38 
GeneralRe: why when i print with crystal report using Activx, the page will be refrech?? Pin
nyeboy10-Aug-08 23:48
nyeboy10-Aug-08 23:48 
AnswerRe: why when i print with crystal report using Activx, the page will be refrech?? Pin
nyeboy10-Aug-08 23:51
nyeboy10-Aug-08 23:51 
Questionhelp me!!! Could not find a part of the path "D:\". Pin
Nafiseh Salmani9-Aug-08 23:24
Nafiseh Salmani9-Aug-08 23:24 
i use following code to create a folder (.net 1.1)
if ( Directory.Exists(Server.MapPath("~/temp") +"/"+ SID) )//Request.PhysicalApplicationPath + 
				//"temp\\" + SID) )
			{
				lbl_event.Text=ss;
				Directory.Delete( Server.MapPath("~/temp") +"/"+ SID, true );
			}
			Directory.CreateDirectory(Server.MapPath("~/temp") +"/"+ SID );


and following error appear "Could not find a part of the path "D:\"."

you can see the error with its details http://kmrt.ir/Welcome.aspx[^]

it is not for permission!

anyone know how could i solve it?!!

please help me
AnswerRe: help me!!! Could not find a part of the path "D:\". Pin
Guffa9-Aug-08 23:34
Guffa9-Aug-08 23:34 
QuestionRe: help me!!! Could not find a part of the path "D:\". Pin
Nafiseh Salmani9-Aug-08 23:42
Nafiseh Salmani9-Aug-08 23:42 
AnswerRe: help me!!! Could not find a part of the path "D:\". Pin
Guffa10-Aug-08 13:54
Guffa10-Aug-08 13:54 
AnswerRe: help me!!! Could not find a part of the path "D:\". Pin
Christian Graus10-Aug-08 0:43
protectorChristian Graus10-Aug-08 0:43 
GeneralRe: help me!!! Could not find a part of the path "D:\". Pin
Nafiseh Salmani10-Aug-08 1:05
Nafiseh Salmani10-Aug-08 1:05 
GeneralRe: help me!!! Could not find a part of the path "D:\". Pin
Christian Graus10-Aug-08 2:06
protectorChristian Graus10-Aug-08 2:06 
AnswerRe: help me!!! Could not find a part of the path "D:\". Pin
nyeboy10-Aug-08 23:45
nyeboy10-Aug-08 23:45 
QuestionSave int on page with Viewstate Pin
abbd9-Aug-08 23:01
abbd9-Aug-08 23:01 
AnswerRe: Save int on page with Viewstate Pin
MoustafaS10-Aug-08 11:53
MoustafaS10-Aug-08 11:53 
AnswerRe: Save int on page with Viewstate Pin
nyeboy10-Aug-08 23:35
nyeboy10-Aug-08 23:35 
QuestionDownloading File From The Web Server When Update Panel Is Used In ASP .NET Pin
summon_199-Aug-08 19:17
summon_199-Aug-08 19:17 
AnswerRe: Downloading File From The Web Server When Update Panel Is Used In ASP .NET Pin
Paul Conrad9-Aug-08 19:18
professionalPaul Conrad9-Aug-08 19:18 
GeneralRe: Downloading File From The Web Server When Update Panel Is Used In ASP .NET Pin
summon_199-Aug-08 19:20
summon_199-Aug-08 19:20 
GeneralRe: Downloading File From The Web Server When Update Panel Is Used In ASP .NET Pin
Paul Conrad9-Aug-08 19:24
professionalPaul Conrad9-Aug-08 19:24 
GeneralRe: Downloading File From The Web Server When Update Panel Is Used In ASP .NET Pin
summon_199-Aug-08 19:21
summon_199-Aug-08 19:21 
GeneralRe: Downloading File From The Web Server When Update Panel Is Used In ASP .NET Pin
Paul Conrad9-Aug-08 19:22
professionalPaul Conrad9-Aug-08 19:22 
GeneralRe: Downloading File From The Web Server When Update Panel Is Used In ASP .NET Pin
summon_199-Aug-08 19:46
summon_199-Aug-08 19:46 

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.