Problem:
On page load, datepicker calendar appear on top of a web page which contains datepicker textbox (either visible or hidden).
This issue appears to be happening on Chrome browser. Some may experience it in Internet Explorer.
Source of the problem:
1. There could be more than 1 element on the page which use the same ID.
2. Another possibility...
Wednesday, October 3, 2012
Monday, October 1, 2012
Skip RedirectFromLoginPage in ASP.Net
Problem:
You have a web application that has a specific redirect page after user logs into the application. But, in certain circumstances, you want to skip it and redirect the user to another page instead of the default page specified after user usually logs into the application.
Solution:
Thanks to a thread from VelocityReviews, I find the solution....
You may be intersted in
Related Posts
Updating Table Containing Xml Column via LinkedServer
If you are trying to update a table containing XML column via Linked Server in SQL Server, and you are not able to, you are not alone. There...