
Show alert & redirect to other page in asp.net (c#) .

Sometimes, we need to redirect to list page after saving data on other page. When you click on submit button, a success…
Sometimes, we need to redirect to list page after saving data on other page. When you click on submit button, a success…
You can use following function to execute javascript code from code behind file in asp.net using c#. **when you a…
The pop() method removes (pops) the last element of an array and returns that element. The pop() method changes the ori…
The pop() method removes (pops) the last element of an array and returns that element. The pop() method changes the o…
Some time we want to perform some action after particular interval of time. Ex. redirect to other page after 5 sec . …
Using Javascript or Jquery we can acheive this easily. This article is useful for beginners.
While working in Asp.Net, we need to execute JavaScript code from code behind. In this article I will explain how to …
In this article I will explain how to show pop up message and redirect on clicking “ ok ” button of message.
Introduction: Some time we need to find the position of the first occurrence of a specified value in given string. …
Introduction: Some time we need to find the position of substring or word in given string. We can find position o…
Introduction: Some time while development we face a situation to check whether user want to close page or not. So …
Images in our websites are not secure. Someone can easily copy them from the website. But sometime it is needed to p…