Click here to Skip to main content
15,907,395 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWindows Authentication Pin
Sajid A.1-Jun-08 22:03
Sajid A.1-Jun-08 22:03 
AnswerRe: Windows Authentication Pin
eyeseetee1-Jun-08 22:33
eyeseetee1-Jun-08 22:33 
QuestionPopulating DataTable from XMLDocument with ASP.NET (C#) Pin
laziale1-Jun-08 21:55
laziale1-Jun-08 21:55 
AnswerRe: Populating DataTable from XMLDocument with ASP.NET (C#) Pin
Satish - Developer1-Jun-08 21:58
Satish - Developer1-Jun-08 21:58 
GeneralRe: Populating DataTable from XMLDocument with ASP.NET (C#) Pin
laziale1-Jun-08 22:08
laziale1-Jun-08 22:08 
GeneralRe: Populating DataTable from XMLDocument with ASP.NET (C#) Pin
N a v a n e e t h1-Jun-08 22:27
N a v a n e e t h1-Jun-08 22:27 
GeneralRe: Populating DataTable from XMLDocument with ASP.NET (C#) Pin
laziale1-Jun-08 22:41
laziale1-Jun-08 22:41 
GeneralRe: Populating DataTable from XMLDocument with ASP.NET (C#) Pin
N a v a n e e t h1-Jun-08 23:17
N a v a n e e t h1-Jun-08 23:17 
laziale wrote:
DataSet ds = new DataSet(TextReader reader, XmlReadMode mode);


string test = Status.GetXMLDocument(ID, Name, Status);
DataSet ds = new DataSet();
ds.ReadXML(new StringReader(test),XmlReadMode.Auto);


All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

GeneralRe: Populating DataTable from XMLDocument with ASP.NET (C#) Pin
laziale2-Jun-08 0:02
laziale2-Jun-08 0:02 
QuestionHow to Drag a control in web page , which is not a web part Pin
Satish - Developer1-Jun-08 21:52
Satish - Developer1-Jun-08 21:52 
AnswerRe: How to Drag a control in web page , which is not a web part Pin
N a v a n e e t h1-Jun-08 22:19
N a v a n e e t h1-Jun-08 22:19 
AnswerRe: How to Drag a control in web page , which is not a web part Pin
eyeseetee1-Jun-08 22:32
eyeseetee1-Jun-08 22:32 
QuestionNeed online interact classes of new products Pin
Satish - Developer1-Jun-08 21:45
Satish - Developer1-Jun-08 21:45 
AnswerRe: Need online interact classes of new products Pin
N a v a n e e t h1-Jun-08 22:17
N a v a n e e t h1-Jun-08 22:17 
GeneralRe: Need online interact classes of new products Pin
Satish - Developer2-Jun-08 0:10
Satish - Developer2-Jun-08 0:10 
AnswerRe: Need online interact classes of new products Pin
eyeseetee1-Jun-08 22:31
eyeseetee1-Jun-08 22:31 
AnswerRe: Need online interact classes of new products Pin
Vasudevan Deepak Kumar1-Jun-08 23:50
Vasudevan Deepak Kumar1-Jun-08 23:50 
QuestionAuto Complete Extender Pin
wantToLearn1-Jun-08 21:19
wantToLearn1-Jun-08 21:19 
QuestionModalPopupExtender Pin
immu51-Jun-08 19:34
immu51-Jun-08 19:34 
AnswerRe: ModalPopupExtender Pin
Vinay Dornala1-Jun-08 21:33
Vinay Dornala1-Jun-08 21:33 
GeneralRe: ModalPopupExtender Pin
immu51-Jun-08 22:27
immu51-Jun-08 22:27 
AnswerRe: ModalPopupExtender Pin
Imran Khan Pathan1-Jun-08 21:55
Imran Khan Pathan1-Jun-08 21:55 
Questionsession variables in the ascx (web user control file) Pin
Pankaj Garg1-Jun-08 19:09
Pankaj Garg1-Jun-08 19:09 
AnswerRe: session variables in the ascx (web user control file) Pin
Usharva1-Jun-08 19:11
Usharva1-Jun-08 19:11 
QuestionRe: session variables in the ascx (web user control file) Pin
Pankaj Garg1-Jun-08 19:18
Pankaj Garg1-Jun-08 19:18 

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.