ASP.NET JQuery

Difference between HttpGet and HttpPost Method

Difference between HttpGet and HttpPost Method In my previous posts I have explained various topics like Use of ViewBag in Asp.net MVC, Jquery, asp.net, visual studio,C#.Net,Console application Now in this post, I will explain Difference between HttpGet and HttpPost Method with appropriate example. HTTPGet method is default whereas you will need to specify HTTPPost attribute if you
JQuery

Disable Back Button in Browser using jquery

Disable Back Button in Browser using jquery In my previous posts I have explained various topics like Jquery, asp.net, visual studio,C#.Net,Console application Now in this post, I will explain How to disable Back Button in Browser using jquery with appropriate example. Now Open Visual studio and write below lines of Jquery in it
top