9,867,803 members (40,096 online)
Visit CodeProject.TV
Discuss CodeProject.TV
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
C#4.0 questions
C++ questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Mobile
VS 11 & .NET 4.5
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Component & Service Catalog
Competitions
News
The Insider Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
The Insider News
The Lounge
The Weird & The Wonderful
The Soapbox
Press Releases
Who's Who
Most Valuable Professionals
Company Listings
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
3,062 Results
Search
Everything
Articles
Technical Blogs
Tips & Tricks
Questions
Answers
Forum Messages
News Items
Catalog Items
Videos
Training Courses
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating Asc
Rating Desc
Title Asc
Title Desc
Author Asc
Author Desc
Date Created Asc
Date Created Desc
Date Modified Asc
Date Modified Desc
Price Asc
Price Desc
Duration Asc
Duration Desc
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Article License
All Licenses
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Catalog Category
All Categories
Books & Training
Charting & Graphing
Components, Controls, Libraries
Data Manipulation & Mining
Database Tools
Debugging
Documentation & Help
Financial, Math & Scientific
Frameworks & APIs
General Development Tools
GIS & Maps
Graphics & 3D Modeling
Hardware and Robotics
Hosting
IDEs
Imaging
Mobility
Multimedia
Networking
Performance and Profiling
Programming Languages
Project Life-cycle Management (ALM)
Reporting
Search
Security
Setup & Deploy
System Adminstration
Utilities
Virtualization
Web Design/Development
Catalog License
All Licenses
Commercial
Fully Function Evaluation version
Limited Functionality Trial
Limited Time Trial
Shareware
Free For Personal Use
Freeware
Page 1 of 62
Page Size:
10
·
25
·
50
Tag filtered by: .NET1.0
[x]
Why am getting this error? ORA-06550 PLS-00306
by
Kavitha le
Answer
13 May 2013
license:
CPOL
The problem is with objDataAccessUtilities.ExecuteDataReader(command); instead of this we have to useobjDataAccessUtilities.ExecuteNonQuery(command);
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET1.1
SQL2005
C#
ASP
ASP.NET
SQL
.NET
.NET
SQL-Server
, +
Why am getting this error? ORA-06550 PLS-00306
by
V.
Answer
13 May 2013
license:
CPOL
If you type "ORA-06550" in google (or any other ORA error) you'll get the explanation. In this case, not much of help as it seems to be a generic error. My guess is that it might be because you add prm3 twice (not sure though): //btw is "paramters" a typ-o ? ...
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET1.1
SQL2005
C#
ASP
ASP.NET
SQL
.NET
.NET
SQL-Server
, +
Why am getting this error? ORA-06550 PLS-00306
by
Kavitha le
Question
13 May 2013
license:
CPOL
In my code am getting following error.ORA-06550: line 1, column 7:PLS-00306: wrong number or types of arguments in call to 'SAVE_DATA'ORA-06550: line 1, column 7:PL/SQL: Statement ignoredWhat will be the reason for this?code am using is, List listparamters =...
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET1.1
SQL2005
C#
ASP
ASP.NET
SQL
.NET
.NET
SQL-Server
, +
Atomineer Pro Documentation for Visual Studio
by
Zot Williams
Catalog
12 May 2013
license:
Commercial
Unsurpassed Documentation Comment generation and updating for C#, Visual Basic, C++/CLI, C++, C, Java and UnrealScript code. Keep your comments readable and in sync with the code with a minimum of effort. Plus other coding utilities.
Components, Controls, Libraries
.NET1.0
.NET1.1
.NET2.0
Win2K
WinXP
Win2003
Vista
VS2005
.NET3.0
VB7.x
, +
.NET Framework Cultures with Culture Specific Formats and Mapping with SQL Server Language
by
Shemeer NS
Article
12 May 2013
license:
CPOL
.NET Framework Cultures with Culture Specific Formats and Mapping with SQL Server Language. CultureInfo, DateFormat, Number Format, Currency Format, Percent Format, Infinity Format etc.
Platforms, Frameworks & Libraries
»
.Net Framework
»
General
.NET1.0
.NET2.0
.NET3.0
.NET3.5
C#
VB
SQL
.NET
Dev
Beginner
, +
IncrediBuild
by
Xoreax Software Ltd.
Catalog
11 May 2013
license:
Limited Time Trial
IncrediBuild is an easy-to-use platform for accelerating Windows-based processes through advanced Grid Computing technology. IncrediBuild speeds up Visual Studio and make based code builds as well as data builds, scripts and applications.
General Development Tools
VC6
VC7
VC7.1
VC8.0
.NET1.0
.NET1.1
.NET2.0
Win2K
WinXP
Win2003
, +
XCrypt - Encryption and decryption class wrapper
by
Vasudevan Deepak Kumar
Article
8 May 2013
license:
CPOL
This is an alternative for "XCrypt - Encryption and decryption class wrapper".
General Programming
»
Cryptography & Security
»
Encryption
.NET1.0
Win2K
C#
Dev
Intermediate
Advanced
Windows
.NET
What is the use of this code line ? System.Configuration.ConfigurationManager.AppSettings["CheckPassword"];
by
Tadit Dash
Answer
7 May 2013
license:
CPOL
There will be a web.config/app.config file existing on that application. Check that.That is xml file usually contains all the configuartion information for the application.You will find the key CheckPassword inside AppSettings tag under parent tag configuration inside that file something...
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET2.0
C#1.0
.NET3.0
C#3.0
.NET3.5
C#
ASP
ASP.NET
.NET
, +
What is the use of this code line ? System.Configuration.ConfigurationManager.AppSettings["CheckPassword"];
by
KM Perumal
Answer
7 May 2013
license:
CPOL
My Part of answerYou ll get the value of CheckPassword from web.config or app.config.
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET2.0
C#1.0
.NET3.0
C#3.0
.NET3.5
C#
ASP
ASP.NET
.NET
, +
What is the use of this code line ? System.Configuration.ConfigurationManager.AppSettings["CheckPassword"];
by
mojtaba1596
Answer
7 May 2013
license:
CPOL
With this code you can read the variables of your program that is saved in the web.config or app.config.you can access to it from all forms.
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET2.0
C#1.0
.NET3.0
C#3.0
.NET3.5
C#
ASP
ASP.NET
.NET
, +
What is the use of this code line ? System.Configuration.ConfigurationManager.AppSettings["CheckPassword"];
by
Kavitha le
Question
6 May 2013
license:
CPOL
In my new project they have used one code likestring A = System.Configuration.ConfigurationManager.AppSettings["CheckPassword"];What is the use of this code? why the are using this?What could be the use of this code?
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET2.0
C#1.0
.NET3.0
C#3.0
.NET3.5
C#
ASP
ASP.NET
.NET
, +
Enhancing Church Worship With The Cloud
by
Stan Bice
Article
2 May 2013
license:
CPOL
Imagine connecting church worship attenders with real-time content.
Cloud Computing
»
Azure
»
Windows Azure Developer Contest
.NET1.0
.NET1.1
.NET2.0
IIS5.1
IIS6
eVC3.0
eVC4.0
Mono
C#1.0
C#2.0
, +
Assembly Manipulation and C# / VB.NET Code Injection
by
Sebastien LEBRETON
Article
26 Apr 2013
license:
MIT
Reflexil is an assembly editor and runs as a plug-in for Reflector or JustDecompile. Reflexil is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports "on-the-fly" C#/VB.NET code injection.
Languages
»
Msil
»
General
.NET1.0
.NET1.1
.NET2.0
VS.NET2003
VS2005
Mono
.NET3.0
VB7.x
VB8.0
VB9.0
, +
Send mail using System.Web.Mail namespace
by
ManojRajan
Tip/Trick
23 Apr 2013
license:
CPOL
This tutorial explains how to send mails with attachments
General Programming
»
Internet / Network
»
Email
.NET1.0
Win2K
WinXP
Win2003
VB
ASP.NET
Dev
Intermediate
Windows
.NET
NetDasm - A tool to disassemble and patch .NET assemblies
by
Fco. Javier Marin
Article
22 Apr 2013
license:
CPOL
Disassemble and patch .NET assemblies using the Mono.Cecil library.
Platforms, Frameworks & Libraries
»
.Net Framework
»
Utilities
.NET1.0
.NET1.1
.NET2.0
Win2K
WinXP
Win2003
Vista
.NET3.0
C#
Visual-Studio
, +
Fortune's Voronoi algorithm implemented in C#
by
BenDi
Article
21 Apr 2013
license:
MPL
A C# implementation of the Fortune algorithm to compute 2D Voronoi graphs.
General Programming
»
Algorithms & Recipes
»
General
.NET1.0
.NET1.1
C#
Windows
Visual-Studio
Dev
Advanced
.NET
Aztec Decoder SDK/DLL
by
jinkehuizhi
Catalog
25 Mar 2013
license:
Shareware
With the SDK/DLL,Developers can read barcodes regardless of orientation, skewing or flipping. Barcodes can be detected and read from specific areas of interest. and barcodes can be read from a variety of supported image file formats.
Components, Controls, Libraries
VC6
VC7
VC7.1
VC8.0
.NET1.0
.NET1.1
.NET2.0
.NET3.0
.NET3.5
C++
, +
Aspose.Cells for SharePoint
by
Usman Sarfraz
Catalog
21 Mar 2013
license:
Fully Function Evaluation version
Aspose.Cells for SharePoint is a flexible solution for converting Excel documents into multiple document formats within MS SharePoint. Now convert documents right from the SharePoint document library into XLS, XLSX, CSV, HTML, ODS, PDF, XML & TXT.
Components, Controls, Libraries
.NET1.0
.NET1.1
Win2K
WinXP
Win2003
.NET3.0
.NET3.5
C#
VB
ASP.NET
, +
Aspose.BarCode for .NET
by
Usman Sarfraz
Catalog
21 Mar 2013
license:
Fully Function Evaluation version
Aspose.BarCode is a .NET component for generation and recognition of Linear and 2D barcodes on all kinds of .NET applications. It supports WPF with 29+ Barcode symbologies. It allows you to insert barcodes into PDF, Word & Excel and take image output in BMP, GIF, JPEG, PNG & WMF formats.
Components, Controls, Libraries
.NET1.0
.NET1.1
.NET2.0
Win2K
WinXP
Win2003
Vista
.NET3.0
VB6
.NET3.5
, +
Aspose.Total for .NET
by
Usman Sarfraz
Catalog
21 Mar 2013
license:
Fully Function Evaluation version
Aspose.Total is a suite of 11 powerful .NET components including Word, Excel, PowerPoint, Editor, Project, PDF, Flash, Charting, Email, Barcode creation, Ad hoc query generation, Recurrence patterns and Network protocols.
Charting & Graphing
.NET1.0
.NET1.1
.NET2.0
Win2K
WinXP
Win2003
Vista
Mono
C#1.0
C#2.0
, +
Aspose.Words for .NET
by
Usman Sarfraz
Catalog
21 Mar 2013
license:
Limited Time Trial
Aspose.Words is a .NET word processing component to read, write, modify & convert Word documents without using MS Word. It supports EPUB, OOXML, DOCX, DOC, WordML, ODT, XPS, HTML, MHTML, XHTML & PDF formats with rendering, printing & imaging features
Components, Controls, Libraries
.NET1.0
.NET1.1
.NET2.0
Mono
C#1.0
C#2.0
.NET3.0
C#3.0
VB6
.NET3.5
, +
Aspose.Cells for .NET
by
Usman Sarfraz
Catalog
21 Mar 2013
license:
Limited Time Trial
Aspose.Cells is a .NET component for spreadsheet reporting. It supports formula calculation engine, pivot tables, VBA, workbook encryption, spreadsheet formatting, formulae, functions, drawing objects and allows saving Excel file into other formats.
Components, Controls, Libraries
.NET1.0
.NET1.1
.NET2.0
C#1.0
C#2.0
.NET3.0
C#3.0
VB6
.NET3.5
C#
, +
Aspose.Pdf for .NET
by
Usman Sarfraz
Catalog
21 Mar 2013
license:
Limited Time Trial
Aspose.Pdf is a .Net Pdf component for creation & manipulation of Pdf docs without using Adobe Acrobat. It supports form field creation, PDF compression, table creation & manipulation, graph objects, custom fonts, import or export PDF form data etc. Create PDF by API, XML templates & XSL-FO files.
Components, Controls, Libraries
.NET1.0
.NET1.1
.NET2.0
C#1.0
C#2.0
.NET3.0
C#3.0
VB6
.NET3.5
C#
, +
How can i add image inside a row in a Data Table?
by
kishore sharma
Answer
12 Mar 2013
license:
CPOL
Will do in 2 steps1)You need to save image url in database and same image you need to save in your project folder using property FileUpload1.SaveAs(strSavePath) where fileUpload1 is the fileupload control and strSavePath is the variable where you assigned the path where you want to save the...
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET1.1
.NET2.0
C#1.0
C#2.0
.NET3.0
.NET3.5
C#
ASP
ASP.NET
, +
How can i add image inside a row in a Data Table?
by
Kavitha le
Question
12 Mar 2013
license:
CPOL
Hi, I want to show one image inside my datatable. Am using code, dr = dt.newrow(); dr[0]= dt.addrow(dr);How can i do this?Here am checking some values, For example the value in any cell is greater than 50 the it should show one...
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET1.1
.NET2.0
C#1.0
C#2.0
.NET3.0
.NET3.5
C#
ASP
ASP.NET
, +
How can i add image inside a row in a Data Table?
by
ssure1singh
Answer
12 Mar 2013
license:
CPOL
just create a Image type cell with in the grid and then provide image source to that cell when ever you want to show image of up arrow. I think in that way you can achieve to show image but not storing them in DB even if you binding gridview from dataset table.
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET1.1
.NET2.0
C#1.0
C#2.0
.NET3.0
.NET3.5
C#
ASP
ASP.NET
, +
How can i add image inside a row in a Data Table?
by
vishal.shimpi
Answer
12 Mar 2013
license:
CPOL
Store image path in database... and take image control in your gridview, when you bind the gridview the bind the image path to the ImageUrl Property of image control, it will show image in gridview.
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET1.1
.NET2.0
C#1.0
C#2.0
.NET3.0
.NET3.5
C#
ASP
ASP.NET
, +
Running a Windows .NET application on Linux
by
Nelson Kosta Souto
Tip/Trick
12 Mar 2013
license:
CPOL
Running the same compiled assembly on Windows and Linux.
Platforms, Frameworks & Libraries
»
Cross Platform
»
Mono
.NET1.0
.NET1.1
.NET2.0
Win2K
WinXP
Win2003
Vista
VS2005
Mono
C#1.0
, +
How can i add image inside a row in a Data Table?
by
JasonMacD
Answer
12 Mar 2013
license:
CPOL
This should answer your question, in a step-by-step fashion:http://www.dotnetfunda.com/articles/article1084-saving-images-into-the-database-in-aspnet-and-displaying-to-the-gridview-.aspx[^]
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET1.1
.NET2.0
C#1.0
C#2.0
.NET3.0
.NET3.5
C#
ASP
ASP.NET
, +
How can i arrange my grid view ?I need to show some values which i got from Database in my grid without duplicate.
by
Kavitha le
Answer
10 Mar 2013
license:
CPOL
Use table.rows[][] while adding rows
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET2.0
C#1.0
.NET3.0
C#3.0
.NET3.5
C++/CLI
C#
ASP
ASP.NET
, +
How can i arrange my grid view ?I need to show some values which i got from Database in my grid without duplicate.
by
Kavitha le
Question
10 Mar 2013
license:
CPOL
I need to show some values which i got from Database in my grid as below,Name ScoreMaths ScorePhysicsA 1 5B 2 6C 3 7D 4 8So i added new...
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET2.0
C#1.0
.NET3.0
C#3.0
.NET3.5
C++/CLI
C#
ASP
ASP.NET
, +
How can i remove a row from gridview? Am gettting error message while trying gridview,deleterow
by
pradiprenushe
Answer
7 Mar 2013
license:
CPOL
Add rowdeleting event.protected void gridview1_RowDeleting(object sender, GridViewDeleteEventArgs e) { int ID = (int)gridview1.DataKeys[e.RowIndex].Value; // primary key // you can write code here to delete record using ID// use sql query to delete data//e.g String strQuery =...
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET2.0
C#1.0
C#2.0
.NET3.0
C#
ASP
ASP.NET
.NET
C#
, +
How can i remove a row from gridview? Am gettting error message while trying gridview,deleterow
by
Javed
Answer
7 Mar 2013
license:
CPOL
Hi,go through this-Gridview row Deleteing[^]the-gridview-fired-event-rowediting-which-wasnt-handled[^]
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET2.0
C#1.0
C#2.0
.NET3.0
C#
ASP
ASP.NET
.NET
C#
, +
How can i remove a row from gridview? Am gettting error message while trying gridview,deleterow
by
Kavitha le
Question
7 Mar 2013
license:
CPOL
I want to remove duplicate values from my gird row. For that am checking each row with the next row.If any match is there then it should remove that rowam using below code for removing row,Gridview1.DataSource=dt;GridView1.DataBind();If(//here am checking rows if any match found it...
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET2.0
C#1.0
C#2.0
.NET3.0
C#
ASP
ASP.NET
.NET
C#
, +
Why Integer Size is 2,147,483,647
by
Matt T Heffron
Answer
25 Feb 2013
license:
CPOL
Add a reference to the System.Numerics assembly, then add using System.Numerics; to the c# source and then declare your numbers using the type BigInteger instead of int.
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET1.1
.NET2.0
.NET3.0
.NET3.5
.NETCF
.NET
.NET
.NET4
.NET4.5
Why Integer Size is 2,147,483,647
by
Sergey Alexandrovich Kryukov
Answer
25 Feb 2013
license:
CPOL
No, the sizes of integers types are 1, 2, 4, 8, 16, 32, 64 or maybe 128 bytes…On the presentation of integer values, please see: http://en.wikipedia.org/wiki/2%27s_complement[^].This is by far the most usual representation. This article should explain everything to you.—SA
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET1.1
.NET2.0
.NET3.0
.NET3.5
.NETCF
.NET
.NET
.NET4
.NET4.5
Why Integer Size is 2,147,483,647
by
eg_Anubhava
Question
25 Feb 2013
license:
CPOL
Hi Experts,I have face many time a Question. why the Integer size is 2,147,483,647 .What numeric datatype we are using if the length of data is more then 80 characters.If you have any suggestion or Solution for that then pls share it.Thanks
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET1.1
.NET2.0
.NET3.0
.NET3.5
.NETCF
.NET
.NET
.NET4
.NET4.5
RSS 2.0 Framework
by
Chris Richner
Article
19 Jan 2013
license:
LGPL3
RSS 2.0 framework implements the RSS 2.0 specification in strongly typed classes. The framework enables you to create and consume valid RSS 2.0 feeds in your code in just a few minutes.
Languages
»
C#
»
Samples
.NET1.0
.NET1.1
WinXP
VS.NET2003
C#
ASP.NET
Dev
Intermediate
Windows
.NET
, +
Crypto Obfuscator For .Net
by
LogicNP
Catalog
16 Jan 2013
license:
Commercial
Crypto Obfuscator For .Net provides superior code protection, obfuscation and automatic exception reporting. It supports WinRT/Metro, WPF, Silverlight , WP 8/7. It supports XAP file and XAML/BAML obfuscation, MSBuild Integration and more!
General Development Tools
.NET1.0
.NET1.1
.NET2.0
Win2K
WinXP
Win2003
Vista
TabletPC
Embedded
Mono
, +
Database Driven Dynamic Menu Control
by
Yugal Pandya
Tip/Trick
15 Jan 2013
license:
CPOL
Database driven N-Level Dynamic Menu Control using C#.NET and SQL Server with stylesheet CSS
Web Development
»
Asp.Net Controls
»
Menu Controls
.NET1.0
.NET1.1
.NET2.0
.NET3.0
.NET3.5
ASP.NET
CSS
SQL
.NET
ADO.NET
, +
Building professional .NET applications using asynchronous message communication based on MCM-Framework.Net
by
Pawel idzikowski
Article
4 Jan 2013
license:
CPOL
How to effectively build modular .NET applications of any size using messages, commands and components of MCM-Framework.Net?
Platforms, Frameworks & Libraries
»
Libraries
»
General
.NET1.0
.NET1.1
.NET2.0
WinXP
Win2003
Vista
VS.NET2003
VS2005
C#1.0
C#2.0
, +
Events and Delegates Simplified
by
Meysam Mahfouzi
Article
28 Nov 2012
license:
CPOL
This article shows you how to design events for your classes.
Languages
»
C#
»
Delegates And Events
.NET1.0
Win2K
WinXP
C#
Dev
Beginner
Windows
.NET
ComponentOne Studio for ASP.NET
by
ashidaka
Catalog
27 Nov 2012
license:
Fully Function Evaluation version
Wijmo has full support for MVVM (Model View View-Model) development. We chose Knockout as our officially supported MVVM library. Wijmo has a Knockout Integration Library that provides seamless support for MVVM in every widget. We also included support for all jQueryUI widgets.
Components, Controls, Libraries
.NET1.0
.NET1.1
.NET2.0
C#1.0
C#2.0
.NET3.0
C#3.0
.NET3.5
C#
ASP
, +
Comparing Values for Equality in .NET: Identity and Equivalence
by
richnewman
Article
21 Nov 2012
license:
CPOL
An article clarifying the various ways of comparing two values for equality in .NET
Platforms, Frameworks & Libraries
»
.Net Framework
»
General
.NET1.0
.NET1.1
.NET2.0
VS.NET2003
VS2005
C#1.0
C#2.0
VB7.x
VB8.0
Windows
, +
A Simple C# Wrapper for the AviFile Library
by
Corinna John
Article
12 Nov 2012
license:
CPOL
Edit AVI files in .NET.
Multimedia
»
Audio And Video
»
Video
.NET1.0
C#
Windows
Dev
Intermediate
.NET
Convert Arabic Number To Alphabet (التفقيط) تحويل الأرقام إلى حروف
by
ahmed_alashrafy
Tip/Trick
11 Nov 2012
license:
CPOL
تفقيط الأرقام العربيه
General Programming
»
String Handling
»
General
.NET1.0
.NET1.1
.NET2.0
Win2003
Vista
Mono
.NET3.0
.NET3.5
C#
Javascript
, +
Enter Button To Move To Next Control
by
semoli
Answer
7 Nov 2012
license:
CPOL
private void TextBox_KeyPress(object sender, KeyPressEventArgs e){ if (e.KeyChar == '\r') { if (this.ActiveControl != null) { this.SelectNextControl(this.ActiveControl, true, true, true, true); } e.Handled = true; // Mark the event as handled ...
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET1.1
.NET2.0
C#1.0
C#2.0
.NET3.0
C#3.0
.NET3.5
C#
VB
, +
SpreadsheetGear 2012
by
Joe Erickson
Catalog
1 Nov 2012
license:
Fully Function Evaluation version
SpreadsheetGear 2012 enables ASP.NET, Windows Forms, WPF and Silverlight developers to easily take advantage of powerful Excel compatible reporting, dashboards, charting, spreadsheet controls, the fastest and most complete Excel compatible calculations and more.
Charting & Graphing
.NET1.0
.NET1.1
.NET2.0
Win2K
WinXP
Win2003
Vista
IIS5
IIS5.1
IIS6
, +
Google Spreadsheet Data Provider
by
DataIntegration
Catalog
1 Nov 2012
license:
Commercial
The Google Spreadsheet Data Provider for ADO.NET gives developers the power to easily connect .NET applications with real-time data from spreadsheets stored in Google Docs. The Google Spreadsheet Data Provider makes these Google Spreadsheets look like SQL tables in your apps.
Components, Controls, Libraries
.NET1.0
.NET1.1
.NET2.0
.NET3.0
.NET3.5
C#
VB
ASP.NET
Windows
.NETCF
, +
IMAP Client library using C#
by
Rohit Joshi
Article
20 Sep 2012
license:
MPL
IMAPLibrary supports the basic IMAP protocol functions to fetch messages from the mailbox.
General Programming
»
Internet / Network
»
Email
VC7
.NET1.0
.NET1.1
WinXP
VS.NET2003
C#
Dev
Intermediate
C++
Windows
, +
Page 1 of 62
1
2
3
4
5
6
7
8
9
10
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web01 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid