how can i send long data in query string
-
Hi friends, how can i send long data in query string???? Query string data length is around 6000 character,,,,,Here i know the limitation of query string..... can i use any different way to implement this task....I have to send data in query string only. Because this thing i have to do in different domain like yahoo to gmail. thanks, Hemant Patel
-
Hi friends, how can i send long data in query string???? Query string data length is around 6000 character,,,,,Here i know the limitation of query string..... can i use any different way to implement this task....I have to send data in query string only. Because this thing i have to do in different domain like yahoo to gmail. thanks, Hemant Patel
FYI : The QueryString Has a Maximum Length[^] and http://forums.asp.net/t/1139751.aspx[^]
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Hi friends, how can i send long data in query string???? Query string data length is around 6000 character,,,,,Here i know the limitation of query string..... can i use any different way to implement this task....I have to send data in query string only. Because this thing i have to do in different domain like yahoo to gmail. thanks, Hemant Patel
Query string has limit of 256 characters, if data length is larger then 256 characters then try cross postback method to post data.
Share your experience with others Check my Blog...