Click here to Skip to main content
15,898,035 members
Home / Discussions / C#
   

C#

 
AnswerRe: Just want to init a member of a struct Pin
Guffa25-Oct-06 3:15
Guffa25-Oct-06 3:15 
QuestionComboBox and DataSource attribute Pin
zaboboa25-Oct-06 2:33
zaboboa25-Oct-06 2:33 
AnswerRe: ComboBox and DataSource attribute Pin
sam#25-Oct-06 7:47
sam#25-Oct-06 7:47 
QuestionDisable Ambient properties from being set Pin
chricla25-Oct-06 2:23
chricla25-Oct-06 2:23 
AnswerRe: Disable Ambient properties from being set Pin
sam#25-Oct-06 8:04
sam#25-Oct-06 8:04 
QuestionApplication hang-up in .net 2.0 windows forms Pin
pranu_1325-Oct-06 1:11
pranu_1325-Oct-06 1:11 
AnswerRe: Application hang-up in .net 2.0 windows forms Pin
Judah Gabriel Himango25-Oct-06 5:10
sponsorJudah Gabriel Himango25-Oct-06 5:10 
QuestionNeed to access string from HTMLRequest Pin
jarlath25-Oct-06 1:08
jarlath25-Oct-06 1:08 
I have the following output from a webBrowser scrape and need to estract the XML section using C#;

</td>
</tr>
</table-->
<itemData><userID>-99999</userID>
<introducerID>-99999</introducerID>
<branchID>-99999</branchID>
<softwareID>-99999</softwareID>
<errorID>1</errorID>
<errorDesc>The branch Id supplied does not correspond with a branch in the system.</errorDesc>
</itemData>
<style>
table.cfdump_wddx,
table.cfdump_xml,

Im currently using string contentText = response.Substring(response.IndexOf("<itemData>")+0,218); as a means of getting the start but cannot get the end of the string and end up getting into the style tag.

Can anyone help??
AnswerRe: Need to access string from HTMLRequest Pin
J. Dunlap25-Oct-06 1:44
J. Dunlap25-Oct-06 1:44 
GeneralRe: Need to access string from HTMLRequest Pin
jarlath25-Oct-06 4:58
jarlath25-Oct-06 4:58 
GeneralRe: Need to access string from HTMLRequest Pin
Elina Blank25-Oct-06 6:23
sitebuilderElina Blank25-Oct-06 6:23 
Questionabout tokens Pin
keluo25-Oct-06 0:55
keluo25-Oct-06 0:55 
AnswerRe: about tokens Pin
Judah Gabriel Himango25-Oct-06 5:11
sponsorJudah Gabriel Himango25-Oct-06 5:11 
QuestionHow to check all the check boxes in a listview from the start. Pin
Support12325-Oct-06 0:34
Support12325-Oct-06 0:34 
AnswerRe: How to check all the check boxes in a listview from the start. Pin
snorkie25-Oct-06 2:25
professionalsnorkie25-Oct-06 2:25 
AnswerRe: How to check all the check boxes in a listview from the start. Pin
Shy Agam25-Oct-06 2:31
Shy Agam25-Oct-06 2:31 
GeneralRe: How to check all the check boxes in a listview from the start. Pin
Support12325-Oct-06 2:39
Support12325-Oct-06 2:39 
QuestionChanging windows service account Pin
kulile25-Oct-06 0:32
kulile25-Oct-06 0:32 
Questiondrive formating for USB Stick (2nd try) Pin
Martin#25-Oct-06 0:15
Martin#25-Oct-06 0:15 
QuestionRe-implementing string object - Binding issues Pin
GottaseeMe24-Oct-06 23:47
GottaseeMe24-Oct-06 23:47 
QuestionCom Type VT_STREAM in .net 2.0 Pin
chris_do24-Oct-06 22:41
chris_do24-Oct-06 22:41 
Questionhowto: pass parameters to a webservice from browser address bar Pin
baajhan24-Oct-06 22:40
baajhan24-Oct-06 22:40 
AnswerRe: howto: pass parameters to a webservice from browser address bar Pin
chris_do24-Oct-06 23:45
chris_do24-Oct-06 23:45 
QuestionRe: howto: pass parameters to a webservice from browser address bar Pin
baajhan24-Oct-06 23:55
baajhan24-Oct-06 23:55 
AnswerRe: howto: pass parameters to a webservice from browser address bar Pin
chris_do25-Oct-06 0:11
chris_do25-Oct-06 0:11 

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.