(Suprotim Agarwal) In one of our previous article Pass Multiple Values from a GridView to Another Page using ASP.NET, we had seen how to select a GridView row and pass multiple values of the selected row to another page. We had made use of the ‘DataNavigateUrlFields’ to set the names of the fields a
Tag: Development
Data Access Options in Silverlight 2
(Dan Wahlin) Data is king in today’s business applications. After all, without data there’d be no need to write applications in many cases because there’d be nothing to show end users. So it follows that for business applications to succeed, they must have a framework in place to access, manipulate
Facilitate Use of Special Characters in a C# Text Editor Application
(Scott Lysle) This article describes a simple approach to implementing special character use in a C# based text editor. If your OS is configured for English and you’d like to leave it like that, and if you have not quite memorized all of the key code values required to insert all of the special char
Moonlight 1.0 Release
(Scott Guthrie) I am excited to announce that Novell today released version 1.0 of Moonlight, and is making it available for download at no cost with support for most major Linux distro’s (including openSUSE, SUSE Linux Enterprise, Fedora, Red Hat, and Ubuntu). For those unfamiliar with it, Moonligh
Cross-Site Scripting in ASP.NET
(Sandeep Reddy) Cross-site scripting attacks exploit vulnerabilities in Web page validation by injecting client-side script code. The script code embeds itself in response data, which is sent back to an unsuspecting user. The user’s browser then runs the script code. Because the browser downloads th
Back to Basics: 32-bit and 64-bit confusion around x86 and x64 and the .NET Framework and CLR
(Scott Hanselman) I’m running 64-bit operating systems on every machine I have that is capable. I’m running Vista 64 on my quad-proc machine with 8 gigs of RAM, and Windows 7 Beta 64-bit on my laptop with 4 gigs.
Customizing the .NET SQL Membership Provider
(Joe Piccirilli) With the release of ASP.NET 2.0, Microsoft introduced Web developers to the “provider” model that addresses common application infrastructure needs using a system of pluggable modules adhering to common interfaces.
Reading Text Files using OpenFileDialog in Silverlight
(Mamta M) Silverlight 2 provides you with the OpenFileDialog API using which you can open files of specific types such as, image files, text files and so forth.
Binding Multiple Fields to ASP.NET ListControl classes
(Neil Dodson) The ASP.NET RadioButtonList is a databound control which displays items as a mutually exclusive set of options in a Web Form. The data which is bound to the label part of each option can be formatted using a format string, but only a single field can be bound to the label.
ASP.NET Session State and Modes
(Sandeep Reddy) The following terms are specific to this document:
