Showing posts with label Html. Show all posts
Showing posts with label Html. Show all posts
Thursday, 29 March 2012

JavaScript: Reload Page

Question:

How do you reload a web page with JavaScript?

Answer:

You ask the DOM API of your browser. There are several ways to do this.
Wednesday, 12 January 2011

HTML: Entities or characters to encode in Html

Question:
What characters browsers do not like?
Do you have a list of entity code for common characters?

Thursday, 4 March 2010

Asp.Net: Create Simple Template Control

Question:
How to build a very simple Template Control in asp.net?
Do you have a sample for simplest Template Control.
Create your own Template Controls!