| |
|
Most people are by now familiar with the typical usage of the Eval() and Bind() methods in a GridView. You can even use a format string with the Eval() method ...
|
I recently posted a solution to the eternal PayPal / ASP.NET form submission problem using Jeremy Schneider's custom GhostForm class. Since then, several people have made mention of a problem that I c [read more]
|
Here's a code sample that might come in handy. This is a CheckBoxList for a fictitious Real Estate broker who wishes to maintain a list of features for each property listing entered in the system. Typ [read more]
|
I'm no security expert, and as such, I think I'm a member of an ever-growing group of Web developers who fly by the seat of their pants when it comes to the security of their Web forms. As an ASP.NET [read more]
|
|
in this article we'll describe all issues when creating such control
|
Today I am upgrading one of my applications from .Net framework 1.1 to 2.0. I found that the application is able to capture the values from all web controls except the date picker after the version up [read more]
|
One of the most common features of community websites these days is the events calendar. It's also the source of one of my pet hates, the stretching of calendar cells as event title links are added fo [read more]
|
I'm not trying to re-ignite this age-old debate but am merely using it as a starting point to explore the data access options available to date and where we may be heading in the near future. In the n [read more]
|
I recently had to create a Guest Book application for our local Tourism website. Googling a decent code sample didn't yield much so I created it from scratch. I'm making the code available at the bott [read more]
|
|
ou can also view part I of this article which describes the setting up of this application with Visual Studio 2008 and IIS 7, running on Vista. SQL Server 2005 was used as the database.
|
As promised, here's the final installment. You can find the download links for the final version of the code at the end of this article. Feel free to use this code and tweak it any way you wish. For d [read more]
|
I've been meaning to have some fun with Deep Zoom for a while. I was reading Mary Jo Foley's blog posting on the new Microsoft Research project called Seadragon Ajax a little earlier but didn't make m [read more]
|
The ASP.NET Team have just released an amazing set of chart controls for Visual Studio 2008, with both Web and Windows versions. In addition, you can download the samples, over 200 of them, just open [read more]
|
|
Behaviors, controls, and components are mostly the same. This is the case because when compared to the amount of functionality the base component type provides ...
|
you can enable the users of your website to customize the appearance of the website by loading different Master Pages. You can display a menu of Master Pages, and allow your users to pick their favori [read more]
|
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI. [read more]
|
Here I am posting code, which will read through a Excel Document. This code will traverse through all sheets of Excel spread sheet, No matter what name they will have.
This uses OLEDB connection to r [read more]
|
BarcodeLib.com provides the leading barcode components for Java and ASP .NET developers.
For Java developers, you can use their Java barcode library, a high quality Java barcode generator generates h [read more]
|