Archive: Programming
-
Mar 29, 2010
2 CommentsSolution for “System.Security.Policy.PolicyException: Required permissions cannot be acquired”
This bug is generally visible at the deployment time for ASP.Net 2.0 applications which is built on the Enterprise Library 2.0 (Jan 2006). Specially this will occur when we are deploying in shared hosting (eg: godaddy..etc). The error message screen shot is given below. In the internet everybody suggested to put the <trust level=”Low” originUrl=”" />...
-
Mar 09, 2010
1 CommentHow to create RSS feed in asp.net using Generic Handler?
Now a day’s RSS is an emerging web media. RSS is useful to distribute up-to-date web content from one web site to thousands of other web sites around the world. This allows fast browsing for news and updates. What is RSS? RSS (Rich Site Summary) is a format for delivering regularly changing web content. Many news-related sites,...
-
Jan 11, 2010
3 CommentsCollapsable Rounded corner in ASP.net using AjaxControlToolkit
This is a small sample program for the people, who want to implement a rounded corner with collapse/expand features. This program is designed, implemented in ASP.NET using the AjaxControlToolkit support. The output of this program will be as in the following pictures. Share and...
-
Nov 19, 2009
No CommentsHTML 5 – Part 1
HTML 5 is a new version of HTML and XHTML. It attempts to solve issues found in previous iterations of HTML and addresses the needs of Web Applications. HTML is a well known word for World Wide Web’s markup language. This HTMl5 was developed by W3C HTML WG, WHATWG and you can find the specifications of...