Click here to Skip to main content
15,921,622 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Trying to avoid the alert prompt while exporting data-table to Excel 2007 Pin
Mohamed Arif8-Jun-07 19:14
Mohamed Arif8-Jun-07 19:14 
QuestionGrid View Hyperlinks Pin
seemamltn8-Jun-07 11:07
seemamltn8-Jun-07 11:07 
QuestionConfigure Microsoft Internet Information Services Pin
Agbe8-Jun-07 10:48
Agbe8-Jun-07 10:48 
AnswerRe: Configure Microsoft Internet Information Services Pin
Felipe Dalorzo8-Jun-07 11:18
Felipe Dalorzo8-Jun-07 11:18 
GeneralRe: Configure Microsoft Internet Information Services Pin
Agbe8-Jun-07 14:14
Agbe8-Jun-07 14:14 
GeneralRe: Configure Microsoft Internet Information Services Pin
Felipe Dalorzo9-Jun-07 3:42
Felipe Dalorzo9-Jun-07 3:42 
Questionstoring data into xml file from asp.net app Pin
gopalkatla8-Jun-07 9:22
gopalkatla8-Jun-07 9:22 
AnswerRe: storing data into xml file from asp.net app Pin
Venk2598-Jun-07 17:59
Venk2598-Jun-07 17:59 
Hi gopalakatla,

You can store & retrieve data to xml file using dataset object.

In the DataSet class, WriteXml() method which take file name as
argument is used to write data as xml data to the file. Through ReadXml()
method which take file name as argument is used to read or loaded xml data to DataSet object.

If you want operation similar to sql or oracle i.e using query, then you have
to write a separate utility class for doing query operation.
Questiontop 10 values Pin
vasini8-Jun-07 8:58
vasini8-Jun-07 8:58 
AnswerRe: top 10 values Pin
Not Active8-Jun-07 9:13
mentorNot Active8-Jun-07 9:13 
AnswerRe: top 10 values Pin
Arun.Immanuel8-Jun-07 17:27
Arun.Immanuel8-Jun-07 17:27 
QuestionMultiple Field Validation - VB.NET Pin
Patrice in Irvine8-Jun-07 8:50
Patrice in Irvine8-Jun-07 8:50 
AnswerRe: Multiple Field Validation - VB.NET Pin
Not Active8-Jun-07 9:08
mentorNot Active8-Jun-07 9:08 
Questionlearning ASP.NET Pin
jds12078-Jun-07 8:03
jds12078-Jun-07 8:03 
AnswerRe: learning ASP.NET Pin
ToddHileHoffer8-Jun-07 8:21
ToddHileHoffer8-Jun-07 8:21 
GeneralRe: learning ASP.NET Pin
Kevin McFarlane8-Jun-07 11:09
Kevin McFarlane8-Jun-07 11:09 
Questionhttp BASIC authentication question Pin
Bkaufman438-Jun-07 7:13
Bkaufman438-Jun-07 7:13 
AnswerRe: http BASIC authentication question Pin
Felipe Dalorzo8-Jun-07 11:22
Felipe Dalorzo8-Jun-07 11:22 
GeneralRe: http BASIC authentication question Pin
Bkaufman438-Jun-07 11:34
Bkaufman438-Jun-07 11:34 
QuestionClient-side validation of All fields on form Pin
Patrice in Irvine8-Jun-07 6:56
Patrice in Irvine8-Jun-07 6:56 
AnswerRe: Client-side validation of All fields on form Pin
Not Active8-Jun-07 8:01
mentorNot Active8-Jun-07 8:01 
GeneralRe: Client-side validation of All fields on form Pin
Patrice in Irvine8-Jun-07 9:00
Patrice in Irvine8-Jun-07 9:00 
GeneralRe: Client-side validation of All fields on form Pin
Not Active8-Jun-07 9:06
mentorNot Active8-Jun-07 9:06 
GeneralRe: Client-side validation of All fields on form Pin
Patrice in Irvine8-Jun-07 9:11
Patrice in Irvine8-Jun-07 9:11 
Questionhow the child controls of custom server cntrl wil be rendered? Pin
Balaji.K8-Jun-07 3:15
Balaji.K8-Jun-07 3:15 

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.