Determining Whether a Users Browser Accepts Cookies.
Determining Whether a Users Browser Accepts Cookies Using asp.net and C#. Users can set their browser to refuse cookies. No error is raised if a cookie cannot be...
Read moreState Management -ASP.NET Cookies Overview
ASP.NET Cookies Overview A cookie is a small piece of text stored on user's computer. Usually, information is stored as name-value pairs. Cookies are used by websites to...
Read moreASP.Net State Management Techniques-Client side state management and server side state management
State Management in ASP.NET This article discusses various options for state management for web applications developed using ASP.NET. web applications are based on stateless HTTP protocol which does...
Read moreJavascript Function - How to make a form textbox Clear with onClick and show default text onBlur
This javascript tutorial i will show how clear textbox with onClick and show text onBlur if user clicks a search box, you want the default text to clear...
Read moreSQL SERVER – Example of DDL, DML, DCL and TCL Commands, difference between DDL, DML and DCL commands?
DML Data Manipulation Language (DML) statements are used for managing data within schema objects. It is used to retrieve, store, modify, delete, insert and update data in database....
Read moreBlogger Tips And Tricks:How to Submit Blogger Sitemap to Google Webmasters.
In this tip i will explains how to submit blogger sitemap to google webmaster tools.First let me explain what are sitemaps and how they will help You.The reason...
Read more