16,002,236 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Visual Basic questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by User-8621695 (Top 33 by date)
User-8621695
10-Feb-21 10:45am
View
gotcha.. so is it possible in excel? I will change my code to export in excel instead of CSV. I want filter in Header of excel sheet like we do in our excel using Sort & Filter menu.
User-8621695
15-Aug-20 13:30pm
View
Thanks, but I don't have to make SQL call with delete operation,as I am doing few more operations on data and then removing it.
User-8621695
30-Jul-20 7:16am
View
Thanks @Garth, it worked for me :)
User-8621695
30-Jul-20 6:34am
View
yes, both files are at same location. Also exe is working fine when I am trying to run it individually but not working from C# console application.
User-8621695
9-Jul-20 10:49am
View
I am still facing issue with this and not able to do properly.Can someone please help.
User-8621695
6-Jul-20 8:56am
View
@Richard thanks mate, you saved my life and time :)
User-8621695
18-Mar-20 12:25pm
View
Yes @Richard, I thought both are different like they have different community to answer hence I posted at both the places. I'll remove this one if they are same.
User-8621695
31-Dec-19 3:03am
View
yes correct but there are few data which we are storing in cookies need to store in our application level as well.
User-8621695
31-Dec-19 2:59am
View
@OriginalGriff Thank you so much for clearing my doubt about static classes and which data we should store in static way.
Now my doubt is if we have to store cookies data which will be different for each user and can be updated somewhere in mid of running application what should I use?
User-8621695
7-Mar-17 2:10am
View
you can use solution 3 to print barcode.
User-8621695
24-Feb-15 4:28am
View
Have you tried with your custom code?
User-8621695
24-Feb-15 4:03am
View
Your question is not much clear and also share the code which you already did
User-8621695
23-Feb-15 4:21am
View
share the code on button click.
User-8621695
17-Feb-15 5:16am
View
use this below link, Hope it will help:
http://www.codeproject.com/Articles/10861/Storing-and-Retrieving-Images-from-SQL-Server-usin
User-8621695
17-Feb-15 4:16am
View
ohh does you mean that data type in database is image?
User-8621695
10-Feb-15 5:52am
View
Pass that collection to the second page when moving to second page.
Or make class as static to that you can get the vaue to the second page.
User-8621695
22-Jan-15 5:06am
View
Have you done any steps for that?
User-8621695
22-Jan-15 5:05am
View
it was just an example, I am talking about ---> datetimepicker1.value.tostring( yyyy-mm-dd ).
User-8621695
22-Jan-15 4:43am
View
convert image into base64 then store it into database with image datatype.
User-8621695
22-Jan-15 4:41am
View
You can use like this ---> datetime.now.tostring(""). Pass type in .ToString() it will work.
User-8621695
22-Jan-15 1:08am
View
Yes, I am agree with jymmy, if web browser is not required then don't use it. You can integrate that winform in wpf and it will work. I already did the same in one application.
User-8621695
22-Jan-15 1:06am
View
Hi Rakesh,
Same problem I faced also before 6 months. For this first thing is that use GC.collect() in all the methods which will clear the memory.
Most important thing is that Do not play, pause or do any thing from XAML, means by its default controls.Please do all the things from code itself. Check it again and let me know that is there any changes in performance.
Thanks
User-8621695
30-Dec-14 1:12am
View
Do you mean that you install your program and then connect to your database. Now you did some operation like save any data using form in your database. Now whenever you uninstall the exe all data removes from the database.
User-8621695
30-Dec-14 1:08am
View
Does it means that you want to check input email address exists in our database or not?
User-8621695
24-Dec-14 5:52am
View
First important thing is your question is not clear. You can do grouping on the reports itself either you are using RDLC or SSRS report.
User-8621695
18-Dec-14 2:31am
View
Santosh, according to me one way is to convert that document into image and then print.
User-8621695
18-Dec-14 2:10am
View
I am agree with Sergey. But even if you want you can use timer and refresh the controls.
User-8621695
12-Dec-14 7:37am
View
I resolve this issue by myself.
User-8621695
7-Mar-14 10:14am
View
Please help me to resolve this.
User-8621695
4-Feb-14 17:36pm
View
For which type of printers list you want windows or POS.
User-8621695
3-Feb-14 15:43pm
View
But code is working and it's setup is also works in same system and many of other systems but few of systems throw this error.
User-8621695
26-Dec-13 13:38pm
View
RDLC report is best for your this problem because if you create SSRS report then you also have to take a server to deploy this report and then report will be call from your aspx.cs page.
User-8621695
25-Oct-13 17:46pm
View
Do you want to printer bar code? If yes then send me a mail on vidya.vikas1@gmail.com because i check my mail every time but not this id so I will sent you code to printer bar code. Do u also want to barcode generation code ?
Show More