ASP.NET Tutorials - Concept of QueryString and Url Encoding with an example

preview_player
Показать описание
The tutorial demonstrate the concept of QueryString and Url Encoding of ASP.NET with an example. Querystring is the Client side state management technique of ASP.NET. It is the string that is embedded after the question mark within the URL. It is specified as name-value pairs concatenated with ampersand character. Url encoding is the concept which is used with querystring. As we know there are characters such as &, /, Space, +, - , : etc. which has special meaning in the url within the browser. So if we have used such characters within the url then it must be encoded and only after that it can be transfered to another page. And on the destination page it must be decoded to get original value. Example is implemented in ASP.NET with VB.

Basics of .NET Playlist:

VB.NET Tutorials Playlist:

ASP.NET Tutorials Playlist:

My Journey Playlist:

Research Profiles:

Dr. Nikisha Jariwala on Social Media:

-------------------------------------------------------------------------------------------------------
#drnikishajariwala #drnikishajariwalachannel #aspdotnet #QueryString #UrlEncoding #example
Рекомендации по теме
Комментарии
Автор

Madam, you have Explained in Very simple and understandable way.. Example is also good. Thank you..

dr.piyakapadia
Автор

maam you have explained in very simple way. but i have one dought, why you have used literal control instead of label control.

neerajvidhani
visit shbcf.ru