Exceeding url strings.

dashley

Well-known member
Joined
May 27, 2005
Messages
59
Location
Tennessee
Programming Experience
10+
I'm developing an app for a win mobile device using vb.net 2005.
I'm using the sql server 2005 CE(Mobile) DB.

I was the pulling the data out and into xml and then into a string data and sending it up through the url stream. Well just my luck some of the string legents exceeded the url size limit.

Can any one point me in the correct direction or offer a link as to how I can send the xml data up to a website outher than in the url. I really dont know which direction I should take or what to even look for.

thanks
 
giadich,

Hi thanks for your response. I found a webclient.uploadstring procedure while searching for the HTTPWebRequest. It should work just fine.

Thanks again

-dan
 
Back
Top