How to implement a \"render this page to PDF button\If you would like to have a button on your ASP(X) pages to print/display that page as PDF or your are trying to display your asp pages, something like report.asp?id=12345 to the browser as PDF file so that the users can print or download it, then...
HTTP Security and ASP.NET Web ServicesHTTP-based security mechanisms are currently the best way to keep your Web services secure. Learn how to secure a Web service using a combination of features found in Microsoft IIS and Microsoft ASP.NET. Note : This article assumes that you are...
IbuySpy Hierarchial Tabs Part1To implement a horizontal tab bar that will give you the flexibility of a Hierarchical Menu in your portal application and inherit the intrinsic value of the Portals database driven display of page information and the Portals Admin Edit
IbuySpy Hierarchial Tabs Part2To implement a vertical tab bar that will give you the flexibility of a Hierarchical Menu in your portal application and inherit the intrinsic value of the Portals database driven display of page information and the Portals Admin Edit
Image manipulation in ASP.NET with system.drawingOne critisism often levelled at ASP was that alternative platforms and languages are much more feature rich out of the box or better supported with free libraries.
Take PHP as an example, or have a look at CPAN, and you will see that there is a...
Visual Studio .Net creates assemblies. An assembly is a combination of metadata and a portable executable. Unlike applications built in earlier versions of Visual Studio, Visual Studio .Net combines extra information necessary to...
Implementing Custom Data Bindable Classes: CollectionBaseBy now, everyone is familiar with grabbing a DataSet from a database and binding it at runtime to an ASP.NET list control. This works just fine. But DataSets are weakly typed, providing late bound access to their properties. What if you want to use...
Implementing Custom Data Bindable Classes: IEnumerableMost of us remain blissfully unaware of the implementation details behind the scenes when we use foreach to iterate over an array or some other collection. And as long as we use one of these out-of-the-box data structures, we don't have to worry...
Improving Web Application Security: Threats and CountermeasuresThis download contains guidelines for architecting, designing, building, reviewing, and configuring secure to build hack resilient ASP.NET Web applications across the application tiers, technology, and servers.