Click here to Skip to main content
15,918,404 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: deploy crystal report vs 2005 what do i need Pin
robmays12-Jun-06 3:43
robmays12-Jun-06 3:43 
GeneralRe: deploy crystal report vs 2005 what do i need Pin
V.12-Jun-06 3:59
professionalV.12-Jun-06 3:59 
GeneralRe: deploy crystal report vs 2005 what do i need [modified] Pin
robmays12-Jun-06 3:53
robmays12-Jun-06 3:53 
QuestionProblem in Displaying ASP.NET Tempate of New Web Site Dialog [modified] Pin
VenkataRamana.Gali12-Jun-06 3:26
VenkataRamana.Gali12-Jun-06 3:26 
Questionprint preview in vb.net1.1 Pin
amaneet12-Jun-06 3:22
amaneet12-Jun-06 3:22 
QuestionValidation for Drop Down list Pin
Suma B R12-Jun-06 1:56
Suma B R12-Jun-06 1:56 
AnswerRe: Validation for Drop Down list Pin
minhpc_bk12-Jun-06 20:05
minhpc_bk12-Jun-06 20:05 
QuestionHow to set correct path to some file Pin
papa198012-Jun-06 0:53
papa198012-Jun-06 0:53 
Hi i try to done some web application into net.2 pleas tell me how to set correct path to some file.Down is my code and this url give me exception.My path is not set correctly how to set it

List<string> list = new List<string>();
string url =("xmlNames.xml");
XmlTextReader reader = new XmlTextReader(url);
while (reader.Read())
{
if (reader.NodeType == XmlNodeType.Element)
{

}
}
thank's a lot
good bye and have nice day:->
AnswerRe: How to set correct path to some file Pin
VenkataRamana.Gali12-Jun-06 3:30
VenkataRamana.Gali12-Jun-06 3:30 
GeneralRe: How to set correct path to some file Pin
papa198012-Jun-06 5:06
papa198012-Jun-06 5:06 
AnswerRe: How to set correct path to some file Pin
sparkling star12-Jun-06 20:45
sparkling star12-Jun-06 20:45 
QuestionCannot find column 1. Pin
philpeters12-Jun-06 0:40
philpeters12-Jun-06 0:40 
AnswerRe: Cannot find column 1. Pin
minhpc_bk12-Jun-06 20:01
minhpc_bk12-Jun-06 20:01 
GeneralRe: Cannot find column 1. Pin
philpeters12-Jun-06 22:09
philpeters12-Jun-06 22:09 
QuestionCode protection Pin
RedhaDev12-Jun-06 0:04
RedhaDev12-Jun-06 0:04 
AnswerRe: Code protection Pin
minhpc_bk12-Jun-06 20:02
minhpc_bk12-Jun-06 20:02 
QuestionBest websites to lern ASP.NET Pin
pitturamakrishna11-Jun-06 23:42
pitturamakrishna11-Jun-06 23:42 
AnswerRe: Best websites to lern ASP.NET Pin
minhpc_bk12-Jun-06 16:02
minhpc_bk12-Jun-06 16:02 
Questioncreating Menu Pin
Anant N11-Jun-06 23:41
Anant N11-Jun-06 23:41 
AnswerRe: creating Menu Pin
Paddy Boyd12-Jun-06 1:07
Paddy Boyd12-Jun-06 1:07 
QuestionThreading in .Net (C#) Pin
Venkat Eswaran11-Jun-06 23:35
Venkat Eswaran11-Jun-06 23:35 
AnswerRe: Threading in .Net (C#) Pin
MGreville12-Jun-06 5:30
MGreville12-Jun-06 5:30 
QuestionSession Pin
Socheat.Net11-Jun-06 23:09
Socheat.Net11-Jun-06 23:09 
AnswerRe: Session Pin
alyeasad11-Jun-06 23:32
alyeasad11-Jun-06 23:32 
GeneralRe: Session Pin
Socheat.Net11-Jun-06 23:42
Socheat.Net11-Jun-06 23:42 

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.