Click here to Skip to main content
15,916,449 members
Home / Discussions / C#
   

C#

 
GeneralRe: problem with timer_tick Pin
Dave Kreskowiak12-Jan-09 2:15
mveDave Kreskowiak12-Jan-09 2:15 
GeneralRe: problem with timer_tick Pin
musefan12-Jan-09 2:23
musefan12-Jan-09 2:23 
GeneralRe: problem with timer_tick Pin
#realJSOP12-Jan-09 9:31
professional#realJSOP12-Jan-09 9:31 
GeneralRe: problem with timer_tick Pin
musefan12-Jan-09 21:55
musefan12-Jan-09 21:55 
AnswerRe: problem with timer_tick Pin
#realJSOP12-Jan-09 6:03
professional#realJSOP12-Jan-09 6:03 
GeneralRe: problem with timer_tick Pin
prasadbuddhika12-Jan-09 15:49
prasadbuddhika12-Jan-09 15:49 
JokeRe: problem with timer_tick Pin
musefan12-Jan-09 21:53
musefan12-Jan-09 21:53 
QuestionWhat's wrong with this dataset? Pin
ndroo88212-Jan-09 0:20
ndroo88212-Jan-09 0:20 
I have a dataset and when I write it to an XML file I am getting this:

<?xml version="1.0" encoding="utf-8" ?>    
- <string xmlns="http://tempuri.org/">   
- <DATASET>  
  <DATAROW ConfigItemName="xx" EnvironmentName="xx" AssetOnlyInd="x" AssetTagDesc="xx" SerialNum="xx" />    
  <DATAROW ConfigItemName="xx" EnvironmentName="xx" AssetOnlyInd="x" AssetTagDesc="xx" SerialNum="xx" />    
  <DATAROW ConfigItemName="xx" EnvironmentName="xx" AssetOnlyInd="x" AssetTagDesc="xx" SerialNum="xx" />    
  <DATAROW ConfigItemName="xx" EnvironmentName="xx" AssetOnlyInd="x" AssetTagDesc="xx" SerialNum="xx" />    
  <DATAROW ConfigItemName="xx" EnvironmentName="xx" AssetOnlyInd="x" AssetTagDesc="xx" SerialNum="xx" />    
  </DATASET>  
  </string>  

When I try and access my dataset I am not managing..


Console.WriteLine(DatasetTest.Tables[0].Rows[0][0]); is giving me the result: 0.

Is my dataset not set up well? I've never worked with XML datasets so am not sure if I do in fact have the right rows and coloumns.. does that look right? How do I access the 1st coloumn of the 1st row?
AnswerRe: What's wrong with this dataset? Pin
Not Active12-Jan-09 0:32
mentorNot Active12-Jan-09 0:32 
GeneralRe: What's wrong with this dataset? Pin
ndroo88212-Jan-09 0:57
ndroo88212-Jan-09 0:57 
GeneralRe: What's wrong with this dataset? Pin
Not Active12-Jan-09 1:10
mentorNot Active12-Jan-09 1:10 
AnswerRe: What's wrong with this dataset? Pin
N a v a n e e t h12-Jan-09 0:34
N a v a n e e t h12-Jan-09 0:34 
GeneralRe: What's wrong with this dataset? Pin
ndroo88212-Jan-09 0:58
ndroo88212-Jan-09 0:58 
QuestionAutomatically Log In by delivering UserName and Password to any webapplication Pin
Soptik Dutta12-Jan-09 0:03
Soptik Dutta12-Jan-09 0:03 
AnswerRe: Automatically Log In by delivering UserName and Password to any webapplication Pin
Christian Graus12-Jan-09 0:21
protectorChristian Graus12-Jan-09 0:21 
AnswerRe: Automatically Log In by delivering UserName and Password to any webapplication Pin
Eddy Vluggen12-Jan-09 0:29
professionalEddy Vluggen12-Jan-09 0:29 
QuestionInstall Folder Permissions Pin
Chazzysb11-Jan-09 23:41
Chazzysb11-Jan-09 23:41 
AnswerRe: Install Folder Permissions Pin
Eddy Vluggen12-Jan-09 0:31
professionalEddy Vluggen12-Jan-09 0:31 
Questionusing thread for listview update Pin
prasadbuddhika11-Jan-09 23:30
prasadbuddhika11-Jan-09 23:30 
AnswerRe: using thread for listview update Pin
Eddy Vluggen12-Jan-09 0:42
professionalEddy Vluggen12-Jan-09 0:42 
AnswerRe: using thread for listview update Pin
Henry Minute12-Jan-09 1:02
Henry Minute12-Jan-09 1:02 
AnswerRe: using thread for listview update Pin
Moim Hossain12-Jan-09 4:55
Moim Hossain12-Jan-09 4:55 
AnswerRe: using thread for listview update Pin
powerwade6-Jun-11 21:27
powerwade6-Jun-11 21:27 
Questionhelp me about information extraction Pin
daicapeter11-Jan-09 23:25
daicapeter11-Jan-09 23:25 
AnswerRe: help me about information extraction Pin
J4amieC11-Jan-09 23:30
J4amieC11-Jan-09 23:30 

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.