Posted on: 3/31/2011 8:41:13 PM | Views : 868

Hey Gang!
I just started in with ASP.NET and I'm working on a project that requires me to take in a text string... parse it, identify and set variables from it, then construct another string with the given information and send it out with XML.  I've initialized all the variables that the string will be fitting INTO in VB in the PageLoad event, but I can't figure ot how I get this string so I can work with it.  The idea is, it is passed to the aspx page, and there are no visible controls on the page... everything is done in the background and the result is passed on... any suggestions?
...

Go to the complete details ...