9,867,803 members (46,030 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*
440,732 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
Algorithms & Recipes
Bugs & Workarounds
Collections
Cryptography & Security
Date and Time
DLLs & Assemblies
Exception Handling
Game Development
Internet / Network
Localisation
Macros and Add-ins
Parallel Programming
Programming Tips
String handling
Threads, Processes & IPC
Tools and IDE
Ultrabooks
Uncategorised Quick Answers
Uncategorised Tips and Tricks
WinHelp / HTMLHelp
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 17,630
Page Size:
10
·
25
·
50
Category filtered by: General Programming
[x]
How to find out if datetime picker value is changed or not?
by
Johnny J.
Answer
14 May 2013
license:
CPOL
You can't use them like that. They're events - not properties. You need to add an eventhandler. Something like:public partial class Form1 : Form{ private bool dateChanged = false; private void Form1_Load(object sender, EventArgs e) { dateTimePicker1.ValueChanged...
General Programming »
Uncategorised Quick Answers
»
General
C#
WinForm
How to show accounts in dynamics crm 2011 using silverlight?
by
Tadit Dash
Answer
14 May 2013
license:
CPOL
You can refer this MSDN article - Sample: Create, Retrieve, Update and Delete Using the REST Endpoint with Silverlight[^].Please go through this and try to implement.
General Programming »
Uncategorised Quick Answers
»
General
Silverlight
Dynamics
crm
How to show accounts in dynamics crm 2011 using silverlight?
by
- NA -
Question
14 May 2013
license:
CPOL
hi m new to the dynamics CRM 2011. and i want to show all accounts using custom button which i have already added at the main ribbon. now i want to show all accounts when user click button.please help me in this regardThnx in advance.
General Programming »
Uncategorised Quick Answers
»
General
Silverlight
Dynamics
crm
Import excel data into mysql
by
Murali0195
Answer
14 May 2013
license:
CPOL
Hi...its may helpful to u.write blow cmmd in mysql command promt window.Load data local infile ‘file path’ into table databasename fields terminated by ‘,’ enclosed by ‘”’ lines terminated by ‘\n’;this way also excel file insert into database through command.thank u.
General Programming »
Uncategorised Quick Answers
»
General
ASP.NET
How to write xml string to
by
Rajesh Yerramsetti
Question
14 May 2013
license:
CPOL
Please help me in solving the error . My Problem is I actually getting xml String from Web service,i am storing that string into XML File and reading the file using xml.reader();But will getting the string from web service if there is empty xml node the node is geting in single tag...
General Programming »
Uncategorised Quick Answers
»
General
C#
ASP
.NET
How to add Items like attribute of ListBox to a custom control?
by
Ibrahim Adham
Question
14 May 2013
license:
CPOL
I want to add a custom attribute to a custom button control like Items attribute of ListBox Control so that user can add item to custom button control using designer editor.public List LstOfValues = new List(); ...
General Programming »
Uncategorised Quick Answers
»
General
C#
WinForm
how can i get the below output using ms access database.
by
Member 8054539
Question
14 May 2013
license:
CPOL
Query as follows; select Sch_Date,session,Faculty_Code from Tb_SCh_TIme_Table where course = 'cl2'; when i execute the above query,output as follows in Ms access...
General Programming »
Uncategorised Quick Answers
»
General
C#
How to find out if datetime picker value is changed or not?
by
leaderbalaji
Question
14 May 2013
license:
CPOL
There are two events. One is ValueChanged and another one is TextChanged If value is changed then I can do something that is my need actually But following two conditions getting same error How to know the value is changed or not? if (datetimepicker.ValueChanged == true) ...
General Programming »
Uncategorised Quick Answers
»
General
C#
WinForm
modify an existing xml
by
sharmarun
Question
14 May 2013
license:
CPOL
hi alli have to remove decleration from existing xml using c# i.e
General Programming »
Uncategorised Quick Answers
»
General
C#
C#4.0
vb console application
by
OriginalGriff
Answer
14 May 2013
license:
CPOL
"is it posible to take reference to c#."Yes. You can use assemblies from any .NET language in any other .NET language."how to get dll or reference file."Right click your project, and select "Add Reference". It's pretty obvious from there, but the exact details will depend on your...
General Programming »
Uncategorised Quick Answers
»
General
C#
Horizontal menu with vertical cascading
by
Avik Ghosh22
Answer
14 May 2013
license:
CPOL
http://stackoverflow.com/questions/10477184/pure-css-vertical-menu-with-submenu[^]http://www.welovecss.com/showthread.php?t=922[^]
General Programming »
Uncategorised Quick Answers
»
General
ASP.NET
Word Processoing Application
by
Douglas D. Wolf
Answer
14 May 2013
license:
CPOL
Hi, just to add to Sergey's solution, if you use FlowDocument for your GUI than try this C# Word component. With it you can easily implement your business layer for manipulating in .NET docx files.
General Programming »
Uncategorised Quick Answers
»
General
Windows
C#
C#4.0
Remove unwanted payment folder from nopCommerce
by
OriginalGriff
Answer
14 May 2013
license:
CPOL
"ok but please give me url of page where i can ask question ."You mean you can't find the "support" link all on your own? :WTF:Try here: http://www.nopcommerce.com/boards/default.aspx[^]Or here: http://www.nopcommerce.com/p/541/nopcommerce-premium-support-services.aspx[^]
General Programming »
Uncategorised Quick Answers
»
General
C#
how can i get the below output using ms access database.
by
ryanb31
Answer
14 May 2013
license:
CPOL
Just change your SQL statement from select Sch_Date,session,Faculty_Code from Tb_SCh_TIme_Table where course = 'cl2'; to select Sch_Date,session,Faculty_Code, Comments from Tb_SCh_TIme_Table where course = 'cl2';You just need to add the comments field.
General Programming »
Uncategorised Quick Answers
»
General
C#
Assigning String to Char pointer error
by
MuraliChagarlamudi
Answer
14 May 2013
license:
CPOL
Have you tried with W2A & A2W convertion
General Programming »
Uncategorised Quick Answers
»
General
VS2005
VS2008
C++
C++/CLI
C
Visual-Studio
Visual-Studio
VS2010
64-bit
How to get missing number in Grouped data
by
Maciej Los
Answer
14 May 2013
license:
CPOL
I prefer to use Common Table Expressions[^]:DECLARE @tdata TABLE (grp INT, val INT)DECLARE @dtmp TABLE (grp INT, val INT)INSERT INTO @tdata (grp, val)VALUES(301, 1)INSERT INTO @tdata (grp, val)VALUES(301, 2)INSERT INTO @tdata (grp, val)VALUES(301, 5)INSERT INTO @tdata (grp,...
General Programming »
Uncategorised Quick Answers
»
General
SQL-Server
I want to compare two strings (containing comma seperated values), after comparing i want only one string without existing values
by
Masoom Mir
Answer
14 May 2013
license:
CPOL
string a = "1,2,3,4"; string b = "2,3,4,5"; string[] a_array = a.Split(','); string[] b_array=b.Split(','); var c = b.Except(a).ToList(); string result=""; foreach (var item in c) { result =...
General Programming »
Uncategorised Quick Answers
»
General
C#
suggestion about the "software that converts sound waves into binary"
by
CPallini
Answer
14 May 2013
license:
CPOL
Your recording device already produces binary streams, I suppose. You should read the device documentation for finding out what is the format used, study it and then develop an algorithm able to extract the needed data.
General Programming »
Uncategorised Quick Answers
»
General
C++
related to validation
by
Pr@senJeeT
Question
14 May 2013
license:
CPOL
firstly I describe situation:From web page if i insert record successfully then no problem but if some error occur like email id already exist then it focus to the email id text box rather then other.In .aspx ...
General Programming »
Uncategorised Quick Answers
»
General
ASP.NET
Error Exporting to Excel C#
by
Jegan Thiyagesan
Answer
14 May 2013
license:
CPOL
HiHRESULT: 0x8002000B (DISP_E_BADINDEX)) this means invalid index, so within your for loop you are accessing a index that doesn't exists.1) check where the index is going wrong;2) make sure the cell is converted to range as below// Export titlesfor (int j = 0; j
General Programming »
Uncategorised Quick Answers
»
General
C#
how to update the database value when the checkbox is checked iin gridview using c#
by
Jignesh Khant
Answer
14 May 2013
license:
CPOL
Try this, it works for me, should work for u.protected void GridView1_RowUpdating(object sender, GridViewUpdateEventArgs e) { GridViewRow row = GridView1.Rows[e.RowIndex]; string constr = ConfigurationManager.ConnectionStrings["connstr"].ToString(); ...
General Programming »
Uncategorised Quick Answers
»
General
C#3.0
C#
how to validate datetimepicker value changed in C#
by
leaderbalaji
Answer
14 May 2013
license:
CPOL
this is my code there is two events one is ValueChanged and another one is TextChanged if value is changed then i can do something that is my need actuallybut following two conditions getting same error how to know the value is changed or notif (raddtpJan.ValueChanged==true) ...
General Programming »
Uncategorised Quick Answers
»
General
C#
Handle postthreadmessage() inside a thread which is blocking in while(1) loop or use “Event Driven Sockets”
by
CPallini
Answer
14 May 2013
license:
CPOL
You may use the main thread (or just another one) for writing data.
General Programming »
Uncategorised Quick Answers
»
General
C
Windows
Win32
Visual-Studio
programming
socket
udp
Networking
Network
Sockets
Google plus and picasa image of user
by
garav kumar mishra
Question
14 May 2013
license:
CPOL
i am using Google_Client api to get all user info.but i want to get all image from that user .??
General Programming »
Uncategorised Quick Answers
»
General
PHP
GoogleApp
vb console application
by
Athi Varathan
Question
14 May 2013
license:
CPOL
Hi Friends, i want to use vb console appliaction functions to c# code. is it posible to take reference to c#.1. how to get dll or reference file.2.is it posible to create dll file3. pls give some sample code vb console application inside add(),sub() Mul() functionto c#...
General Programming »
Uncategorised Quick Answers
»
General
C#
Page 1 of 17,630
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