| Home : ASP NET Scripts : Tips and Tutorials |
| Click "Subscribe" if you want to be notified of new or updated links in this category. |
Subscribe
Rss Feed |
|
|
Tips and Tutorials Listings
|
|
Total:
294 | Displaying: 71 - 80 | Pages: << 1 2 3 4 5 6 7 8 9 10 >> >>>> |
|
|
|
|
|
How to create a cookie, how to get the value stored in a cookie, set the lifetime, path and domain for a cookie, edit a cookie, delete a cookie, remove subkeys from a cookie...
Version: n/a - Platform(s): windows - Updated: 13/06/2007
|
|
|
It simply shows how to bind a DataGrid to an array using C# code.
Version: n/a - Platform(s): windows - Updated: 13/06/2007
|
|
|
In this tutorial you'll find out how to validate a TextBox and RadioButtonList control on a webform using RequiredFieldValidator, which will show a warning and stop the submission of the form if a required field has no value.
Version: n/a - Platform(s): windows - Updated: 13/06/2007
|
|
|
Recently, I had a requirement to put together a website that deals with taking somewhat elaborate financial surveys. While the questions and answers themselves are good candidates for being database driven, there were a large number of nuiances ranging from UI items, business rules, and calculations that just didn't fit into a database driven strategy. With this in mind, my initial strategy was to create version specific classes and reference them in version specific ASP.NET pages. Of course, this accomplished the initial requirement. However, whenever a new version needs to be implemented, I had to copy all of the ASP.NET pages and modify the references to the appropriate version specific class name. Refactoring provides a better alternative and here's how:
Version: 1.0 - Platform(s): windows - Updated: 13/06/2007
|
|
|
Learn how to extend an ASP.NET control to hold an unlimited number of additional values in ViewState to avoid expensive re-querying of the database.
Version: n/a - Platform(s): windows - Updated: 13/06/2007
|
|
|
The control offers a very user friendly mobile device experience in that it allows the user to use their stylus / mouse to adjust the weight for a given decision criteria instead of typing the numbers.
Version: n/a - Platform(s): windows - Updated: 13/06/2007
|
|
|
Learn how to serialize .NET classes to Xml at runtime using System.Xml.Serialization.XmlSerializer. Then, use SQL Server's OPENXML functionality to bulk load hundreds of records across multiple tables in a single stored procedure call.
Version: n/a - Platform(s): windows - Updated: 13/06/2007
|
|
|
At my place of employment, I work a great deal with somewhat complex hierarchical data as part of our measurement and analysis software. Thus, recursion and I have become rather close friends over the last few years. While rewriting an old website, I needed to turn a set of four relational tables into a hierarchical data structure. The top level table held self-referencing relationships as well as child relationships to table 2. Tables 3 and 4 were your basic "run of the mill" child tables up through table2.
Version: n/a - Platform(s): windows - Updated: 13/06/2007
|
|
|
I've been working on a financial reporting project lately and came upon the idea of bringing our charts from ChartFX.NET to life. The idea being that we could dynamically review each pixel's color in the chart in order to generate an HTML image map on the fly. This would enable us to apply supporting documentation in the form of links or JavaScript functions to perform some sort of action when the user moves their mouse over the chart or clicks a section of it.
Version: 1.0 - Platform(s): windows - Updated: 13/06/2007
|
|
|
ASP.NET Forum Share the knowledge and get all the help you need to start developing secure ASP.NET Web applications and share your development issues.
Version: n/a - Platform(s): n/a - Updated: 13/06/2007
|
|
|
Tips and Tutorials Listings
|
|
Total:
294 | Displaying: 71 - 80 | Pages: << 1 2 3 4 5 6 7 8 9 10 >> >>>> |
|
|