sorted by:
best match first |
newest listings first
Featured Listings
- Setting the DataSource property of a Menu or TreeView to an array
Here is a neat "trick" you can do with the Data controls. If you have an array of data you want to format, you can just directly assign it to the Data
From: -[Danny Chen]- Blog of an ASP.NET QA tester - ASP.NET - 12/5/2005
- For vs Foreach on arrays and lists
As promised earlier in the week , here are the results of benchmarking for and foreach . For each of int and double , I created an array and a List<
From: Jon Skeet - ASP.NET - 1/29/2009
- ASP.NET Wire Format for Model Binding to Arrays, Lists, Collections, Dictionaries
Levi Broderick, a Senior Developer on ASP.NET MVC and all around smart dude, posted some details to an internal Microsoft mailing list today and I tho
From: Scott Hanselman's Computer Zen - ASP.NET - 2/13/2009
- Javascript Array Fun
A commenter – Josh - pointed out a small error in some code I posted a while back regarding a CSS property watcher component that can monitor changes
From: Rick Strahl's Web Log - ASP.NET - 1/27/2009
- ASPx GridView Video: How to Bind to An ArrayList
Check out this short 2 minute video that shows how to bind the ASPxGridView to an arrayList at runtime.
From: The ASPx Blog - ASP.NET - 10/14/2008
- LINQ to JSON – Checking for an Object or Array
I was writing an event handler for my book that consumes a stream of JSON from a RESTful service. The handler is called when one of several asynchrono
From: JohnPapa.net - ASP.NET - 9/14/2008
- PRB: .NET Multidimensional arrays emitted by Reflection do not match compiled arrays
From: kbAlertz.com :: .NET Framework 2.0 - ASP.NET - 11/26/2008
- CE6.0 based SH4 compiler may genrate bad code for expression with complex array index with Optimization
From: kbAlertz.com :: Visual Studio 2005 - ASP.NET - 3/28/2009
- Trimming Items in a String Array
When you use a For Each loop to iterate through a String array and perform some action with each item, the change doesn't affect the String array itself.
From: DevX: .NET Feed - ASP.NET - 1/18/2009
- Create XML from an Array
Passing arrays as arguments to stored procedures is not currently possible in SQL Server, but you can use XML to accomplish this.
From: DevX: Latest XML Articles - ASP.NET - 11/12/2008
- How do I create a constant that is an array?
Strictly speaking you can't, since const can only be applied to a field or local whose value is known at compile time. In both the lines below, the ri
From: C# Frequently Asked Questions - ASP.NET - 12/3/2004
- Create XML from an Array
Passing arrays as arguments to stored procedures is not currently possible in SQL Server, but you can use XML to accomplish this.
From: DevX: .NET Feed - ASP.NET - 11/12/2008
- Jagged Arrays and Performance in .Net
Jagged arrays, also known as arrays of arrays, offer not only a space savings in certain conditions, but also a performance enhancement.
From: ASP.NET Community - ASP.NET - 11/6/2004
- Customized BinarySearch In ArrayLists with IComparer
The .NET Framework provides many intrinsic methods that are already part of many of its types. BinarySearch is one such method that is found in the Ar
From: ASP.NET Community - ASP.NET - 5/2/2004
- "ServiceReference1.ArrayOfXElement" not declared
i have created an application in silverlight 3 beta i am trying to access a dataset from Silverlight enabled WCF. i have created the WCF.i have added
From: ASP.NET Controls for SilverLight - ASP.NET - 4/30/2009
- Efficiently Searching a Sorted Array
This article walks-through some of the built-in searching and sorting features of the .NET Framework that enable developers to quickly and efficiently
From: ASP.NET Community - ASP.NET - 11/10/2002
- Handling JSON Arrays returned from ASP.NET Web Services with jQueryHandling JSON Arrays returned from ASP.NET Web Services with jQuery
There appear to be many articles showing how to use jQuery with ASP.NET Web Services around, but the vast majority of them illustrate the use of PageM
From: ASP.NET Community - ASP.NET - 4/9/2009
- Sorting An Array Using Array.Sort()
The .NET Framework makes it a cinch for developers to sort arrays by including a static method in the array class called Sort(). In its simplest form
From: ASP.NET Community - ASP.NET - 6/15/2003
- Session arrays
I am using a Wizard Control and I am trying to use Session arrays but I cannot make so plzz can anyone help me.
Do I use arrayList??
From: State Management - ASP.NET - 4/17/2009
- Passing CheckBoxList Selected Values to an array to a session
Whew! I am pulling my hair out on this one... Please let me know if i need to explain further.
On my data entry page, I have a user identifying whic
From: State Management - ASP.NET - 4/29/2009
- ArrayList
Hi!
Is it posible to send arrayList from one page to another and how?
Best regards
From: Data Presentation Controls - ASP.NET - 1/18/2009
- Invalid length for a Base-64 char array - Encryption (not for kids)
1 Option Strict On
2 Option Explicit On
3
4 Imports Microsoft.VisualBasic
5 Imports System
6 Imports System.Text
7 Imports System.Security.Cryp
From: Security - ASP.NET - 1/17/2009
- DataContractJsonSerializer Incorrectly Returns XML not JSON For DataSet/DataTable but Not Arrays
I am attempting to use a DataContractJsonSerializer to serialize a DataSet, however instead of outputting JSON into the memory stream it is outputting
From: ASP.NET AJAX Discussion and Suggestions - ASP.NET - 4/27/2009
- help on passing an array of strings to my page method thru a remote call
I am doing a AJAX remote call to a page method (what a brilliant technologie) and I want to pass back to the server an array of strings. I know how to
From: ASP.NET AJAX Networking and Web Services - ASP.NET - 11/22/2008
- string[] parameters became ArrayOfString parameters
Hi all,
I'm creating a webmethod like this in .NET 3.5:
[WebMethod()] public void AddUsersToRoles(string[] UserNames, string[] RoleNames) { //So
From: ASP.NET AJAX Networking and Web Services - ASP.NET - 1/9/2009