9,867,803 members (43,221 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,754 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 8,816
Page Size:
10
·
25
·
50
Category filtered by: General Programming
[x]
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 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#
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#
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#
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
Problem using ms sql management studio 2008 R2 on windows 2007
by
Róhãn Lëuvä
Answer
14 May 2013
license:
CPOL
On server name select the appropriate instance.Also refer to below linkCannot connect to local SQL Server with Management StudioTry starting the sql server services manually. type services.msc in search box,hit enter.
General Programming »
Uncategorised Quick Answers
»
General
SQL
Windows
SqlServer
sqlserver2008
suggestion about the "software that converts sound waves into binary"
by
jahangirgillani
Question
14 May 2013
license:
CPOL
my Professor assigned me a project of voice recognition system . to complete this project i need a software that will record our sound waves and represent them in binary . this system will help build a system which codded in c++ and input taken from software "I NEED SUGGESTION FOR SOFTWARE ASAP/ !"
General Programming »
Uncategorised Quick Answers
»
General
C++
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#
I can't build a derive class object!who can help me!
by
MuraliChagarlamudi
Answer
14 May 2013
license:
CPOL
The compiler will not allow the declaration of object d because CCircle is an abstract class; it inherited the pure virtual function f()from AB. The compiler will allow the declaration of object d if you define function CCircle ::area().Note that you can derive an abstract class from a...
General Programming »
Uncategorised Quick Answers
»
General
C++
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 create reports in web application
by
Jignesh Khant
Answer
14 May 2013
license:
CPOL
You can use simple gridview to display the reports or you can use Crystal Reports or Dev Express Xtra Reports.
General Programming »
Uncategorised Quick Answers
»
General
ASP.Net-4.0
Trouble using Session Variables
by
Jignesh Khant
Answer
14 May 2013
license:
CPOL
What trouble exactly? Be specific.
General Programming »
Uncategorised Quick Answers
»
General
ASP.NET
SQL-Server
how to validate datetimepicker value changed in C#
by
leaderbalaji
Question
14 May 2013
license:
CPOL
i am using this codecode:if (datetimepicke.ValueChanged==true)Error:can only appear on the left hand side of += or -=getting this error
General Programming »
Uncategorised Quick Answers
»
General
C#
Scheduling a job in remote machine,read the status & Fire email using C#
by
Sisir Behera
Answer
14 May 2013
license:
CPOL
Hi,Can we schedule any batch job which will set the console application to check the status of all scheduled tasks in remote machine and based on the status if will fire email to achieve below requirement.1.Need to schedule a job in remote machine.Get all scheduled jobs in windows task...
General Programming »
Uncategorised Quick Answers
»
General
C#
Application
Console
I can't build a derive class object!who can help me!
by
CPallini
Answer
14 May 2013
license:
CPOL
When overriding virtual methods you have to make sure that the method signatures exactly match. Change fromQuote:float virtual area() { return 3.14*fRadius*fRadius; }tovirtual float area() const { return 3.14*fRadius*fRadius; }
General Programming »
Uncategorised Quick Answers
»
General
C++
how to deploy database from MDF and LDF File
by
Khan Ji
Answer
14 May 2013
license:
CPOL
This Link helps me to deploy.... :)Complete Procedure defined in simple and precise words along with the snaps... :)http://learningsqlserver.wordpress.com/2011/02/13/how-can-i-open-mdf-and-ldf-files-in-sql-server-attach-tutorial-troublshooting/[^]
General Programming »
Uncategorised Quick Answers
»
General
SQL-Server
SQL2008
Need to connect linq with mysql
by
Sophia Ranjani Elango
Question
14 May 2013
license:
CPOL
HiI need to connect Linq with MySQL .I am using visual studio 2010.please provide me with sample procedure or sample links to follow.Thanks in advanceThanksSophia Ranjani.E
General Programming »
Uncategorised Quick Answers
»
General
ASP.NET
LINQ
MySQL
VisualStudio2010
how to use mapguide with java
by
TorstenH.
Answer
14 May 2013
license:
CPOL
The web knows it all[^]
General Programming »
Uncategorised Quick Answers
»
General
Java
cheap and best off shore development business - which one is best
by
ryanb31
Answer
14 May 2013
license:
CPOL
There is no direct answer for this. You have to consider what business do you know, what technology do you know, can you find good developers in that area for a specific language, etc, etc. It sounds like you really need to do some more research on the issue.
General Programming »
Uncategorised Quick Answers
»
General
SQL
Mobile
Android
Sharepoint
Remove unwanted payment folder from nopCommerce
by
Archit Patel
Question
14 May 2013
license:
CPOL
Hello . . .how to remove unwanted payment folder from nopCommerce ?Please Help me. . .
General Programming »
Uncategorised Quick Answers
»
General
C#
asp.net 70-515 microsoft certification.
by
ryanb31
Answer
14 May 2013
license:
CPOL
Dumps can be found using google.com, but there is a reason they use the word "dumps." You really need to learn the material. This site does not have dumps. Please refer to google.com for them.
General Programming »
Uncategorised Quick Answers
»
General
ASP.NET
Handle postthreadmessage() inside a thread which is blocking in while(1) loop
by
Jochen Arndt
Answer
14 May 2013
license:
CPOL
I assume your receiving thread is a worker thread and has therefore no message loop. The common solution is to use events to signal such threads that some special action should be performed. Inside the while loop use WaitForMultipleObjects() to check for events from I/O operations and those...
General Programming »
Uncategorised Quick Answers
»
General
C
Windows
Win32
Visual-Studio
Threading
threads
programming
socket
Sockets
Windows application in Cloud?
by
Johnny J.
Answer
14 May 2013
license:
CPOL
As far as I know, you can't run a windows application directly from the cloud. For that, it has to be a web application or a service, I think.But you CAN deploy a windows application through the cloud using clickonce....
General Programming »
Uncategorised Quick Answers
»
General
C#
VB
VB.NET
Cloud
WinForm
aforge.net. in class VideoCaptureDevice, DesiredFrameSize property is not working for me.
by
- NA -
Question
14 May 2013
license:
CPOL
Hi Friendsclass VideoCaptureDevice, DesiredFrameSize property is not working for me, tell me where is mistake in (1)? same as (1) problem I also want to set custom DesiredFrameRate property. (1):videoDevices = new FilterInfoCollection(FilterCategory.VideoInputDevice...
General Programming »
Uncategorised Quick Answers
»
General
C#
ImageProcessing
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.thanks in advance.
General Programming »
Uncategorised Quick Answers
»
General
ASP.NET
Handle postthreadmessage() inside a thread which is blocking in while(1) loop or use “Event Driven Sockets”
by
ayesha hassan
Question
14 May 2013
license:
CPOL
I have a single server multiple client udp application. There is a single thread (thread#1) with a single socket (socket#1) to receive data from client#1 continuously. The task of this receiving thread is to continuously receive data at its socket.I have a button which says "Send data to...
General Programming »
Uncategorised Quick Answers
»
General
C
Windows
Win32
Visual-Studio
programming
socket
udp
Networking
Network
Sockets
how can i get the output in ms access database
by
Member 8054539
Question
14 May 2013
license:
CPOL
Allotment table as follows in Ms access database Sdate Period Staff 14/5/2013 1 TR 14/5/2013 2 MD 15/5/2013 1 SG 15/5/2013 2 GV from the above Allotment table, i want the output as follows in ms access database ...
General Programming »
Uncategorised Quick Answers
»
General
C#
Add data to DataTable columns in multiple text files
by
Maciej Los
Answer
14 May 2013
license:
CPOL
[EDIT #1]OK, i understand now. You need to add 2 columns for each file:file1Col1 | file1Col2 | file2Col1 | file2Col2 | file3Col1 | file3Col2 ... fileNCol1 | fileNCol2 and load data into these columns.Steps to do (logic):1) create datatable object 2) in a loop -> add columns 3) in a...
General Programming »
Uncategorised Quick Answers
»
General
C#
icici payament gateway (pay seal)
by
OriginalGriff
Answer
14 May 2013
license:
CPOL
Never, ever, accept code from a insecure website to handle anything to do with real money.You do not know who is giving you the code, you do not know what it does, you do not know that it places the monies correctly into the appropriate account, without passing the details to any third...
General Programming »
Uncategorised Quick Answers
»
General
ASP.NET
web application publishing
by
ryanb31
Answer
14 May 2013
license:
CPOL
You'll need to find a hoster. You may want to start at http://www.asp.net/hosting[^]
General Programming »
Uncategorised Quick Answers
»
General
Server
How to add variables in different linked list
by
Gavon Black
Question
14 May 2013
license:
CPOL
I have a class called bookInventory that is a log of different elements that go into a linked list.. so every time the program is ran it saves the logs and creates a new linked list. I need to be able to take an element called bookPages and keep a running total of how many pages are being read...
General Programming »
Uncategorised Quick Answers
»
General
C++
context.SaveChanges() not persisting data in database
by
harshal7689
Question
14 May 2013
license:
CPOL
Hello, Im working on a MVC app.When I call context.SaveChanges to update a specific records. The update is not registered in the database. I do not get any runtime error either. All in notice is that my Records is not updated. I still see the same values. Insert Functionality work...
General Programming »
Uncategorised Quick Answers
»
General
C#
SQL-Server
SQL2008
MVC
Crystal Report is not generating after published on IIS
by
Member61
Answer
14 May 2013
license:
CPOL
Hi,Check this one,http://forums.asp.net/t/1744060.aspx/1[^]http://aspsnippets.com/Articles/Crystal-Reports-13-Visual-Studio-2010-Issue-with-IIS---bobj-is-undefined-JavaScript-Error-and-Crystal-Report-Viewer-not-displaying.aspx#comments[^]
General Programming »
Uncategorised Quick Answers
»
General
C#
Visual-Studio
C#4.0
VS2010
CrystalReports
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
Windows application in Cloud?
by
Anoop Ananthan
Question
14 May 2013
license:
CPOL
Dear All, I have created a windows application (large) using C#.Net, VB.Net & SQL Server 2005.Can this application be hosted in Cloud? Or should I recreate the entire application using ASP.Net to run in Cloud?Please Advice,Thank you.
General Programming »
Uncategorised Quick Answers
»
General
C#
VB
VB.NET
Cloud
WinForm
Crystal Report is not generating after published on IIS
by
Member61
Answer
14 May 2013
license:
CPOL
Hi,Check this one,http://aspsnippets.com/Articles/Crystal-Reports-13-Visual-Studio-2010-Issue-with-IIS---bobj-is-undefined-JavaScript-Error-and-Crystal-Report-Viewer-not-displaying.aspx#comments[^]
General Programming »
Uncategorised Quick Answers
»
General
C#
Visual-Studio
C#4.0
VS2010
CrystalReports
draw path marker click
by
jadav suresh
Question
14 May 2013
license:
CPOL
hello Friendsi want draw path when marker click how it is possible. please solve my problem.
General Programming »
Uncategorised Quick Answers
»
General
Google
Map
Crystal Report is not generating after published on IIS
by
Sunil.yadava09
Question
14 May 2013
license:
CPOL
Dear Friends sI have q query related to crystal report is not generating after published on IIS.I have developed a web application in VS2010 and create a crystal report. Crystal report is generated during Development time but when i publish this code and load it into IIS , crystal report...
General Programming »
Uncategorised Quick Answers
»
General
C#
Visual-Studio
C#4.0
VS2010
CrystalReports
I can't build a derive class object!who can help me!
by
OriginalGriff
Answer
14 May 2013
license:
CPOL
Take the virtual off the methods in CCircle. Try override instead.Any class that contains a virtual function is abstract by definition.
General Programming »
Uncategorised Quick Answers
»
General
C++
I have Sql Servar 2005 To 2008 Convert Data base But This time Ganarte Error "Cannot open database "CRMDB_HOLIDAY" requested by the login. The login failed." Pls Tal me How to solve
by
BirjuGohel
Question
14 May 2013
license:
CPOL
I have Sql Servar 2005 To 2008 Convert Data base But This time Ganarte Error "Cannot open database "CRMDB_HOLIDAY" requested by the login. The login failed." Pls Tale me How to solve this problem & what change in web config fill ...........
General Programming »
Uncategorised Quick Answers
»
General
ASP.NET
How can I add numbers to existing one in a database and save from Monday to Friday only?
by
Prince Tegaton
Answer
14 May 2013
license:
CPOL
Thanks Victor, I will try it out!
General Programming »
Uncategorised Quick Answers
»
General
VB
ASP.NET
Horizontal menu with vertical cascading
by
varma_life
Answer
14 May 2013
license:
CPOL
check the below link http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-tutorial-create-your-own-custom-vertical-mega-menu/[^]
General Programming »
Uncategorised Quick Answers
»
General
ASP.NET
Wont required field validator work for a FileUpload?
by
Bikash Prakash Dash
Answer
14 May 2013
license:
CPOL
Required filed validator wont workcheck whether it has file or not usingFileUpload1.HasFileor !(FileUpload1.PostedFile.ContentLength>0)
General Programming »
Uncategorised Quick Answers
»
General
ASP.NET
Error Exporting to Excel C#
by
Pedro Brito
Question
14 May 2013
license:
CPOL
I'm getting an error when I'm exporting Excel to C# , I can't find where my code is wrong and the solution for my problem :sError :An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in GestãoSI.exeAdditional information: Índice inválido. (Excepção...
General Programming »
Uncategorised Quick Answers
»
General
C#
I can't build a derive class object!who can help me!
by
???
Question
14 May 2013
license:
CPOL
#includeclass CShape{private: char cType[20]; float fArea;public: CShape(){} CShape(char * cType_name , float fA) : fArea(fA) { std::strcpy(cType,cType_name); } virtual void print() { std::cout
General Programming »
Uncategorised Quick Answers
»
General
C++
How to access the contentpage controls in javascript
by
Pandiaraj_4u
Answer
14 May 2013
license:
CPOL
Yes you are right.. Using ContentPageID_ControlID not good,But we have an option try like below it will help you...On the Submit Button Client Click Event call a user defined function and on that function try the below code...JavaScript : var elems =...
General Programming »
Uncategorised Quick Answers
»
General
ASP.NET
Javascript
Connection string provider error in mysql
by
AlluvialDeposit
Answer
14 May 2013
license:
CPOL
You need to reference a "connector" in your project. This one is free Connector/Net is a fully-managed ADO.NET driver for MySQL[^]
General Programming »
Uncategorised Quick Answers
»
General
MySQL
Validation of login page-whats wrong with this code,its not working,please help me rectify my error
by
sunilsvsnlr2007
Answer
14 May 2013
license:
CPOL
please remove the Quotation from below.....Existingif (st == "UsernametextBox.Text") { if (str == "PasswordtextBox.Text") {After Changeif (st == UsernametextBox.Text){ if (str == PasswordtextBox.Text) ...
General Programming »
Uncategorised Quick Answers
»
General
C#
Word file creation error for using COM component
by
Sunil Kumar Pandab
Question
14 May 2013
license:
CPOL
Dear All Experts, I am trying to fix one bug from 2 days. But unable to fix it. My application's work is to edit one word file and saving that in server.but i am getting one exception after hosting. The exception message is given below:- Retrieving the COM class factory for...
General Programming »
Uncategorised Quick Answers
»
General
ASP.NET
COM
MSWord
Page 1 of 8,816
1
2
3
4
5
6
7
8
9
10
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid