Click here to Skip to main content
16,005,281 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Populate Treeview with xmlnodes Pin
Michael Sync2-Jan-08 23:14
Michael Sync2-Jan-08 23:14 
GeneralCreate text image using handler Pin
Imran Khan Pathan2-Jan-08 20:05
Imran Khan Pathan2-Jan-08 20:05 
GeneralOWC webchart issue Pin
uglyeyes2-Jan-08 20:01
uglyeyes2-Jan-08 20:01 
Questionfaster execution in case of anchor tags , link buttons Pin
Sonia Gupta2-Jan-08 19:58
Sonia Gupta2-Jan-08 19:58 
GeneralRe: faster execution in case of anchor tags , link buttons Pin
N a v a n e e t h2-Jan-08 20:00
N a v a n e e t h2-Jan-08 20:00 
GeneralRe: faster execution in case of anchor tags , link buttons Pin
Sonia Gupta2-Jan-08 20:09
Sonia Gupta2-Jan-08 20:09 
GeneralRe: faster execution in case of anchor tags , link buttons Pin
Christian Graus2-Jan-08 22:10
protectorChristian Graus2-Jan-08 22:10 
GeneralCreating a directory or folder ` Pin
.NET- India 2-Jan-08 19:57
.NET- India 2-Jan-08 19:57 
Hello Everyone,

I'm creating directory in my project....but it's throwing an error
"Access to the path "c:\inetpub\wwwroot\KiritBhai\Gallery\Manoj" is denied"

My code is here as given below......
string add=Server.MapPath("../Gallery/")+"Manoj";
DirectoryInfo dir=new DirectoryInfo(add);
dir.Create();


but whenever i'm creating this folder in a drive like c,d and etc.
Then it's rocking..............
GeneralRe: Creating a directory or folder ` Pin
N a v a n e e t h2-Jan-08 19:59
N a v a n e e t h2-Jan-08 19:59 
GeneralRe: Creating a directory or folder ` Pin
.NET- India 2-Jan-08 20:23
.NET- India 2-Jan-08 20:23 
GeneralRe: Creating a directory or folder ` Pin
N a v a n e e t h2-Jan-08 20:27
N a v a n e e t h2-Jan-08 20:27 
GeneralDropdown Textbox in asp.net Pin
anujose2-Jan-08 19:51
anujose2-Jan-08 19:51 
GeneralRe: Dropdown Textbox in asp.net Pin
N a v a n e e t h2-Jan-08 19:55
N a v a n e e t h2-Jan-08 19:55 
GeneralRe: Dropdown Textbox in asp.net Pin
anujose2-Jan-08 20:21
anujose2-Jan-08 20:21 
GeneralRe: Dropdown Textbox in asp.net Pin
Michael Sync2-Jan-08 21:09
Michael Sync2-Jan-08 21:09 
GeneralRe: Dropdown Textbox in asp.net Pin
Vasudevan Deepak Kumar2-Jan-08 19:58
Vasudevan Deepak Kumar2-Jan-08 19:58 
GeneralRe: Dropdown Textbox in asp.net Pin
rahul.net112-Jan-08 20:04
rahul.net112-Jan-08 20:04 
Generalproblems in using servlets and applets in asp Pin
chanzeb2-Jan-08 19:50
chanzeb2-Jan-08 19:50 
GeneralRe: problems in using servlets and applets in asp Pin
Vasudevan Deepak Kumar2-Jan-08 19:57
Vasudevan Deepak Kumar2-Jan-08 19:57 
GeneralRe: problems in using servlets and applets in asp Pin
N a v a n e e t h2-Jan-08 19:57
N a v a n e e t h2-Jan-08 19:57 
GeneralRe: problems in using servlets and applets in asp Pin
Michael Sync2-Jan-08 20:01
Michael Sync2-Jan-08 20:01 
GeneralRe: problems in using servlets and applets in asp Pin
Vasudevan Deepak Kumar2-Jan-08 20:26
Vasudevan Deepak Kumar2-Jan-08 20:26 
GeneralRe: problems in using servlets and applets in asp Pin
N a v a n e e t h2-Jan-08 20:29
N a v a n e e t h2-Jan-08 20:29 
GeneralRe: problems in using servlets and applets in asp Pin
Michael Sync2-Jan-08 21:08
Michael Sync2-Jan-08 21:08 
GeneralSQL connection in ASP.NET2.0 Pin
Member 41358172-Jan-08 19:41
Member 41358172-Jan-08 19:41 

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.