Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
AnswerRe: Multi-platform C#? Pin
Dmitriy Kostovetskiy4-Feb-04 13:22
Dmitriy Kostovetskiy4-Feb-04 13:22 
GeneralRe: Multi-platform C#? Pin
Gerald Leslie Jones4-Feb-04 20:00
Gerald Leslie Jones4-Feb-04 20:00 
GeneralRe: Multi-platform C#? Pin
Michael P Butler5-Feb-04 2:01
Michael P Butler5-Feb-04 2:01 
GeneralRe: Multi-platform C#? Pin
Heath Stewart5-Feb-04 4:32
protectorHeath Stewart5-Feb-04 4:32 
GeneralCustom WebControl - Rendering Images Pin
Member 6440164-Feb-04 12:26
Member 6440164-Feb-04 12:26 
GeneralRe: Custom WebControl - Rendering Images Pin
krisp4-Feb-04 12:45
krisp4-Feb-04 12:45 
GeneralRe: Custom WebControl - Rendering Images Pin
Nick Parker4-Feb-04 14:38
protectorNick Parker4-Feb-04 14:38 
GeneralString Array written to and parsed from hidden web control Pin
krisp4-Feb-04 12:24
krisp4-Feb-04 12:24 
Hi there,

I was wondering how I could go about writing an array of strings containing any character, into a hidden web control (textbox), and also as a parameter in a javascript function call. And not have it screw up the html on the rest of the page. Then be able to parse the one long string back into an array of strings, upon post back.
The one long string can't have single quotes in it, cause it will screw up my javascrip parameter which wraps single quotes around the string.

I would guess it would have to first write all the strings as one long one with some delimiter (that delimiter might already exist in the string and needs to be handled), and then convert that one big string into some kind of html compatible string not to screw up the rest of the html, or javascript parameter.

Would some kind of XML work for sticking all strings into one big string? And UML or URL converter class work?

Anyone have any ideas? I am hoping for some built in classes in the framework. There must be some kind of delimiter string creator class and html formatter class? I cant find any.

Thanks in advance.

Kris.
GeneralRe: String Array written to and parsed from hidden web control Pin
Heath Stewart5-Feb-04 4:22
protectorHeath Stewart5-Feb-04 4:22 
GeneralRe: String Array written to and parsed from hidden web control Pin
krisp5-Feb-04 19:22
krisp5-Feb-04 19:22 
GeneralWeb service question Pin
pankajdaga4-Feb-04 10:24
pankajdaga4-Feb-04 10:24 
GeneralRe: Web service question Pin
Heath Stewart4-Feb-04 10:34
protectorHeath Stewart4-Feb-04 10:34 
GeneralIntPtr and Strings Pin
Tristan Rhodes4-Feb-04 10:10
Tristan Rhodes4-Feb-04 10:10 
GeneralRe: IntPtr and Strings Pin
Heath Stewart4-Feb-04 10:29
protectorHeath Stewart4-Feb-04 10:29 
GeneralRe: IntPtr and Strings Pin
Tristan Rhodes4-Feb-04 10:38
Tristan Rhodes4-Feb-04 10:38 
GeneralRe: IntPtr and Strings Pin
Heath Stewart4-Feb-04 10:44
protectorHeath Stewart4-Feb-04 10:44 
GeneralRe: IntPtr and Strings Pin
Tristan Rhodes4-Feb-04 10:46
Tristan Rhodes4-Feb-04 10:46 
QuestionRemoving an EventHandler??? Pin
LongRange.Shooter4-Feb-04 9:21
LongRange.Shooter4-Feb-04 9:21 
AnswerRe: Removing an EventHandler??? Pin
Heath Stewart4-Feb-04 10:27
protectorHeath Stewart4-Feb-04 10:27 
GeneralRe: Removing an EventHandler??? Pin
LongRange.Shooter5-Feb-04 2:22
LongRange.Shooter5-Feb-04 2:22 
GeneralRe: Removing an EventHandler??? Pin
Heath Stewart5-Feb-04 4:18
protectorHeath Stewart5-Feb-04 4:18 
GeneralFileInfo.ValidateFIleName Pin
elena123454-Feb-04 8:07
elena123454-Feb-04 8:07 
GeneralRe: FileInfo.ValidateFIleName Pin
Not Active4-Feb-04 8:38
mentorNot Active4-Feb-04 8:38 
GeneralRe: FileInfo.ValidateFIleName Pin
John Kuhn4-Feb-04 8:48
John Kuhn4-Feb-04 8:48 
GeneralXML Web Services question Pin
Chen Venkataraman4-Feb-04 7:23
Chen Venkataraman4-Feb-04 7:23 

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.