9,868,710 members (33,145 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*
74 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 2
Page Size:
10
·
25
·
50
Author filtered by: Member 9501115
[x]
best method to Filter data from dataset into a grid
by
- NA -
Answer
8 May 2013
license:
CPOL
http://stackoverflow.com/questions/14653065/what-is-difference-between-session-cache-and-profile-in-asp-net[^]
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
best method to Filter data from dataset into a grid
by
- NA -
Answer
8 May 2013
license:
CPOL
After doing R&D i felt Caching the data is the best way for filtering the data which in turn increase performance and speed of a web page.... As per the Study Data Cache can hold the DataSet object... ASP.NET CachingHope it will works fine
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
best method to Filter data from dataset into a grid
by
- NA -
Question
8 May 2013
license:
CPOL
HI,,, I have a Customer details table with a grid in a form which displays more than 10k records and i have filter options based on the Booking dates and State or Citywise or the country. Whenever i will change the Criteria for selection,it might be dates or city or state , the Grid going...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
How to set access rights in ASP.NET
by
- NA -
Question
30 Apr 2013
license:
CPOL
Hi Friends,,, I have created a website which includes 6 to 8 different modules(pages). I want to set the access rights to the particular where they are limited to particular modules(pages). For the Admin user he can see the modules including user Rights Management module. But the normal user...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
how to get number of mails sent in smtp.Async()
by
- NA -
Question
26 Apr 2013
license:
CPOL
Hi ,how to get number of mails sending in smtp.SendAsync() in C#.I want update my progress bar.Please help
General Programming
»
Uncategorised Quick Answers
»
General
C#
How to handle actvie and non-active processes in C#
by
- NA -
Question
24 Apr 2013
license:
CPOL
HI,I am running an exe(SBM Mail.exe which is C# windows apps). But at the same time before Form Load event i want to check whether SBM Mail.exe is been already running or not. If running and it is active means it should not allow another process of same name(i.e.,SBM Mail.exe).Also i...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
What is the attachment file size limit for SMTP server(smtp.gmail.com)
by
- NA -
Answer
23 Apr 2013
license:
CPOL
This file might be a .exe file. Gmail or Most of smtp does not allow to send Executuble files. Gmail Allows Upto 25 Mb of Files. Ref: https://support.google.com/mail/answer/6584?hl=en
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Java
What is the attachment file size limit for SMTP server(smtp.gmail.com)
by
- NA -
Question
23 Apr 2013
license:
CPOL
Hi,I am able to send a file of 10kb but unable to send 385kb file.My question is there any size limit with SMTP server.If true then how to overcome.Please help ...Note: I am using smtpServer.SendAsync(objMail, "Send"); Thanks
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Java
How to use Progress Bar with smtpServer.SendAsync() in C#
by
- NA -
Question
16 Apr 2013
license:
CPOL
HI,, I want to see the progress bar or a count of mail's which have sent successfully to the recipients . I am using SendAsync() method to send bulk mails.Anyone please help me in this regard...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Which method is good for bulk mailing smtpServer.SendAsync() or smtpServer.Send()
by
- NA -
Question
16 Apr 2013
license:
CPOL
Hi , I want to send bulk mails(more than 100/day). When i am using smtpServer.SendAsync() method then i am getting an error : System.Net.Mail.SmtpClient:An asynchronous call is already in progress At the same time i need STOP button where i can stop the mails being...
General Programming
»
Uncategorised Quick Answers
»
General
C#
How to get a Running thread state in C#
by
- NA -
Question
15 Apr 2013
license:
CPOL
HI Friend,I am running more than 10 threads at once. I want to perform an operation only when thread1 is completes its job. Again thread 3 has to wait until thread 2 finishes.... again same will happen one by one.Can anyone suggest me how can i do this....I just made use of...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
best way to send bulk mail in C#
by
- NA -
Question
30 Mar 2013
license:
CPOL
Hi,We are sending more than 130 mails per day....Can anybody explain the best method to send bulk mailing without disclosing other recipients mail id's.... like BCC..Please explain
General Programming
»
Uncategorised Quick Answers
»
General
C#
How to get attached or selected files into a textbox using OpenFileDialog control
by
- NA -
Question
30 Mar 2013
license:
CPOL
hi,,,How to get attached or selected files into a textbox using OpenFileDialog control...?I tried this code.. FileAttachtxt.Text =openFileDialog1.SafeFileNames.ToString();but returning an array...
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
counting total customers using Subscription date in SQL SERVER 2000 or MSDE
by
- NA -
Question
28 Mar 2013
license:
CPOL
HI friends,,,,I am counting total customers in a state using Subscription date in SQL SERVER 2000 or MSDE.select state,count(*) as Total from custdetail where active='T' and convert(varchar(20),startdate,103) between convert(varchar(20),'1/12/2005',103) and...
General Programming
»
Uncategorised Quick Answers
»
General
SQL2000
SQL-Server
sending a mail with any Service providers(GMAIL,YAHOO, HOT MAIL or any Business mail) in C# winforms
by
- NA -
Question
27 Mar 2013
license:
CPOL
Hi friends,How can able to send a mail with any kind of service providers. I don't want to restrict the Customer with only Gmail.Kindly help me......
General Programming
»
Uncategorised Quick Answers
»
General
C#
Error: Cannot open SQL SERVER 20599
by
- NA -
Question
27 Mar 2013
license:
CPOL
i M Error Error: Cannot open SQL SERVER 20599 while running crystal report
General Programming
»
Uncategorised Quick Answers
»
General
CrystalReports
Splitting a string and updating the same to a column
by
- NA -
Question
24 Mar 2013
license:
CPOL
Hello friends, I have table called Customer and filed names are 1. CName 2. Contact1 3. Contact2By mistakenly we have entered two contact numbers in Contact1 column with a "/" separator. Ex: CName Contact1 Contact2...
General Programming
»
Uncategorised Quick Answers
»
General
SQL
updating a table from a ms access database which is on Hosting Server
by
- NA -
Question
19 Mar 2013
license:
CPOL
HI Friends,,,, I have created a folder in my Yahoo small business web hosting server and i copied MS Access database in it. Now i want to update some tables from database. I tried with C# windows application with connection string but it's giving error:" Not a valid File ". my...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
assigning rights to see the data(records)
by
- NA -
Question
18 Mar 2013
license:
CPOL
Hi friends,,,,I have a table called CallRegister and we are maintaining all the Call records in it.As a admin i can see all the call records but i don't want my executives can see all the records. They can see only their records which they have entered into software.I have a...
General Programming
»
Uncategorised Quick Answers
»
General
SQL
want to display the dates starting from '1/1/2000' to '1/12/2020' in sql or ms access
by
- NA -
Question
14 Mar 2013
license:
CPOL
Hi, i want to display all the dates starting from '1/1/2000' to '1/12/2020' in sql or ms access.
General Programming
»
Uncategorised Quick Answers
»
General
SQL
msaccss
updating a string or a word from a column from SQL Server
by
- NA -
Question
14 Mar 2013
license:
CPOL
Hi, i have a table called testtb In testtb table, id and desc are two the columns. id desc 1 val(5679) from cdetail 2 val(idsk) from exide Now i want to replace the val(5679) with cast(5679 as int) progmatically using SQL. same thing...
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
msaccss
changing color and size of all fonts in a single click
by
- NA -
Answer
11 Mar 2013
license:
CPOL
private void button1_Click(object sender, EventArgs e) { foreach (Control c in this.Controls) { c.Font = new Font(c.Font,c.Font.Style|FontStyle.Bold); } }
General Programming
»
Uncategorised Quick Answers
»
General
C#
changing color and size of all fonts in a single click
by
- NA -
Question
10 Mar 2013
license:
CPOL
HI friends,,,,How to change the color and size of all fonts in a single click(Button) in Windows Application.....
General Programming
»
Uncategorised Quick Answers
»
General
C#
Attribute 'DllImport' is not valid on this declaration type. It is only valid on 'method' declarations
by
- NA -
Question
10 Mar 2013
license:
CPOL
Hi... i m getting this(Attribute DllImport is not valid on this declaration type. It is only valid on method declarations) error after calling a dll....please see following codeusing System;using System.Collections.Generic;using System.ComponentModel;using...
General Programming
»
Uncategorised Quick Answers
»
General
C#
enable scroll lock button ON
by
- NA -
Question
9 Mar 2013
license:
CPOL
hi,Anybody knows how to turn on Scroll lock button ON programttically
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
need some asp.net(C#) projects to learn
by
- NA -
Question
28 Feb 2013
license:
CPOL
Hi,I need some ASP.NET projects which include grid operations mainly. Please anyone can send me the link
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Free databases available for Web Hosting
by
- NA -
Question
26 Feb 2013
license:
CPOL
Hi,, What are the free databases available for web hosting. I know MySql is free source. But somebody told me that Sql Express also the free one. Please clarify me
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Java
user-defined functions in SQL
by
- NA -
Question
26 Feb 2013
license:
CPOL
HI,,, Can anyone knows how to create user-defined functions in MS SQL.For Ex: I need a function called addr(string cname) which can take the input string and return some kind of string. Thank You....
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Java
SQL-Server
C# programming tasks
by
- NA -
Question
24 Feb 2013
license:
CPOL
Hi,,, I am a programmer working on a tool which is almost SQL coding and some commands for the tool. But i wanted to work on C# and ASP.NET projects, for that i need some programming tasks which have been asked in interview.please send me some tasks for c# and asp.net..Thanks
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
How to install the window based project (c# project)
by
- NA -
Question
20 Feb 2013
license:
CPOL
Hi Friends,I have created a C# window based project with Sql SERVER 2005 database. Now i want to install it to client system. Do i need to install vs2008 and sql server 2005 ....? Please suggestion me in detail...Thanks..
General Programming
»
Uncategorised Quick Answers
»
General
C#
adding service dates with same customer name
by
- NA -
Question
18 Feb 2013
license:
CPOL
HI Friends,,, My requirement is 1. In a year we will give a free services for 2 times or 3 times or 4 times based on plan they have paid. It's like a preventive maintenance. If customer select 3 services in a year i will add the dates as below Name ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
arranging records in ASCENDING in crystal report
by
- NA -
Question
17 Feb 2013
license:
CPOL
How to fetch records from the database to crystal report which is in Ascending wise.At present i m getting reports like below code Name 175 Sunil 182 pk 56 Anil 172 ravi ...
General Programming
»
Uncategorised Quick Answers
»
General
CrystalReports
Crystal Report 8.5 runtime software
by
- NA -
Question
3 Feb 2013
license:
CPOL
HI Friends ,Where do i get the Crystal report 8.5 runtime Software...?please send me a link
General Programming
»
Uncategorised Quick Answers
»
General
C#
VB
CrystalReports
how to display an image in gridview from database which is in Binary format
by
- NA -
Question
27 Jan 2013
license:
CPOL
Hi Friends,,How to display an image in gridview from database which is in Binary format..?i am using MySql database
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Creating a stored procedure without passing parameter in Mysql
by
- NA -
Question
21 Jan 2013
license:
CPOL
Hi Friends,,How to create a stored procedure in MySql which doesn't take any parameters.I tried following code:Create procedure loadGrid()asbegin select *from custdetailsend but i m getting error..Query : CREATE PROCEDURE custdetailLoad() BEGIN SELECT *FROM...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
VB
MySQL
VB.NET
Not getting a gap between between two labels after exporting to word
by
- NA -
Question
21 Jan 2013
license:
CPOL
Hi Friends,,,How to get a gap between labels while exporting data from crystal to word....?In crystal report i am getting a gap between labels but after exporting the same to word the gap is not coming...Anybody please help..I am using Crystal report 8.5
General Programming
»
Uncategorised Quick Answers
»
General
CrystalReports
How do i get MySql.Data.MysqlClient namespace in asp.net Visual sudio2008
by
- NA -
Question
17 Jan 2013
license:
CPOL
Hi ,How do get the namespace MySql.Data.MysqlClient in vs2008 ..I am new to Mysql...
General Programming
»
Uncategorised Quick Answers
»
General
Aspnet
How to upload a photo and displaying it in same window at the same time
by
- NA -
Question
17 Jan 2013
license:
CPOL
HI Friends,How to upload a photo to an aspx form and displaying it at the same time before saving the photo to the database....?Using ajax or any control,please give me a solution.
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
How to remove blank fields from a label
by
- NA -
Question
9 Jan 2013
license:
CPOL
Hi Friend,,I have created a label report having fields cname,oname,addr1,addr2,addr3,city,state.It's likePraveenHardware Shop#34/1,Near Ram Mandir3rd blockRajaji NagarmanipalKarnatakaMy question is if addr2 filed('3rd block') is blank, then the addr3 has to come up...
General Programming
»
Uncategorised Quick Answers
»
General
CrystalReports
unable to use Tally 7.2
by
- NA -
Question
4 Jan 2013
license:
CPOL
I copied installed files of Tally7.2 from xp system to another laptop which is window7 os.But i am not able to open the software,it suddenly closing.please suggest me
General Programming
»
Uncategorised Quick Answers
»
General
text-to-speech
what are the Installer i need to install to the client for executing Portable exe file creating by C# windows applications
by
- NA -
Question
24 Dec 2012
license:
CPOL
Hi Friends,,,,what are the Installer i need to install to the client for executing Portable exe file creating by C# windows applications... I tried to installed .Net Framework 4.0 but its not supporting windows xp2....Please help me
General Programming
»
Uncategorised Quick Answers
»
General
C#
how to use Progress bar between DataSet and DataAdapter in C#
by
- NA -
Question
23 Dec 2012
license:
CPOL
HI Friends,,,How to use progress bar while filling data from DataAdapter to Dataset..Here is my code.. OleDbCommand cmd = new OleDbCommand(" Some Query ", con); OleDbDataAdapter da = new OleDbDataAdapter(cmd); DataSet ds = new...
General Programming
»
Uncategorised Quick Answers
»
General
C#
How to use "not in" in MS Access?
by
- NA -
Question
21 Dec 2012
license:
CPOL
Hi friends,I have a MS Access database and i m working on two tables which include the fields Customer name and Booking date from CustomerMaster and PMReg table.I want to display only those customer names who are not in PMReg table.Note: In both table customer names exists.My query...
General Programming
»
Uncategorised Quick Answers
»
General
MS-Access
Dynamically how to create fields for a crystal report using asp.net or C#
by
- NA -
Question
18 Dec 2012
license:
CPOL
Dear Friends,,,How to dynamically or Pro grammatically create fields for a Crystal report using ASP.NET or C#.... I am passing login details in the code itself. CrystalReport1 report = new CrystalReport1(); report.SetDatabaseLogon("","","","C:\\Documents and...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
CrystalReports
passing parameters at runtime(Command-line arguments) in windows application
by
- NA -
Question
18 Dec 2012
license:
CPOL
Dear Friends,I have created a window based application to get dates(From Date and To Date) which compares the Booking Date from the database and result will be displayed on Crystal report Viewer. I created an exe file of it and tried to execute on Command Prompt. But i am not getting...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Adding new rows into a Gridview
by
- NA -
Question
17 Dec 2012
license:
CPOL
Hi Friends,,,How to add new rows to a gridview ?
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Is it possible to send a mail using HTML?
by
- NA -
Question
17 Dec 2012
license:
CPOL
HI Friends,,I am developing a webpage,in that contact us page is there. I designed a contact us form which include person name,email address and inquiry details. I know HTML is static page but is there any possible to send a mail through HTML page. Kindly please let me know....
General Programming
»
Uncategorised Quick Answers
»
General
HTML
what is content page? will it be nested?
by
- NA -
Question
12 Dec 2012
license:
CPOL
HI.. I am not getting the meaning of content page in asp.net. Please anyone can help me to understand and how it is linked with master pages. . .?Please help me
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
taking too much time to retrieve data from MS Access Database
by
- NA -
Question
11 Dec 2012
license:
CPOL
Hi,I am using MS Access database and below is the query I am using, but it taking too much of time (5min) to retrieve the data.Please check and give some suggestions.select distinct (a.customer) from customermaster as a,PMRegister as b where a.active='T' and a.sectorName='Jayanagar'...
General Programming
»
Uncategorised Quick Answers
»
General
MS-Access
How to check property of a crystal report file(Label Report)
by
- NA -
Question
10 Dec 2012
license:
CPOL
HI,, I have a crystal report file which is label format. I want to check the property of that label report means the height ,width,margin,,,etc.Please help me..I am using Crystal report 8.5 software..
General Programming
»
Uncategorised Quick Answers
»
General
CrystalReports
Page 1 of 2
1
2
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web03 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid