Click here to Skip to main content
15,917,642 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to expire a Session if we click Browser Back Button Pin
Chris Maunder8-May-07 9:25
cofounderChris Maunder8-May-07 9:25 
Generalwe dint solve it Pin
rama charan8-May-07 20:29
rama charan8-May-07 20:29 
QuestionGridview with template controls Pin
regin8-May-07 0:51
regin8-May-07 0:51 
Answer[Message Deleted] Pin
haneef18-May-07 1:12
haneef18-May-07 1:12 
GeneralRe: Gridview with template controls Pin
Chetan Ranpariya8-May-07 1:27
Chetan Ranpariya8-May-07 1:27 
GeneralRe: Gridview with template controls Pin
_mubashir8-May-07 1:29
_mubashir8-May-07 1:29 
GeneralRe: Gridview with template controls Pin
Colin Angus Mackay8-May-07 2:30
Colin Angus Mackay8-May-07 2:30 
AnswerRe: Gridview with template controls Pin
Chetan Ranpariya8-May-07 1:32
Chetan Ranpariya8-May-07 1:32 
QuestionIssues in loading images in Word Automation Pin
Sankara Narayana8-May-07 0:34
Sankara Narayana8-May-07 0:34 
QuestionExecute exe Pin
Rickey_Me7-May-07 23:57
Rickey_Me7-May-07 23:57 
AnswerRe: Execute exe Pin
Colin Angus Mackay8-May-07 0:15
Colin Angus Mackay8-May-07 0:15 
AnswerRe: Execute exe Pin
Rickey_Me8-May-07 1:36
Rickey_Me8-May-07 1:36 
GeneralRe: Execute exe Pin
_mubashir8-May-07 2:00
_mubashir8-May-07 2:00 
GeneralRe: Execute exe Pin
Sandeep Akhare8-May-07 2:16
Sandeep Akhare8-May-07 2:16 
GeneralRe: Execute exe Pin
Rickey_Me8-May-07 3:16
Rickey_Me8-May-07 3:16 
QuestionHow to Add Node in DataSet Pin
VenkataRamana.Gali7-May-07 23:43
VenkataRamana.Gali7-May-07 23:43 
Hi all,

My WebService WebMethod is returning DataSet. my wsdl content is like this

<NewDataSet xmlns="">
<ConsumerReport diffgr:id="ConsumerReport1" msdata:rowOrder="0">
<Initials>S</Initials>
<FirstName>S</FirstName>
<Surname>MVUNDURA</Surname>
<IDNo>7102095092182</IDNo>
<BirthDate>19710209T00:00:00.0000000+02:00</BirthDate>
<Gender>Male</Gender>
<TitleDesc>Mister</TitleDesc>
<ReferenceNo>T608575870</ReferenceNo>
<ExternalReference />
</ConsumerReport>
<ConsumerReport1 diffgr:id="ConsumerReport11" msdata:rowOrder="0">
<Initials>S</Initials>
<FirstName>S</FirstName>
<Surname>MVUNDURA</Surname>
<IDNo>7102095092182</IDNo>
<BirthDate>19710209T00:00:00.0000000+02:00</BirthDate>
<TitleDesc>Mister</TitleDesc>
<LastUpdatedDate>20061021T00:00:00.0000000+02:00</LastUpdatedDate>
</ConsumerReport1>

i need to display displayName node before the ConsumerReport node. like this...

<NewDataSet xmlns="">
<displayname>THIS IS CONSUMER PERSONAL INFORMATION</displayname>
<ConsumerReport diffgr:id="ConsumerReport1" msdata:rowOrder="0">
<Initials>S</Initials>
<FirstName>S</FirstName>
<Surname>MVUNDURA</Surname>
<IDNo>7102095092182</IDNo>
<BirthDate>19710209T00:00:00.0000000+02:00</BirthDate>
<Gender>Male</Gender>
<TitleDesc>Mister</TitleDesc>
<ReferenceNo>T608575870</ReferenceNo>
<ExternalReference />
</ConsumerReport>
<displayname>THIS IS CONSUMER TRACE ID INFORMATION</displayname>
<ConsumerReport1 diffgr:id="ConsumerReport11" msdata:rowOrder="0">
<Initials>S</Initials>
<FirstName>S</FirstName>
<Surname>MVUNDURA</Surname>
<IDNo>7102095092182</IDNo>
<BirthDate>19710209T00:00:00.0000000+02:00</BirthDate>
<TitleDesc>Mister</TitleDesc>
<LastUpdatedDate>20061021T00:00:00.0000000+02:00</LastUpdatedDate>
</ConsumerReport1>

How to Handle through the code. is there any method availble to add node in dataset?

please help me.

regards
GV Ramana
GeneralRe: How to Add Node in DataSet Pin
VenkataRamana.Gali8-May-07 1:44
VenkataRamana.Gali8-May-07 1:44 
GeneralRe: How to Add Node in DataSet Pin
Colin Angus Mackay8-May-07 2:29
Colin Angus Mackay8-May-07 2:29 
Questionregarding compression Pin
reynardza7-May-07 23:38
reynardza7-May-07 23:38 
GeneralRe: regarding compression Pin
Chetan Ranpariya8-May-07 1:34
Chetan Ranpariya8-May-07 1:34 
GeneralRe: regarding compression Pin
Colin Angus Mackay8-May-07 2:28
Colin Angus Mackay8-May-07 2:28 
QuestionGridview column width Pin
Christer Claesson7-May-07 22:49
Christer Claesson7-May-07 22:49 
AnswerRe: Gridview column width Pin
enjoycrack7-May-07 22:54
enjoycrack7-May-07 22:54 
AnswerRe: Gridview column width Pin
mareers7-May-07 22:54
mareers7-May-07 22:54 
AnswerRe: Gridview column width Pin
Spunky Coder7-May-07 22:56
Spunky Coder7-May-07 22:56 

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.