15,996,501 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 cjb110 (Top 17 by date)
cjb110
26-Feb-20 3:18am
View
Is it not ordering within `Configure`? Try moving your middleware to before UseAuth or UseMvc.
cjb110
1-Feb-16 4:39am
View
Reason for my vote of 3 \n Would be nice to see both LINQ syntax formats though.
cjb110
24-Sep-15 3:23am
View
Reason for my vote of 1 \n what? Title and content don't bear any relation to each other.
cjb110
17-Mar-15 4:23am
View
Reason for my vote of 2 \n You really should add details, this isn't just a share site, its supposed to help people learn. Go through the design of your control, why you did what you did, and as Sacha asks why not use the built in control?
It sounds like a fairly limited control with a specific usage, so its probably best to approach from the point of how to easily create your own similar controls.
cjb110
4-Feb-15 2:54am
View
Reason for my vote of 2 \n It should be made clearer that for .NET 4 there are existing framework methods that do this more reliably.
IsWow64Process is not guaranteed to exist on all .net platforms. So you should check it exists first.
cjb110
12-Sep-14 3:54am
View
Reason for my vote of 5 \n One area around this that also needs expanding is the 'why/when' this applies. I can follow your examples but I can't think of any problem where I'd even attempt to do it? So some examples of where this occurs might help.
cjb110
14-Jul-14 5:26am
View
To expand on this, you don't, not directly anyway. You have a number of steps (typically):
1) read the database records
2) format the database records into some presentation format (HTML, txt, Report (Business Objects, SQL Server etc).
3) 'print' that report to a PDF printer to create the PDF.
Although you might be able to directly create a PDF in source, I've not seen many examples, so I wouldn't attempt this.
cjb110
8-Jan-14 3:17am
View
Reason for my vote of 1 \n Why would you be working with just objects so often that you'd need these extensions?
Also has these extensions really saved all that much? You've lost all the other overloads of Convert, and made the code less understandable by a third party?
And with intellisense you've not even saved typing time.
cjb110
10-Oct-13 2:44am
View
Reason for my vote of 4 \n Would be even better if it showed before/after examples.
cjb110
9-Oct-13 5:06am
View
Reason for my vote of 3 \n I think you need to specify *why* you would need to do this? It sounds like its breaking half the principles of good code development.
cjb110
21-Aug-13 4:18am
View
Reason for my vote of 2 \n No where near enough information. Not an article as such, more an example that would accompany one.
From this you can't see how this even communicates with a database!
cjb110
10-Jul-13 3:34am
View
Reason for my vote of 3 \n Really needs the negatives of each as well.
cjb110
31-Oct-12 9:43am
View
Excellent thanks!
cjb110
5-Aug-11 7:29am
View
Can I tell if the datasource has been set to read-only? In pure SQL terms it shouldn't be.
cjb110
18-Apr-11 5:34am
View
Deleted
Nice, but your code references some int extension methods I think! IsMultipleOf and IsInteger.
cjb110
29-Mar-11 9:44am
View
Ok, just tried that, and the index always seems to be -1? I put the code in the page_init of my custom page. On debug it does look like its referenced the right control.
I think some of the problem is my misunderstanding of how the master and custom page are combined, and how/when the varing events are fired...its a lot less clear than winforms!
cjb110
27-Aug-10 17:07pm
View
thanks, exactly the type of response I was looking for!
Show More