Redirect using HTML after 5 seconds
Redirect to a another page of your website or any other website after some fixed time interval Compatible with Firefox,...
Redirect to a another page of your website or any other website after some fixed time interval Compatible with Firefox,...
In an asp.net application having an HTML form in which a user has option to select objects (e.g in a...
Top 20 Replies by Programmers when their programs don't work You would definitely agree :)
Today i upgraded my Visual Studio 2008 MFC app to Visual Studio 2010 and got the following error message when...
I wanted to read all my favorite blogs in one place so i was looking for an online application which...
1. Change build configuration platform to x86 in Visual Studio. Its set to AnyCPU by default 2. Set the application's...
User-agent: * Disallow: /folder1/ Disallow: /folder2/ Where folder1 & folder2 are the folders which should be hidden from the search...
Set 404 page using .htaccess ErrorDocument 404 /404-error-page.html Change Where 404-error-page.html to your error page
Use T-SQL Convert Function. Select convert ( decimal(8,2) , 9.4125 ) Output: 9.41