Click here to Skip to main content
15,914,795 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Reading a Textbox into an array Pin
Ibuprofen4-May-07 8:48
Ibuprofen4-May-07 8:48 
GeneralRe: Reading a Textbox into an array [modified] Pin
Tarakeshwar Reddy4-May-07 9:24
professionalTarakeshwar Reddy4-May-07 9:24 
GeneralRe: Reading a Textbox into an array Pin
Ibuprofen4-May-07 9:26
Ibuprofen4-May-07 9:26 
GeneralRe: Reading a Textbox into an array Pin
Ibuprofen4-May-07 9:30
Ibuprofen4-May-07 9:30 
GeneralRe: Reading a Textbox into an array Pin
Tarakeshwar Reddy4-May-07 9:40
professionalTarakeshwar Reddy4-May-07 9:40 
GeneralRe: Reading a Textbox into an array Pin
Ibuprofen4-May-07 9:42
Ibuprofen4-May-07 9:42 
GeneralRe: Reading a Textbox into an array Pin
Tarakeshwar Reddy4-May-07 9:48
professionalTarakeshwar Reddy4-May-07 9:48 
GeneralHelp with DataSet.WriteXML Pin
Psycho-*Coder*-Extreme4-May-07 7:51
Psycho-*Coder*-Extreme4-May-07 7:51 
I am trying to write a dataset upon login and write certain information retrieved from an Access db (I hate Access but right now the SQL box isn't available so I'm hitting the Access db as little as possible). When I populate the DataSet and use DataSet.WriteXML it's giving weird results. Also, when I login in a 2nd time (with a different user, the only part that works is searching the XML for the user I'm logging in with if it exists then dont rewrite it) I want it to append it to the existing XML document and even this isn't working right, the .WriteXML is giving a result like
<newdataset>
  <Table>
    <_x0027_u_name_x0027_>rlmccutchen<_x0027_u_name_x0027_>
    <_x0027_u_pwd_x0027_>*********<_x0027_u_pwd_x0027_>
    <_x0027_f_name_x0027_>Richard<_x0027_f_name_x0027_>
    <_x0027_l_name_x0027_>McCutchen<_x0027_l_name_x0027_>
    <_x0027_email_x0027_>richard@psychocoder.net<_x0027_email_x0027_>
    <_x0027_is_admin_x0027_>1<_x0027_is_admin_x0027_>
    <_x0027_total_posts_x0027_>0<_x0027_total_posts_x0027_>
    <_x0027_client_id_x0027_>1<_x0027_client_id_x0027_>
    <_x0027_user_id_x0027_>1<_x0027_user_id_x0027_>
    <_x0027_site_name_x0027_>RamEngine<_x0027_site_name_x0027_>
  </Table>
</newdataset>
<newdataset>
    <Table>
      <_x0027_u_name_x0027_>jbunton<_x0027_u_name_x0027_>
      <_x0027_u_pwd_x0027_>*********<_x0027_u_pwd_x0027_>
      <_x0027_f_name_x0027_>Jack<_x0027_f_name_x0027_>
      <_x0027_l_name_x0027_>Bunton<_x0027_l_name_x0027_>
      <_x0027_email_x0027_>ramremfg@aol.com<_x0027_email_x0027_>
      <_x0027_is_admin_x0027_>0<_x0027_is_admin_x0027_>
      <_x0027_total_posts_x0027_>0<_x0027_total_posts_x0027_>
      <_x0027_client_id_x0027_>1<_x0027_client_id_x0027_>
      < _x0027_user_id_x0027_>2<_x0027_user_id_x0027_>
      <_x0027_site_name_x0027_>RamEngine<_x0027_site_name_x0027_>
    </Table>
</newdataset> 


I've been raking my head for days now trying to solve this so I canh move on to a new piece. Can someone please help.


" In the next millennium there are two kinds of business, those on the Internet and those out of business"
Bill Gates

"Be nice to nerds. Chances are you'll end up working for one."
Bill Gates

"Let's face it, the average computer user has the brain of a Spider Monkey."
Bill Gates

GeneralRe: Help with DataSet.WriteXML Pin
Tarakeshwar Reddy4-May-07 8:05
professionalTarakeshwar Reddy4-May-07 8:05 
GeneralRe: Help with DataSet.WriteXML Pin
Psycho-*Coder*-Extreme4-May-07 8:20
Psycho-*Coder*-Extreme4-May-07 8:20 
GeneralRe: Help with DataSet.WriteXML Pin
Tarakeshwar Reddy4-May-07 8:28
professionalTarakeshwar Reddy4-May-07 8:28 
QuestionASP.Net Page Design Pin
xbiplav4-May-07 6:26
xbiplav4-May-07 6:26 
QuestionDon't miss TechEd 2007, June 4-8 in Orlando Pin
JatinerS4-May-07 5:53
JatinerS4-May-07 5:53 
AnswerRe: Don't miss TechEd 2007, June 4-8 in Orlando Pin
Tarakeshwar Reddy4-May-07 6:20
professionalTarakeshwar Reddy4-May-07 6:20 
Questiondynamically created dropdownlist detecting problem Pin
amjad ali shah4-May-07 4:55
amjad ali shah4-May-07 4:55 
QuestionHelp Please Pin
yasso_1154-May-07 3:36
yasso_1154-May-07 3:36 
AnswerRe: Help Please Pin
Ibuprofen4-May-07 4:21
Ibuprofen4-May-07 4:21 
QuestionValidation of controls on webcontrols Pin
digsy_4-May-07 3:30
digsy_4-May-07 3:30 
Questioncount index char from string Pin
Imran Khan Pathan4-May-07 3:15
Imran Khan Pathan4-May-07 3:15 
AnswerRe: count index char from string Pin
Sandeep Akhare4-May-07 3:50
Sandeep Akhare4-May-07 3:50 
AnswerRe: count index char from string Pin
Guffa4-May-07 5:50
Guffa4-May-07 5:50 
QuestionIssues in Loading Images in Word Automation [modified] Pin
Sankara Narayana4-May-07 3:13
Sankara Narayana4-May-07 3:13 
Questionsorting + asp.net 2.0 + c# Pin
ritu43214-May-07 3:12
ritu43214-May-07 3:12 
AnswerRe: sorting + asp.net 2.0 + c# Pin
ToddHileHoffer4-May-07 3:16
ToddHileHoffer4-May-07 3:16 
GeneralRe: sorting + asp.net 2.0 + c# [modified] Pin
ritu43214-May-07 3:21
ritu43214-May-07 3:21 

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.