Click here to Skip to main content
15,893,588 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionNot able to run .aspx files on my web domain Pin
xkrja15-Nov-07 9:28
xkrja15-Nov-07 9:28 
AnswerRe: Not able to run .aspx files on my web domain Pin
Guffa15-Nov-07 10:07
Guffa15-Nov-07 10:07 
AnswerRe: Not able to run .aspx files on my web domain Pin
Christian Graus15-Nov-07 10:07
protectorChristian Graus15-Nov-07 10:07 
AnswerRe: Not able to run .aspx files on my web domain Pin
pmarfleet15-Nov-07 10:10
pmarfleet15-Nov-07 10:10 
AnswerRe: Not able to run .aspx files on my web domain Pin
Herman<T>.Instance16-Nov-07 1:34
Herman<T>.Instance16-Nov-07 1:34 
QuestionGridViewUpdatingHelp Pin
kenexcelon15-Nov-07 8:27
kenexcelon15-Nov-07 8:27 
QuestionXML help ! Pin
Ridge Howison15-Nov-07 7:44
Ridge Howison15-Nov-07 7:44 
AnswerRe: XML help ! Pin
SABhatti15-Nov-07 8:13
SABhatti15-Nov-07 8:13 
open the xml file using XMLDocument something like this..
<br />
XMLDocument doc = new XMLDocument();<br />
<br />
doc.Load(xmlfilenamewithpath);<br />
<br />
XMLNode node = doc.DcoumentElement.SelectSingleNode("Root/Error");<br />
<br />
string err;<br />
<br />
if(node != null)<br />
  err = node.InnerText;


-----

GeneralRe: XML help ! Pin
Ridge Howison15-Nov-07 8:28
Ridge Howison15-Nov-07 8:28 
QuestionUsing ASP.NET and VB to write Javascript [modified] Pin
Jordanwb15-Nov-07 7:24
Jordanwb15-Nov-07 7:24 
AnswerRe: Using ASP.NET and VB to write Javascript Pin
SABhatti15-Nov-07 8:17
SABhatti15-Nov-07 8:17 
GeneralRe: Using ASP.NET and VB to write Javascript Pin
Jordanwb15-Nov-07 8:39
Jordanwb15-Nov-07 8:39 
GeneralRe: Using ASP.NET and VB to write Javascript Pin
Christian Graus15-Nov-07 9:10
protectorChristian Graus15-Nov-07 9:10 
GeneralRe: Using ASP.NET and VB to write Javascript Pin
Jordanwb15-Nov-07 9:15
Jordanwb15-Nov-07 9:15 
GeneralRe: Using ASP.NET and VB to write Javascript Pin
Christian Graus15-Nov-07 10:54
protectorChristian Graus15-Nov-07 10:54 
GeneralRe: Using ASP.NET and VB to write Javascript Pin
SABhatti15-Nov-07 9:43
SABhatti15-Nov-07 9:43 
AnswerRe: Using ASP.NET and VB to write Javascript Pin
Guffa15-Nov-07 10:12
Guffa15-Nov-07 10:12 
QuestionMicrosoft.Web.UI.WebControls Pin
Gktony15-Nov-07 6:09
Gktony15-Nov-07 6:09 
AnswerRe: Microsoft.Web.UI.WebControls Pin
SABhatti15-Nov-07 8:18
SABhatti15-Nov-07 8:18 
GeneralRe: Microsoft.Web.UI.WebControls Pin
Gktony15-Nov-07 22:35
Gktony15-Nov-07 22:35 
GeneralRe: Microsoft.Web.UI.WebControls Pin
SABhatti16-Nov-07 12:39
SABhatti16-Nov-07 12:39 
GeneralRe: Microsoft.Web.UI.WebControls Pin
Gktony19-Nov-07 0:56
Gktony19-Nov-07 0:56 
QuestionReturn string array from web service Pin
dubbele onzin15-Nov-07 5:57
dubbele onzin15-Nov-07 5:57 
AnswerRe: Return string array from web service Pin
Guffa15-Nov-07 6:07
Guffa15-Nov-07 6:07 
Questiongridview textbox Pin
Big Ralph15-Nov-07 4:35
Big Ralph15-Nov-07 4:35 

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.