9,866,691 members (30,667 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*
11,474 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 230
Page Size:
10
·
25
·
50
Tag filtered by: C#2.0
[x]
Transfer images from one server to another server using Asp.Net Web Services
by
RaisKazi
Answer
13 May 2013
license:
CPOL
One of the way to do this is Converting your Image into Base64 String while sending and Convert Base64 String back to Image once retriwed on another Server.Have a look at below link for Converting Image to Base64 String and Base64 String to...
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
ASP.NET
C#
Transfer images from one server to another server using Asp.Net Web Services
by
SireeshaPhani
Question
13 May 2013
license:
CPOL
Dear,In my application i need to transfer the images from one server to another server using Web Services, Please provide me the solution how to do...Thanks..
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
ASP.NET
C#
C# Unable to delete registry key in Win 7 64 Bit PC
by
dinesh_redhawk
Question
13 May 2013
license:
CPOL
Hello All,I am unable to delete a particular registry key from Win 7 64 bit. The deletion command result is successful but when i go and check in registry, the entry exists.In Win7 32 bit and other OS, it runs fine-deletes successfully. The problem is in 64 bit OS.Below is the code...
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
Windows
Win7
64-bit
registry
C# Unable to delete registry key in Win 7 64 Bit PC
by
dinesh_redhawk
Answer
12 May 2013
license:
CPOL
Can anyone help me please??? :(
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
Windows
Win7
64-bit
registry
C# Unable to delete registry key in Win 7 64 Bit PC
by
Richard MacCutchan
Answer
12 May 2013
license:
CPOL
Try it with this version of the delete[^], and catch any exceptions that are raised.
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
Windows
Win7
64-bit
registry
A Flyout toolbar in C#
by
R. Gils
Article
12 May 2013
license:
CPOL
CSharp version of a flyout toolbar like we can find in CAD applications
Desktop Development
»
Toolbars & Docking Windows
»
Toolbars
.NET2.0
C#2.0
C#
Windows
.NET
Dev
C#
.NET
Another Generic State Machine
by
forester joe
Tip/Trick
12 May 2013
license:
CPOL
A basic yet generic state machine implementation
Development Lifecycle
»
Design And Architecture
»
Design Patterns
.NET2.0
Mono
DotGNU
C#2.0
.NET3.0
C#3.0
.NET3.5
C#
.NET
Dev
, +
Mocking Event Handlers
by
forester joe
Tip/Trick
11 May 2013
license:
CPOL
A solution for monitoring Events called during test
Development Lifecycle
»
Design And Architecture
»
Unit Testing
.NET2.0
Mono
DotGNU
C#2.0
.NET3.0
C#3.0
.NET3.5
C#
.NET
Dev
, +
Convert C Code to C# Code
by
Sisir Behera
Answer
10 May 2013
license:
CPOL
/*****************************...
General Programming
»
Uncategorised Quick Answers
»
General
C#1.0
C#2.0
C#3.0
C
C#
C#
C#4.0
How to bind Derived Type in MVC View
by
Abhay@Accenture
Tip/Trick
9 May 2013
license:
CPOL
How to bind Derived Type in MVC View
Web Development
»
Asp.Net
»
Howto
.NET2.0
C#2.0
.NET3.0
C#3.0
.NET3.5
C#
.NET
HTML
Architect
Dev
, +
Include JavaScript Files with Automatic Versioning
by
Hernán Hegykozi
Tip/Trick
9 May 2013
license:
CPOL
Versioning file inclusion JavaScript by date of last modification
Web Development
»
Client Side Scripting
»
General
C#1.0
C#2.0
C#3.0
C#
Javascript
HTML
C#
C#4.0
To implement search box in a website
by
janub2010
Question
9 May 2013
license:
CPOL
I have a textbox in my search ASP.NET page to refine the user's search . Those are like title, subject, author,etc.,I have done the search by using title,but i need to search by subject, author in the same textbox.. This is my problem..
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
ASP.NET
C#
C# web service error in windows service program
by
2m_c@
Question
7 May 2013
license:
CPOL
I have created a windows service application with C# with .Net 2.0, and added a web service ashttp://localhost/postIncidents.ws.php?wsdlIt has the method "ReportIncident". I checked the windows service in local environment. It worked. Before I deploy it I added below code to get the...
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
WebService
Generating dynamic PDF documents using the Open Source Scryber library
by
Richard Hewitson
Article
6 May 2013
license:
CPOL
An introduction to the capabilities of Scryber for creating dynamic PDF documents with data sources and style.
Desktop Development
»
Files And Folders
»
File Formats
C#2.0
ASP.NET
XML
.NET
Visual-Studio
Dev
Beginner
Intermediate
Advanced
C#
, +
Can we detect device type connected in USB port through C#?
by
- NA -
Answer
5 May 2013
license:
CPOL
Hi , i want code in C#. how to detect the usb device .if conneted USb .In which port USb pluged
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
How to increase scrollbar width in Panel control in windows application?
by
Sandeep Mewara
Answer
3 May 2013
license:
CPOL
Sounds like following should help: C# - Change width of scrollbars[^]
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
How to increase scrollbar width in Panel control in windows application?
by
durai.net
Question
3 May 2013
license:
CPOL
HiI used one panel control with dynamically load some controls (like as grid format of data). so i want to increase panel scroll bar width. in windows application using c#.
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
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
, +
Helpinator
by
Dmitri Popov
Catalog
2 May 2013
license:
Commercial
Help authoring tool. Create CHM help files, manuals in PDF, Web help, RTF files, QtHelp, JavaHelp, EPUB and MOBI and even publish to WordPress. WYSIWYG editor with spellchecker and styles. Screenshot capture and image editor.
Documentation & Help
VC6
VC7
VC7.1
VC8.0
C#1.0
C#2.0
C#3.0
VB7.x
VB8.0
VB9.0
, +
Create Bar chart and Pie chart in asp.net 2.0 using C#
by
tumbledDown2earth
Answer
2 May 2013
license:
CPOL
http://visifire.com/silverligh...
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
ASP.NET
C#
Create Bar chart and Pie chart in asp.net 2.0 using C#
by
raj dhakad
Question
2 May 2013
license:
CPOL
Hi all,i want to use Bar chart and pie chart controls in my application for generating reports and i am using visual studio 2005 (frame work 2.0).so, pls help me that how to this controls and where from i can get.because these controls are not available in toolbox.Thanks,Raj
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
ASP.NET
C#
How to move the data in Hashtable in c#.net
by
KM Perumal
Answer
1 May 2013
license:
CPOL
Hashtable ht = new Hashtable();ht.Add("0", "One");ht.Add("1", "Two");ht.Add("2", "Three");ht.Add("3", "Four"); int i=1;private void button1_Click(object sender, RoutedEventArgs e) { string in="\""+i+"\""; txtObjects.Text =i.tostring(); ...
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
How to move the data in Hashtable in c#.net
by
CPallini
Answer
1 May 2013
license:
CPOL
You may iterate on Values[^] collection.
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
How to move the data in Hashtable in c#.net
by
raghukiranbnv
Answer
1 May 2013
license:
CPOL
Quote:Hi,Generally Hashtable is used to store data in the format of Key and Value pairs.Assume that we are going to add data to Hashtable like this.Hashtable ht = new Hashtable();ht.Add("1", "One");ht.Add("2", "Two");ht.Add("3", "Three");ht.Add("4", "Four");The elements...
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
How to move the data in Hashtable in c#.net
by
durai.net
Question
1 May 2013
license:
CPOL
Hi,how to view the data one by one in hashtable. for example when i click the "Next" button then show data one by one.
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
Dynamically adding and deleting rows from ASP.NET GridView
by
AshishChaudha
Article
1 May 2013
license:
CPOL
This article talks about a small project that presents the idea of having a gridview which facilitate the addition and removal of rows dynamically at run time.
Web Development
»
Asp.Net Controls
»
Grid Controls
C#2.0
C#
ASP.NET
Beginner
C#
Gridview
YouTube™ Embedded Video Player: Extended API (C#)
by
DrABELL
Article
1 May 2013
license:
Ms-PL
YouTube™ video player API provides variety of customization features (ASP.NET, C#)
Web Development
»
Charts, Graphs And Images
»
Images And Multimedia
C#2.0
C#3.0
C#
ASP.NET
WinMobile
.NET
HTML
Dev
XHTML
WebForms
, +
How to get Client System Logged in User Name from Asp.Net web application.
by
SireeshaPhani
Question
30 Apr 2013
license:
CPOL
How to get Client System Login from asp.net web application. I have followed.string uname = Request.LogonUserIdentity.Name; I i execute this in my local machine it is retrieving current user name, After deploying in Server, it is returning only Server Logged in Username.Server:...
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
How to Hosting Windows Form in Windows User Control
by
AYDIN EBRAHIMI HOMAY
Tip/Trick
30 Apr 2013
license:
CPOL
In the article I want illustrate how to hosting windows form in windows user control
Desktop Development
»
Dialogs And Windows
»
Dialogs
C#1.0
C#2.0
C#3.0
C#
Windows
.NET
Win32
Visual-Studio
Dev
Intermediate
, +
How to create dynamic controls in WinCE application using c#.net
by
durai.net
Question
28 Apr 2013
license:
CPOL
How to create dynamic controls with event handling in WinCE 6.0 application using C#.NET?[EDIT]SHOUT removed[/EDIT]
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
Prompt user to close applications on install/uninstall with WIX custom action
by
Ivan Leonenko
Article
26 Apr 2013
license:
CPOL
When you need to prompt user to close certain aplications on install/uninstall.
Development Lifecycle
»
Installation
»
General
C#2.0
Windows
.NET
Dev
C#
install
wix
help , toturial barecode
by
OriginalGriff
Answer
26 Apr 2013
license:
CPOL
You pretty much don't have to do anything with most scanners: plug it in, scan a code and it will send the article number as if it had been typed on the keyboard. So as long as your user input focus is on the textbox, it will be typed in there without any additional code.If you want more,...
General Programming
»
Uncategorised Quick Answers
»
General
C#1.0
C#2.0
C#3.0
C#
C#
C#4.0
help , toturial barecode
by
abdelalichaita
Question
26 Apr 2013
license:
CPOL
hi, c# programmer, i want a tutorial step bay step for how to learn a barecode of product from machine barcode scanerr and show barcode chifree in textbox orr anyy atherr and tnx
General Programming
»
Uncategorised Quick Answers
»
General
C#1.0
C#2.0
C#3.0
C#
C#
C#4.0
rest api to post file to dirctory of server im my network
by
- NA -
Question
26 Apr 2013
license:
CPOL
can any one please help me to find how to use rest api service to upload file(byte files) from a client to server .
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
How to update app.config in runtime and then read from it ?
by
AlluvialDeposit
Answer
25 Apr 2013
license:
CPOL
This code will edit your app.config:var cfg = ConfigurationManager.OpenExeConfiguration(Assembly.GetExecutingAssembly().Location);cfg.AppSettings.Settings.Add("test1", "test2");cfg.Save();Make sure you check tha correct config file when you look for changes. Not the one in your project,...
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
C#
How to update app.config in runtime and then read from it ?
by
Bojjaiah
Answer
25 Apr 2013
license:
CPOL
hi try this,Key = txtKServerName.Text; Value = txtVServerName.Text; XmlNode appSettingsNode = xmlDoc.SelectSingleNode("configuration/appSettings"); try { if (KeyExists(Key)) { ...
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
C#
How to update app.config in runtime and then read from it ?
by
Karthik Harve
Answer
25 Apr 2013
license:
CPOL
Hi,try like this..// change the UpdateConfig function like below.private static void UpdateConfig(string key, string value){ try { Configuration configFile = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None); ...
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
C#
How to update app.config in runtime and then read from it ?
by
- NA -
Question
25 Apr 2013
license:
CPOL
I've a application in which I want to update app.config. And then read from it. But it's not happening, I'm getting the prior value not the updated value. My code like this :class Program { static string str= ConfigurationManager.AppSettings["UserID"]; // it returns "hello" ...
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
C#
How to get deselect text from a full text in a combobox
by
Bernhard Hiller
Answer
23 Apr 2013
license:
CPOL
Also a ComboBox has a SelectionStart and a SelectionLength property. Hence you can work with Text.Substring and get the parts of the text you need.
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
combobox
How to get deselect text from a full text in a combobox
by
Member 8454009
Question
23 Apr 2013
license:
CPOL
I need to get read a deselect text from a full text in a combobox where some text are selected. Suppose the searching text is emergency where emer is not highlighted but gency is highlighted. So I need to read this deselect text emer to perform operation. Help me plz.Thanks in advance.
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
combobox
Simple Ray Tracing in C# Part VII (Shadows)
by
andalmeida
Article
22 Apr 2013
license:
GPL3
Adding shadows to Simple Ray Tracing in C#
Multimedia
»
General Graphics
»
Graphics
.NET2.0
VS2005
C#2.0
Windows
Dev
Intermediate
C#
.NET
Visual-Studio
unable to open PDF in browser
by
Sergey Alexandrovich Kryukov
Answer
19 Apr 2013
license:
CPOL
First thing you should understand is: PDF is not a part of W3 standards. Even though many browsers support DPF viewers, it is done via plug-ins and never guaranteed.As an ASP.NET developer, you should never assume that the user can view the PDF document in browser, but the browser will...
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
ASP.NET
C#
unable to open PDF in browser
by
AjayRRathi
Question
19 Apr 2013
license:
CPOL
Hi All, In our web application we are using activePDF toolkit (3rd party component) to fill up carrier forms on the fly which are PDF files. The output file processed by the above library works fine when opened with adobe reader 8, 9 and10 on end user’s browser (IE); however, it...
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
ASP.NET
C#
Image Re-sizing Utility
by
Vaibhav Tiparadi
Tip/Trick
19 Apr 2013
license:
CPOL
Re-sizing images to equalize the width & height
Web Development
»
E-Commerce
»
General
.NET2.0
C#2.0
C#3.0
.NET3.5
VS2008
C#
.NET
Visual-Studio
Dev
Design
, +
Read Data from Email
by
sreerajs84
Question
18 Apr 2013
license:
CPOL
Hello All,I have an intranet web application that will send email notifications to Users(top level), if there is any registration or any requests needs to be approved.The web application may not be available to this user when he is outside. With in this email, the user should accept...
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
VB
VB.NET
C# How to delete specific lines based on line no. from a text file
by
hiphopper0123
Answer
17 Apr 2013
license:
CPOL
public void read(int lineNumber) { int counter = 0; string line; System.IO.StreamReader file =new System.IO.StreamReader("D:\\test1.txt"); string newstr = null; while ((line = file.ReadLine()) != null) { ...
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
file
C# How to delete specific lines based on line no. from a text file
by
Kenneth Haugland
Answer
17 Apr 2013
license:
CPOL
ITs pretty simple. Read the file into a String array:http://msdn.microsoft.com/en-us/library/s2tte0y1.aspx[^]Do the modifications on the array, meaning RemoveAt command:http://msdn.microsoft.com/en-us/library/ms132414.aspx[^]And Write the newly modefied...
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
file
C# How to delete specific lines based on line no. from a text file
by
dinesh_redhawk
Question
17 Apr 2013
license:
CPOL
Hello Guys,I am stuck in a small & simple problem of clipping a log file content.And this is URGENT!!Problem:I need a code in C# (2.0 framewrk) by which i can delete specific lines from a log file based on line number. I searched over net but everywhere i am getting solns based on C#4.0...
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
file
how to take values from grid ,sum the inputted values and display in text box with button click event?
by
umeshinator
Question
17 Apr 2013
license:
CPOL
hello,my problem is i want to take the values(numbers) that are inputted by user in certain part of the grid,sum all the inputted numbers and display in the textbox/label by button click event?any solution ?? thanks in advance.
General Programming
»
Uncategorised Quick Answers
»
General
C#1.0
C#2.0
C#3.0
C#
C#
C#4.0
Get list of Installed printers using Sharepoint 2010
by
PrachiMhatre
Question
17 Apr 2013
license:
CPOL
I want to get the list of installed printers when i am clicking the button in sharepoint 2010.I have written the code in C# application for getting printers list.In this case I am getting all installed printers in the list.Please find the below code which I have written in C#...
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
VB
VB.NET
sharepoint2010
Page 1 of 230
1
2
3
4
5
6
7
8
9
10
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web01 | 2.6.130513.1 | Last Updated 13 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid