Tweet
SIGN UP
MEMBER LOGIN:
TECHNOLOGIES
.NET 4.5
.NET Remoting
Active Directory C#
ADO.NET & Database
AJAX
Algorithms & AI
Android Programming
Articles
ASP, JavaScript, CSS
ASP.NET & Web Forms
ASP.NET Controls
ASP.NET MVC
BizTalk Server
C# Assemblies
C# Language
C# Tutorials
C, C++, MFC
Career Advice
Chapters
Cloud Computing
COBOL.NET
Coding Best Practices
COM Interop
Compact Framework
Cryptography C#
Crystal Reports C#
Current Affairs
Custom Controls C#
Databases & DBA
Deployment
Design & Architecture
DirectX C#
Enterprise Development
Error Zone
Exception Handling C#
Expression Studio
F#
Files & IO
Financial Applications
Games Programming C#
GDI+ & Graphics
Hardware
How do I
HTML 5
Internet & Web
iPhone/iPad
Java
Java and .NET
JQuery
JSP
Leadership
Learn .NET
LINQ
Message Queue
Metro Style Apps
Mobile & Embedded
MonoDevelop
Networking
Office Development
OOP/OOD
Operating Systems
PHP
Printing in C#
Products
Project Management
Reporting Services
Robotics & Hardware
Security in .NET
SharePoint
Silverlight
Smart Devices
Speech in C#
SQL
SQL Server 2012
String, StringBuilder
Team Foundation & VSS
Testing
Threading in C#
Visual Basic .NET
Visual C#
Visual Studio .NET
Visual Studio 11
Visual Studio 2010
VS LightSwitch 2011
WCF
Web Forms
Web Services
WebForms Controls
Windows 8
Windows Controls C#
Windows Forms C#
Windows Phone
Windows PowerShell
Windows Services
Workflow Foundation
WPF
XAML
XML in C#
XNA
FORUMS
BLOGS
VIDEOS
INTERVIEWS
CERTIFICATIONS
DOWNLOADS
BOOKS
LINKS
NEWS
Learn .NET in 60 days – Part 1 (13 Labs)
Learn C# Corner - Home
Learn MVC (Model view controller) Step by Step ...
Using Border Radius and Gradients in CSS3: Part I
Learn C# Corner - Footer
Samsung Galaxy Note Review
iPhone 5 First Look
Learn .NET and C# in 60 Days Lab13(Day 5): - C ...
Working with a Local Database in Windows Phone 7
WCF - Authentication and Authorization in Ente ...
LATEST ARTICLES
How to Contribute an Article on C# Corner
Posted by
Mahesh Chand
on 5/22/2012 3:10:28 AM
In this video, you will learn how to contribute an article on C# Corner using the online content publisher.
How to Insert Edit and Delete in PHP
Posted by
Satyapriya Nayak
on 5/22/2012 8:36:39 PM
In this article we will learn how to insert, edit, update and delete records from the database using PHP.
Background Worker in WPF
Posted by
Mahak Gupta
on 5/22/2012 8:33:04 PM
The BackgroundWorker class is used to run time-consuming tasks in the background; it leaves the user interface responsive.
Data Validation in Metro Style Apps
Posted by
Shubham Srivastava
on 5/23/2012 3:15:28 AM
Validation is the process of ensuring the validity of data before applying an action to it.
How to write a good article on C# Corner
Posted by
Mahesh Chand
on 5/21/2012 11:02:01 PM
Do you have some cool code to share but not sure how to create an article from it? This video demonstrates how to write a good quality technical article.
Working With Dictionary Class in Java
Posted by
Abhishek Dubey
on 5/23/2012 5:44:57 AM
In this article we are going to describe the Dictionary class in java. The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to values.
Retrieving User Password and Email Address From Database Using C#
Posted by
Rohatash Kumar
on 5/23/2012 4:26:21 AM
Today, I have provided an article showing you how to retrieve a user's password and email address from a database in ASP.NET.
Create a Personal Card in Windows 8
Posted by
Arun Choudhary
on 5/23/2012 5:43:59 AM
This article describes how to create a Personal Card in Windows 8.
Demystifying: What does “Strings are immutable” means?
Posted by
Shivprasad
on 5/21/2012 7:09:26 AM
In this article we will explain about String and StringBuffer.
Creating a Search Page in PHP
Posted by
Satyapriya Nayak
on 5/21/2012 2:38:55 PM
In this article we will learn how to make a search page in PHP.
Display Records From One ComboBox to Another in PHP
Posted by
Satyapriya Nayak
on 5/21/2012 2:33:43 PM
In this article we will learn how to get the related records from a ComboBox by selecting any items of another ComboBox.
Learn .NET and C# in 60 Days Lab19(Day 9) :- 2 Tier Architecture
Posted by
Praveen Kumar
on 5/21/2012 1:36:23 AM
In this day 9, lab 19 video we will try to understand how to work with creating of 2Tier Architecture.
Input Range Slider in HTML5
Posted by
Gaurav Gupta
on 5/21/2012 12:21:56 PM
In this article we are going to see the new input range slider element of HTML5.
Conversion From List to Array and Vice-Versa
Posted by
Richa Garg
on 5/21/2012 12:10:08 PM
Using a list element as an array by converting the list into an array and array into a list; also how to find the maximum and minimum element in the list.
Asset Library in SharePoint 2010
Posted by
Vijay Prativadi
on 5/23/2012 5:41:41 AM
Today, in this article let’s play around with one of the interesting and most useful concepts in SharePoint 2010.
Using RichTextBox control in Dot Net Applications
Posted by
Sivaraman Dhamodaran
on 5/20/2012 9:10:13 AM
In this Article we will have look at the basic functionality offered by the RichTextBox Control. I provided code anippets, explanations and video when code comes in action or to show some setups to avoid lots of screen shots
[RichTextBox Sample]: Video shows the Clipboard Operation on Rich Text. It also shows the use of Undo and Redo option on Richtext
Posted by
Sivaraman Dhamodaran
on 5/20/2012 8:38:47 AM
Video Steps1) Copies #using stements from Source file 2) Then pastes the conent to the rich text box 3) From the pasted content copies some portion of text to clipboard 4) Opens the wordpad application and pastes it 5) Finally applied some attibutes and shows the undo and redo options
[RichTextBox Sample]: This video shows setting different font and font size to a single line of text in RichTextBox control
Posted by
Sivaraman Dhamodaran
on 5/20/2012 8:33:31 AM
Video Steps 1) Loads already saved plain text 2) Selects second line of text 3) Applies different font and font style 4) Saves the content and reloads it for a cross check
[RichTextBox Sample]: Video shows applying Bold and Italic to the selected text
Posted by
Sivaraman Dhamodaran
on 5/20/2012 8:27:29 AM
1) Loads already saved plain text 2) Applies bold, italic and underline style to some portion of the text 3) Saves the result in Rich text format. (Note plain text won't support text attributes for different portions of the text) 4) Loads the Rich Text content and checks applied text attributes.
[RichTextBox Sample]: Loading the Plain Text content into RichTextBox
Posted by
Sivaraman Dhamodaran
on 5/20/2012 8:22:10 AM
Video Steps 1) Loads the plain text content saved in the previous video 2) Shows the loaded content in the richtext box control
RichTextBox Sample: Saving the Content to text file
Posted by
Sivaraman Dhamodaran
on 5/20/2012 8:14:41 AM
Saving the Content of the RichTextBox in Text file format
[RichTextBox Sample] : Setting up the Form for RichText Box Sample App
Posted by
Sivaraman Dhamodaran
on 5/20/2012 8:06:45 AM
Video Steps 1) First a Panel is added to the form. Then it is docked to the right side edge of the form 2) Then the panel is re-sized. This right side pane will have all the command for the rich text box sample 3) One more panel is added to the left of the command panel. 4) This panel is asked to fill the remaining area. Later a rich text box is placed inside this Panel.
Runtime Binding in Metro Style Apps
Posted by
Shubham Srivastava
on 5/20/2012 3:50:39 PM
Today we will discus how we can use data binding in a Metro Style Application at runtime. There is not a way to directly bind data in the front end at runtime; it can be done with the help of the Binding class and the SetBinding property of the Textbox control.
Controller in ASP.NET MVC
Posted by
Ashish Shukla
on 5/20/2012 6:38:46 PM
This article is about the details of how the MVC controller works.
Hide Volume Control Icon in Windows 8
Posted by
Arun Choudhary
on 5/20/2012 3:42:36 PM
This article explains how to hide the Volume Control Icon in the Taskbar in Windows 8.
1
-
25
of
100
1
2
3
4
TOP LEADERS
View All
TRENDING UP
Learn .NET in 60 days – Part 1 (13 Labs)
Learn C# Corner - Home
Learn MVC (Model view controller) Step by Step in 7 days – Day 3
Using Border Radius and Gradients in CSS3: Part I
Learn C# Corner - Footer
iPhone 5 First Look
Samsung Galaxy Note Review
Learn .NET and C# in 60 Days Lab13(Day 5): - Classes and objects
Working with a Local Database in Windows Phone 7
WCF - Authentication and Authorization in Enterprise Architecting
View All
Sponsored by
Become a Sponsor
MOST LIKED ARTICLE
Learn .NET in 60 days – Part 1 (13 Labs)
Working with ProgressBar in C#
Resizable TextBox in ASP.NET using AjaxControlToolKit
Word Processing with an Extended Rich Text Box Control
An Elegant C# Data Access Layer using the Template Pattern and Generics
TAG CLOUD
.NET
ADO.NET
app_themes
ASP.NET
C
C#
Database
Datagrid
Design
DirectoryServices
games
GridView
Images
jquery
MVC
Silverlight
Silverlight 5
Thread
try
tutorials
VB.NET
WCF
Windows Forms
WPF
XML
PREMIUM SPONSORS
Dynamic PDF
ceTE software specializes in components for dynamic PDF generation and manipulation. The DynamicPDF™ product line allows you to dynamically generate PDF documents, merge PDF documents and new content to existing PDF documents from within your applications. Visit DynamicPDF here
Introducing MaxV - one click. infinite control. Hyper-V Hosting from MaximumASP.
Finally – a virtual platform that delivers next-generation Windows Server 2008 Hyper-V virtualization technology from a managed hosting partner you can truly depend on. Visit www.maximumasp.com/max for a FREE 30 day trial. Hurry offer ends soon. Climb aboard the MaxV platform and take advantage of High Availability, Intelligent Monitoring, Recurrent Backups, and Scalability – with no hassle or hidden fees. As a managed hosting partner focused solely on Microsoft technologies since 2000, MaximumASP is uniquely qualified to provide the superior support that our business is built on. Unparalleled expertise with Microsoft technologies lead to working directly with Microsoft as first to offer IIS 7 and SQL 2008 betas in a hosted environment; partnering in the Go Live Program for Hyper-V; and product co-launches built on WS 2008 with Hyper-V technology.
LATEST JOBS
Applying for job
Metro Style App Developer
.NET Developer WPF or Silverlight exp Boston MA
ASP .Net Developers
Split Testing Designer
.NET Developer
Web Developer
Application Engineer Expert
.NET Developer
Application Developer
View All Jobs
|
Post a New Job
Sponsored by
Become a Sponsor
WHITEPAPERS AND BOOKS
Essentials of Capacity Planning: Microsoft SharePoint Server 2010
Chapter 15: Customizing the Display
Chapter 9: OpenType Font Support
Successfirmations: Think, Reveal, Receive
SharePoint Designer 2010 Essentials
Building Standalone Data-Driven Applications using SQL Server Compact 4.0
Programming XML with C#
Reporting with Reports Viewer in Visual Studio 2005
Programming C# for Beginners
Programming Windows Common Dialogs with Visual C# 2010
View All