| Enable ReadOnly Mode for your WebForms! |
| The Code Project |
| this article will show you, how to implement a readonly mode for webforms |
|
| Flat-MultiColumn Combobox with Autocomplete |
| The Code Project |
| MTGCCombobox: a .NET Combobox that is flat, multicolumn and with autocomplete feature |
|
| Form Viewstate |
| ASP 101 |
| Up till now, it's been pretty easy to decide what topicI should cover next as I've been writing these lessons.This week the choice was a little more difficult. You seeI want to get you into some of the really cool stuff, butI don't want to get you lost along the way. This week's topicis not exciting, flashy, or sexy, and as a result, it's something that mostbooks and web sites I've seen have sort of glossed over. Well that'sreally too bad, because it's an important topic to understand and for manyusers (especially those transitioning from previous versions of ASP), it'sprobably the feature that will save them the most coding. |
|
| Generate dynamic asp.net page by using XML and XSLT |
| The Code Project |
| Generates dynamic forms by transforming xml into xsl file |
|
| Generate dynamic ASP.NET pages by using XML and XSLT |
| The Code Project |
| Generates dynamic forms by transforming XML into XSL file. |
|
| GridView Examples for ASP.NET 2.0: Displaying Master/Detail Data in a GridView |
| MSDN |
| GridView examples |
|
| GridView Examples for ASP.NET 2.0: Drilling Down into Detailed Data |
| MSDN |
| GridView examples |
|
| GridView: Move Over DataGrid, There's a New Grid in Town! |
| MSDN |
| Go beyond the DataGrid! |
|
| Hacking the Combo Box to give it horizontal scrolling |
| The Code Project |
| How to hack the combo box to give it a horizontal scroll bar, thus giving a polished look with ease + simplicity. |
|
| How do I add a DropDownList to a DataGrid EditItemTemplate? (again) |
| DotNetJunkies |
| It has come to our attention that this article didn't completly anwser the proposed question. Because of this fact we are adding yet another one. In this code example we will be demonstrating how not only show a DropDownList control populated from a database in an EditItemColumn, but how additionally show a TextBox to edit the value of the DropDownlist. Because we are all intelligent programmers I am not going to give a huge background on how editing works and how to use the DataGrid, instead I am going to |
|
| How do I add a DropDownList to EditItemTemplate, Using an Access Database (And Then Some)? |
| DotNetJunkies |
| In a recent artlicle we discussed how to populate a DropDownList box from within a DataGrid's Column while the DataGrid was in "edit mode". Well, this article builds off that example, and adds some new elements and features. First, instead of using the SQL we are going to use Access - specifically, the Northwind database. Second, when filling the DropDownList we aren't going to make a seperate call to the database to get the data - instead we are going to use a DataView and filter out the specific rows we n |
|
| Implement multiple currencies with a cookie and a DropDownList |
| ScootASP.NET |
| Many shopping cart style web apps will be needing to implement multiple-currency capabilities to their systems. This is a simple example which uses a cookie that contains the users currency preference, and is set by selecting the relevent value from a drop down list, (which gets its values from a db table). The cookie also contains the exchange rate, relative to the base currency of the system. |
|
| Improved Caching in ASP.NET 2.0 |
| MSDN |
| Stephen Walther looks at the new caching features included in ASP.NET 2.0, and how you can use them to improve the performance and scalability of your ASP.NET applications. |
|
| INFO: ASP.NET Data Binding Overview |
| http://www.kbalertz.com/ |
| (307860) - This article provides an introduction to ASP.NET data binding. For additional ASP.NET overviews, see the following Microsoft Knowledge Base article: 305140 INFO: ASP.NET Roadmap 305140 INFO: ASP.NET Roadmap |
|
| INFO: Roadmap for Web Forms Data Binding |
| http://www.kbalertz.com/ |
| (313481) - This article provides a roadmap to learn and master data binding using ASP.NET Web Forms. To assist you with learning a Microsoft product or technology, roadmap articles provide links to useful information, including online documentation, Microsoft... |
|
| Interactive Event Driven ASP.NET User Controls |
| Master C# |
| You might already be acquainted with User Controls in ASP.NET. They are like the *.inc used in ASP but they are much more powerful and let you create new re-usable controls by combining existing controls. |
|
| Internet programming primer (general overview and history of ASP.NET) |
| The Code Project |
| A general overview of Internet technologies including what the Internet actually is, what HTML and XML are, using Web forms, CGI/MIME, IIS ISAPI, ASP and creating HTML based front ends to databases via ODBC32, OLE DB, ADO and ASP.NET |
|
| Introducing the ASP.NET 2.0 Web Parts Framework |
| MSDN |
| Web Parts provide you with the infrastructure for creating customizable Web applications. When you build a Web site with Web Parts, the Web site can be easily customized by either the administrator of the Web site or the individual users of the Web site. Web Parts are all about flexibility. |
|
| Introducing the ASP.NET 2.0 Web Parts Framework |
| MSDN |
| Web Parts provide you with the infrastructure for creating customizable Web applications. When you build a Web site with Web Parts, the Web site can be easily customized by either the administrator of the Web site or the individual users of the Web site. Web Parts are all about flexibility. |
|
| Introduction to ASP.NET and Web Forms |
| MSDN |
| This article explains how Web forms are fundamental to Microsoft ASP.NET, shows how to build a Web form, and discusses the controls essential for building a Web form. |
|
| ListControl SelectedItem Validator |
| The Code Project |
| As you all know the ASP.NET RequiredFieldValidator control checks that the validated control to see if it contains a value. If it doesn't it displays an error message. The problem is that RequiredFieldValidator does not work for ListControl derived controls. |
|
| Making A Simple Server Control |
| DotNetJunkies |
| In this tutorial we will be walking you through creating your own server control. Granted, this is a very simple example, but will give you an idea of what you have to do to create one. |
|
| Master Pages in ASP.NET 2.0 |
| MSDN |
| Master Pages enable you to create ASP.NET pages that follow a consistent theme and style. Stephen Walther shows you how to take advantage of this new feature. |
|
| Migrating from ASP to ASP.NET 2.0 |
| MSDN |
| Tour the advantages of developing with ASP.NET 2.0, and gives guidance to developers in migrating from ASP to ASP.NET 2.0. |
|
| Migrating from ASP.NET 1.x to ASP.NET 2.0 |
| MSDN |
| Explore features new to ASP.NET 2.0 from ASP.NET 1.x that offer a better set of options for Web development within the .NET Framework. |
|