Hi, thank you very much for taking time to give feedback. I am really glad you found these videos useful. To receive email alerts, when new videos are uploaded, please subscribe to my youtube channel. May I ask you for a favour. I want these tutorials to be helpful for as many people as possible. Please share the link with your friends and family who you think would also benefit from them. If you like these videos, please click on the THUMBS UP button below the video.
@Trzbne6 жыл бұрын
A fantastic tutorial again! I found QueryStrings so scary in my work back then, but now I understand them, and there is no problem with them. Short additional info: the maximum length of URL is ~2000 characters.
@ElTorroXL7 жыл бұрын
Thank you for all these videos! I play them at 2x speed and it's awesome :D
@Csharp-video-tutorialsBlogspot11 жыл бұрын
Hi Shan, query strings are part of URL. Using Request.QueryString["ParameterName"] from a user control should read the query string value. Hope this answers your question. To receive email alerts, when new videos are uploaded, please subscribe to my youtube channel. I want these tutorials to be helpful for as many people as possible. Please share the link with your friends who you think would also benefit from them. If you like these videos, please click on the THUMBS UP button below the video.
@hammasbhat67633 жыл бұрын
Thanks Venket for usefull info.
@indurnuguri112 жыл бұрын
Thanks Venkat for another excellent video.
@gunnar5608 жыл бұрын
Thanks Venkat very well explained.
@Pulaha200911 жыл бұрын
Good one this also.This video also cleared my concept ..Keep it up sir.Thank you.
@TheMFMLive10 жыл бұрын
i really like your videos its concise and well explained.
@AshishShiwakoti10 жыл бұрын
Always the best...
@diegocruz355110 жыл бұрын
Great Video! Thanks man! :D
@lathakumari848110 жыл бұрын
these video are very useful to me...thanku sir
@mehtarahul141989111 жыл бұрын
again amazing tutorial... thank you very much
@paddyrelangi785210 жыл бұрын
Good videos thank you for posting them
@juliobarriga11 жыл бұрын
Great video.
@shoaibrazaDeshmukh8 жыл бұрын
Sir from where did u learned so many things..???
@intelsuthanson9 жыл бұрын
Great explanation
@BartG97710 жыл бұрын
7:37 ooops :D
@xBrOwNeDoG6 жыл бұрын
we all do it xD
@Ayoub_Himself6 жыл бұрын
oh comon! he was just trying to postBack to that website
@nareshchennoj422111 жыл бұрын
thanks for the reply sir.
@SurajSurve10 жыл бұрын
Sir, This is an awesome video. I have one question is that "What is limit of the query string?"
@jinnybat11 жыл бұрын
What is the best way to post the data to the external destination URL?
@immanuveledison76748 жыл бұрын
sir,in place of response.redirect can we use server.transfer
@nareshchennoj422111 жыл бұрын
can't we use request.form instead of request.querystring? if I am missing something, sir can u plz explain where exactly we to use request.form and request.querystring?
@mariamtaoui43815 жыл бұрын
thank uuu
@Csharp-video-tutorialsBlogspot11 жыл бұрын
Hi Naresh, Request.Form["variable_name"] gets form collection variables and the not query strings.
@ipsitapani331211 жыл бұрын
sir Is there any limit for query string? if means what is the maximum size of a query string?
@trinachanda245 жыл бұрын
255 characters are allowed in URL so thats the limit
@mr.kratos572610 жыл бұрын
Hello sir,sir i want to send data from 1st page to 5th page passing another pages,what should i do sir!
@deepakpandey19479 жыл бұрын
+Gunti Meghanath include that page name in response.redirect method.. use some passing techniques to send data them from page to another page like... 1. Query string 2. Session 3. Cookies there are many more, but right now i don't remember their name.. you could use any of them.. remember all of them have their own specific advantages and disadvantages so be careful, about them..
@shaficicabdi95536 жыл бұрын
I have a problem for Crystal Report in ASP.net using Visual Studio 2012 please help me
@sarinkumarpatle6609 жыл бұрын
I want to send data to same page how can it is possible
@neenathomas63366 жыл бұрын
Sir please tell me how to generate and pass id in same page
@chidieberelevi33444 жыл бұрын
how to encrypt query string?
@akash46688 жыл бұрын
Hello Sir, how to pass data from query String from one page to another to avoid Open Redirect Vunerabililty attacks.