Posts

Showing posts from August, 2013

What is 301 permanent and 302 temporary http status code redirection and how to implement it in asp.net c#

How to get server, iis information like server ip, port , os, iis version, machine name etc in asp.net c#

binding dropdownlist in .net mvc razor by viewbag, model and jquery - 3 ways

how $document.ready() is different from window.onload()

program to find first non repeating character in a string c# - 3 ways

program to removing duplicate entries, records from Array in C#.NET

parsererror after jquery.ajax request with jsonp content type

httperrors vs customerrors in webconfig , iis, asp.net

program for factorial using recursion, while and for loop in c#