Welcome, Guest. Please login or register.
September 06, 2010, 09:03:05 AM
Home Help Search Calendar Login Register
News: Send your large files easy and free using Mailabit!

+  Support Forum
|-+  Recent Posts
Pages: [1] 2 3 ... 10

 1 
 on: Today at 12:26:47 AM 
Started by Bender - Last post by Bender
ASP.NET MVC 3 Preview 1 – Razor Syntax

The following article demonstrates how to use the new syntax in the Razor view engine in ASP.NET MVC 3 Preview 1.

http://www.dotnetcurry.com/ShowArticle.aspx?ID=565

 2 
 on: Yesterday at 12:10:19 AM 
Started by Bender - Last post by Bender
ASP.NET MVC: ModelBinding Multiple File Uploads to an Array

In this article, Ashic Mahtab shows how to model bind multiple file uploads to a single array action parameter in ASP.NET MVC.

http://www.heartysoft.com/post/2010/05/06/ASPNET-MVC-ModelBinding-Multiple-File-Uploads-to-an-Array.aspx

 3 
 on: September 04, 2010, 12:28:29 AM 
Started by Bender - Last post by Bender
ASP.NET MVC 2.0 Validation

An overview of validation in ASP.NET MVC 2.0.

http://dotnetslackers.com/articles/aspnet/ASP-NET-MVC-2-0-Validation.aspx

 4 
 on: September 03, 2010, 12:21:33 AM 
Started by Bender - Last post by Bender
A Beginner's View : Web.config

In this artcle, I will be explaining the common and mostly used web.config tags, their different sections and also will discuss about securing the the config file.

http://www.dotnetfunda.com/articles/article854-a-beginners-view--webconfig-.aspx

 5 
 on: September 02, 2010, 12:06:09 AM 
Started by Bender - Last post by Bender
Populating ASP.NET TreeView Control Recursively

The TreeView control in ASP.NET is used to populated hierarchical data structure. There are scenarios in which we are not aware of the number of nested collections in the data source. In those circumstances it is wise to use recursion and populate the TreeView control. In this article we are going to demonstrate how to populate the TreeView control with N levels.

http://www.highoncoding.com/Articles/714_Populating_ASP_NET_TreeView_Control_Recursively.aspx

 6 
 on: September 02, 2010, 12:06:08 AM 
Started by Bender - Last post by Bender
Displaying Files and Folders in a GridView

<p>
The .NET Framework provides a variety of classes in the <code>System.IO</code> namespace that
simplify working with the file system. Using these classes it's possible to delete files and folders, to create new files, to edit existing files, and more. These
classes, combined with ASP.NET's suite of Web controls and databinding syntax, make it quite easy to present information about the files on the web server's file system
to visitors to your website. With a bit of markup and code, it's possible to add a simple file browser to a web page that allows users to view the files and folders from
a particular directory on the web server. Such file browsers are useful if you let users upload content to the website and need to let them view their uploaded content.
If you have a folder that contains user-accessible content like images, PDF files and Word documents, a file browser offers a quick and easy way for users to see what
content is available and to view content of interest.
</p><p>
Back in 2003 I wrote an article titled Displaying the Files in a Directory using a DataGrid that showed
how to list the files of a particular folder in a DataGrid Web control. This dated article still attracts a decent amount of traffic and questions from readers, so much
so that I thought it worthwhile to update the content to use the latest technology, namely ASP.NET 4 and the GridView Web control. I also added some new features. For example,
the file browser now lists both files and folders, allowing users to view the files in subfolders. Also, I moved the markup and code into a User Control, which simplifies
adding the file browser to an ASP.NET page. This article walks through this new, updated version; the complete, working code is available for download at the end of this
article. Read on to learn more!

<a href="http://www.4guysfromrolla.com/articles/090110-1.aspx" class="readmore">Read More &gt;[/url]</p>

http://www.4guysfromrolla.com/articles/090110-1.aspx

 7 
 on: September 01, 2010, 12:12:07 AM 
Started by Bender - Last post by Bender
Asynchronous Form in ASP.NET MVC 2

This article describes how to create an asynchronous form in ASP.NET MVC 2 with DataAnnotations and jQuery Validation plugin (custom validation attributes included).

http://tpeczek.blogspot.com/2010/04/unobtrusive-asynchronous-form-in-aspnet.html

 8 
 on: August 31, 2010, 12:24:37 AM 
Started by Bender - Last post by Bender
Sorting Tabular Data in ASP.NET MVC

In this post I will talk about how to use the tablesorter jQuery plugin in an ASP.NET MVC application to sort tabular data.

http://www.bluegenegeek.com/home/10-04-17/Sorting_Tabular_Data_in_ASP_NET_MVC.aspx

 9 
 on: August 30, 2010, 12:15:15 AM 
Started by Bender - Last post by Bender
ASP.NET MVC 2.0 and AJAX Part 1

ASP.NET MVC makes working with AJAX really easy; it’s quite impressive how powerful the framework can be. JQuery adds extra features and makes AJAX calls really easy; we’ll see that all here soon.

http://dotnetslackers.com/articles/aspnet/ASP-NET-MVC-2-0-and-AJAX-Part-1.aspx

 10 
 on: August 29, 2010, 12:10:41 AM 
Started by Bender - Last post by Bender
Creating Master-Detail GridView Using jQuery

In the year 2005 we published an article about creating master-detail GridView control. jQuery was not a first class citizen during that time and most of the work was performed by either plain old vanilla JavaScript or the server side code. With the advent of jQuery we can now create cool master-detail effects easily in less time and less code. This article explains how to spice up master-detail using jQuery.

http://www.highoncoding.com/Articles/710_Creating_Master_Detail_GridView_Using_JQuery.aspx

Pages: [1] 2 3 ... 10


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2007, Simple Machines LLC Valid XHTML 1.0! Valid CSS!