9,869,444 members (32,017 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*
46 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 1
Page Size:
10
·
25
·
50
Author filtered by: Member 8233601
[x]
how to create reports in web application
by
- NA -
Question
13 May 2013
license:
CPOL
Hi,I just want to know what the different ways to generate reports in asp.net.
General Programming
»
Uncategorised Quick Answers
»
General
ASP.Net-4.0
how to assign value to variable in stored procedure
by
- NA -
Question
9 May 2013
license:
CPOL
ALTER proc [dbo].[Sp_Update_OPD_Docket]@Docket_no varchar(50)asDeclare @active tinyintset @active=select IsActive from tbl_OPDappointment where Docket_no=@Docket_noif (@active3)BEGINupdate tbl_OPDappointment set IsActive=3 where Docket_No=@Docket_noENDi just want to assign...
General Programming
»
Uncategorised Quick Answers
»
General
SQL2005
SQL-Server
how to run setup from pen drive
by
- NA -
Question
20 Mar 2013
license:
CPOL
Hello,I am working on payroll system. I have completed with project. now what i want is to run the setup from pen drive. As we see whenever we plug modem all the driver get installed without any user interaction. same thing i want with my application exe. I put my application setup in pen...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
how to add elements of two dynamic arraylist
by
- NA -
Question
27 Jan 2013
license:
CPOL
Hi,I am stuck with a problem pls try to solve. In my project i have to arraylist whose size may or may be not same. I want to add elements of the two arraylist i.e arr1[0]+arr2[0],arr1[1]+arr2[1].My problem is if the size of two arraylist is different then how it add the elements which is...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
how to retrive password in sql server 2005
by
- NA -
Question
19 Dec 2012
license:
CPOL
Hi,I forget my sql server 2005 password and i dont know how to retrive password in sql server. my server name is '.' , Authentication Mode is 'sql server authentication' login is 'sa'
General Programming
»
Uncategorised Quick Answers
»
General
SQL2005
SQL-Server
Download exe file from asp.net website
by
- NA -
Question
26 Nov 2012
license:
CPOL
Hi, I have created a website. In this website i have given a link to download project. Now i want that when user click on that download link selected project(exe)get start downloading...Please provide me all the steps i am in urgent need. Any help will be highly thankful.........
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
how to update cell value at runtime
by
- NA -
Question
16 Sep 2012
license:
CPOL
Hi, I have a datagridview with three column i.e. Quantity,rate,total. Now i want that when i edit quantity or rate of any row total value of that particular row get changed.plz guys help me out i m need.....
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
add child node of treeview at runtime
by
- NA -
Question
12 Sep 2012
license:
CPOL
my requirement is to add a node in the Treeview control under parent control i.e parent name is given by combobox and child name is given by textbox.on load of page treeview is shown with three parent node. Now user select the parent node from combobox and wirte child node name through...
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
insert checked item of checkbox list
by
- NA -
Question
24 Aug 2012
license:
CPOL
Hi, plz tell me hw to save all the checked item of checkbox list. I never used checkbox list ever before...
General Programming
»
Uncategorised Quick Answers
»
General
C#
show caps on/off status on status strip
by
- NA -
Question
23 Aug 2012
license:
CPOL
Hi, can any one help me to show whether caps and num lock is on or off if i press caps button and num button. thnx in advance..
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
MDI Child open and close
by
- NA -
Question
22 Aug 2012
license:
CPOL
I want to avoid my child form from appearing many times when a user tries to open the child form which is already open in MDIParent. the same Child Form Opens and I can see two child form are in MDI.The following code solve this problempublic partial class Home : Form {ShopMaster...
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
how to share access database
by
- NA -
Question
21 Aug 2012
license:
CPOL
Hi, I am using access2003 database(.mdb) and i want to share it so that other developer can add,delete and update tables of my database.four of us want to work on different form independently. so plz provide solution....
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
operation must use an updateable query ms access
by
- NA -
Question
17 Aug 2012
license:
CPOL
Hiiii to all i have completed my windows application. I created the setup of my project but when its setup runs,it shows an error in my first form.Actually i am using acess2003 database as a local database. and uses the following connection string OleDbConnection con = new...
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
create datagridview at runtime
by
- NA -
Question
16 Aug 2012
license:
CPOL
hi, can anyone help me to create gridview at runtime. on click of List button i want to hide all the other controls of form and add one gridview progammatically... thnx in advance..
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
how to share winform with multiple user
by
- NA -
Question
8 Aug 2012
license:
CPOL
Hi, Just now i m working on mock test project. This application is shared by multiple user at the same time. now as i m new to this type of project can any one help to carry out this project. Actually i dont know how each candidate work with distinct candidate_id at the same time. there is lots...
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
upload web application with Microsoftreportviewer
by
- NA -
Question
31 Jul 2012
license:
CPOL
Hi, i am working on web application. I am using visual studio 2008 as ide and sql server 2005 as database. i used Microsoftreportviewer to print the report. it work fine at localhost but when it's uploded on server it shows the following error: Document is not found on the server. so plz anyone...
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
upload reportviewer on windows server
by
- NA -
Question
30 Jul 2012
license:
CPOL
Hi I have a problem on uploading microsoftreportviewer.protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { roomno = Request.QueryString["RoomNo"]; id = Request.QueryString["id"]; ...
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
change color on mouse hover
by
- NA -
Question
23 Jul 2012
license:
CPOL
hi i want to change background color forecolor on mouse hover as we did in normal website but i want to do this in my winform..
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
How to Run server query
by
- NA -
Question
21 Jul 2012
license:
CPOL
how to run the function of random number generation after every 15 minutes of server time.
General Programming
»
Uncategorised Quick Answers
»
General
ASP
.NET
how to create image randomly
by
- NA -
Question
21 Jul 2012
license:
CPOL
hello, i want to generate random number and image at different time interval.Actually i am working on lottery web app.This app required that random number and image will be generated at different time interval.we also enable admin to carry out this process automatically or manually.
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
how to deploy winform application
by
- NA -
Question
15 Jul 2012
license:
CPOL
I am all done with my winform application.now i want to deploy on target machine.I use sqlserver2005 as database and visualstudio2008 IDE. so need a proper way to deploy the project. I already created setup of this project but how can i include database ...
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
change color of image at runtime
by
- NA -
Question
11 Jul 2012
license:
CPOL
Hi to aa the master of c#. i want to change color of furniture at runtime.In my winform i have to show furniture image and user wana change color of furniture at runtime. I dont any idea how to accomplished this plz help me out.... let me explain in deep. Suppose we have an image of chair and we...
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
how to create setup of winform in visual studio 2008
by
- NA -
Question
27 Jun 2012
license:
CPOL
I wana create setup of my school project. I have a bit of confusions with creating shortcut on target pc. Is it necessary to set AlwaysCreate property of Application folder and User's desktop.
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
how to print window form
by
- NA -
Question
14 Jun 2012
license:
CPOL
Hello everyone i just want to know hoe to print form in c# winform. Actually i want to print other form on click of print button. let me explain in detail....I have two forms i.e. form1 and form2. now on form1 i have given print button and on the click event of this button form2 get printed as...
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
Upload ASP.NET web application
by
- NA -
Question
8 Jun 2012
license:
CPOL
I have completed my web application in visual; studio 2010 and uses sql server2008 as database. now i want to host in over internet. can anyone help me out......thnx
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
run time error in windows application
by
- NA -
Question
3 Jun 2012
license:
CPOL
when i run my windows application i got the following error:Error while trying to run project:could not load file or assembly "demo" or one of its dependencies.The module was expected to contain an assembly manifest.
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
create setup of windows application
by
- NA -
Question
24 May 2012
license:
CPOL
I want to create setup of windows application which was built in visual studio2008 in c# and MS Access as database.I kept this database in datadirective i.e inside bin where exe of project is created.when i created the setup it doesn't work.Error is database was not found... so plz provide me...
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
How to increase days of expiry in Trial Maker
by
- NA -
Question
8 May 2012
license:
CPOL
Hi,I would like to increase the number of expiry days in trial maker example.Trialmaker example is posted by hamid at this link: Application Trial Maker[^] but i am facing problem in performing this task and one more this can u help me to read and edit softwarelocker dll.
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
how to change trail duration
by
Member 8233601
Forum Message
7 May 2012
Hi first of all thanks for such a great piece of work. now i want to know how can i change the trail duration and what to input in Identifier.
General Discussions
»
Application Trial Maker
Could not find installable ISAM.
by
- NA -
Question
5 May 2012
license:
CPOL
private void button1_Click(object sender, EventArgs e) { string bkcode = ""; string bname = ""; string publisher = ""; string author = ""; string adate = ""; string price = ""; string rack = "";...
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
create setup for limited period
by
- NA -
Question
3 May 2012
license:
CPOL
I have created my project in C# with MS Access2003 as database. can anyone help me to create setup which is valid for 10 days only after that it get expire.Actually i want to give demo of my project i.e trail version...
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
retriving image from MS Acess2003 database into datagridview
by
- NA -
Question
27 Apr 2012
license:
CPOL
In my first form i am taking student detail with their image. using following codes:To browse image..private void button2_Click(object sender, EventArgs e) { try { OpenFileDialog of = new OpenFileDialog(); ...
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
how to make column readonly in gridview
by
- NA -
Question
22 Apr 2012
license:
CPOL
how to make a single column of griddview readonly.I am showing gridview at runtime i.e after user selct items from combobox...
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
retriving data from MS Acess2003 database
by
- NA -
Question
17 Apr 2012
license:
CPOL
I have two combobox i.e combo1 & combo2 for selecting class and section respectively.i want to show subjects of that particular class and section which are selected by the given two combobox.I am retriving subjects from Access2003 database.for i did the following code section...
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
update changes into database
by
- NA -
Question
16 Apr 2012
license:
CPOL
Hi all,Please help me in solving following query:I want to update table at backend in database throughmakeing changes in datagridview.What I want is, when User makes changes in datagridview and clicks save or update button, the changes which are made in datagridview should get...
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
update Acess2003 database
by
- NA -
Question
10 Apr 2012
license:
CPOL
I have following code to show data in gridview:private void panel4_Click(object sender, EventArgs e) { try { OleDbDataAdapter adpt = new OleDbDataAdapter("select Stu_name as 'Name' ,Stu_class as 'Class',Stu_roll as...
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
Add checkbox into dynamic column
by
- NA -
Question
10 Apr 2012
license:
CPOL
i want to add a column at runtime with each row of column consist of checkbox in winform.i am using msacess2003 as backend and visual studio2008.
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
insert Query into msacess2003
by
- NA -
Question
8 Apr 2012
license:
CPOL
I am using the following code to insert form data into MSAcess2003 database: private void button1_Click(object sender, EventArgs e) { try { OleDbConnection conn = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=...
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
insert image into ms access2003
by
- NA -
Question
8 Apr 2012
license:
CPOL
i am developing my project in visual studio2008 & i have form where i am browsing image into picturebox and save it into access2003 database.plz tell me the complete procedure how to accomplish this.
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
step to include local database
by
- NA -
Question
6 Apr 2012
license:
CPOL
I am working on School management project.i wana use MS Access2003 as backend and using visual studio2008 with c# for coding.can anyone plz tell me the complte procedure(setp by step).
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
difference between database
by
- NA -
Question
5 Apr 2012
license:
CPOL
plz tell me what is the difference between local database and server database.Actually in my previous project i have created database on sql server2005 and but now i need to create local database.I also want to know what is local database(.sdf) and service based database(.mdf)
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
Access query to insert,delete & update
by
- NA -
Question
4 Apr 2012
license:
CPOL
i m using visual studio 2008 and MS Access2007 as database.i dont know how to insert,update,edit and delete using c#.
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
c# application setup
by
- NA -
Question
30 Mar 2012
license:
CPOL
i want to deploy my application on client pc.i have developed my application in visual studio2008 using c# and sqlserver as database.i have included framework3.5 in setup file but i want to deploy my application with framework and database file.please tell me how to include database,framework in...
General Programming
»
Uncategorised Quick Answers
»
General
C#
digit roundoff
by
Member 8233601
Forum Message
30 Mar 2012
i have a float type of variable i.e float t1=200.36 and t2=300.62. now i want to roundoff these two variables to their nearest degit. I want to show the information like this: t1=200.36 roundoff=
General Programming
»
C#
Re: runtime change into database
by
Member 8233601
Forum Message
29 Mar 2012
i m all done with is problem.Thanks all 4 der precious suggestion.
General Programming
»
C#
runtime change into database
by
Member 8233601
Forum Message
27 Mar 2012
i have four radiobutton and a button.first i m selecting item through radiobutton and adding items into textbox on button click_event.now i want that item which are shown in textbox can be edited and
General Programming
»
C#
Page 1 of 1
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