15,743,714 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 Javascript questions
View C++ questions
View Python questions
View Java 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 Eduard Keilholz (Top 200 by date)
Eduard Keilholz
18-Sep-18 10:05am
View
Why would you downvote an answer without adding a comment?
Eduard Keilholz
8-Sep-17 3:00am
View
That is exactly what I do, I just need to define the relation within my datacontext so I can use the include ion my linq queries to also fetch the statusses related to the main entity. And instead of using the ID in the entity, I'd like to use the status number because most uses have a fixed and recognizable status number.
Eduard Keilholz
16-Dec-15 3:08am
View
Glad it could help :)
Eduard Keilholz
16-Dec-15 3:07am
View
The SQL Command you're about to execute
Eduard Keilholz
18-Mar-15 17:36pm
View
Because there's a datetime field of the event, I left it out because I thought it would be irrelevant for the result.
Eduard Keilholz
27-Oct-14 6:10am
View
Dude, pay attention will you! He's just asking how to code a list maker for passwords.. Help the poor guy! :)
Eduard Keilholz
27-Oct-14 5:17am
View
Please don't comment to and then copy my answer and make it very incomplete.
Eduard Keilholz
27-Oct-14 5:16am
View
you're right, removed the answer and added comment
Eduard Keilholz
27-Oct-14 5:16am
View
I guess you have some threading or async stuff going on which need some sort of synchronization somewhere? Please post a piece of code we can dig in to in order to help you. Basicly your question now is, "my car engine doesn't run, what's wrong", million answers...
Eduard Keilholz
27-Oct-14 5:15am
View
I encourage you to NOT do it in the database. The password should never reach the database in it's original form, you should have encrypted or hashed the password before it reaches your data layer. Although it's possible I recommend you to handle this in code and make the several different password strength demands using a setting. Handling all this in the database your be bad design.
Eduard Keilholz
7-Oct-14 3:06am
View
Exactly what I was looking for, 5-ed and accepted, thanks!
Eduard Keilholz
24-Sep-14 5:38am
View
I don't see the distinct, there's two Bangalore values...
Eduard Keilholz
22-Aug-14 4:40am
View
I don't agree, we're talking about a high res image database with image files larger than 20 Mb, so there's a huge advantage using filestream http://www.sqlskills.com/blogs/paul/sql-server-2008-filestream-performance/
Eduard Keilholz
21-Aug-14 3:08am
View
Thanks, but no... It didn't help at all. I know how varbinary(max) works and I understand SQL Server and NTFS permissions, but accessing binary data through filestream works a little bit different. I think you have to have FILESTREAM experience in order to answer this question.
Eduard Keilholz
28-Nov-13 9:57am
View
No, your code puts the user input in an array, and you request the length of the array. I put it in a string and request the length of the string. That's a significant difference.
Eduard Keilholz
26-Nov-13 4:42am
View
It does allow multiple files, it's a configuration setting. And since you can download the source code, it's up to you to change it's behavior. It's a good base to start from.
Eduard Keilholz
26-Nov-13 3:49am
View
Deleted
Have you seen http://www.dropzonejs.com/ it's a good libary that allows you to upload multiple files via a dialog, and via drag & drop. It supports progress vizualization and an image preview. I like it a lot!
Good luck!
Eduard
Eduard Keilholz
28-Oct-13 3:20am
View
Thanks for your reply! If it's not for the additional rules (person a cannot point to person c) the algorithm is fairly simple and I has a solution similar to arrays (Generic lists) but with the same thought. My problem is where we must be able to define rules about the 'picking' process. Maybe BillWoodruff's answer explains my problem better as het perfectly points out the issues I run into.
Once again, thanks for the input.
Eduard Keilholz
28-Oct-13 3:16am
View
Thanks a lot for you reply. I will look into the decision tables and see where they bring me. Once I've got everything up and running I'll see if the stuff is interesting enough to write something about it here.
Eduard Keilholz
14-Oct-13 17:26pm
View
Sergey,
Have you seen I updated the question with an example?
Eduard Keilholz
14-Oct-13 17:11pm
View
Sergey,
Thanks for your reply. I assume the Processor, Core and Data layer may be used by any type of presentation, so this may be a website, a WPF or Windows Forms user interface.
Eduard Keilholz
14-Oct-13 17:09pm
View
Collin, Thanks for you answer, but.. I think the issue is not solved yet. I've updated the question to make things more clear.
Eduard Keilholz
10-Oct-13 13:51pm
View
What? You thought I'd create a solution for you?
Eduard Keilholz
10-Oct-13 10:17am
View
Copy of http://www.codeproject.com/Questions/666498/For-the-dropdown-selection-reflect-the-same-to-oth
Eduard Keilholz
10-Oct-13 10:16am
View
What have you tried already?
Eduard Keilholz
10-Oct-13 7:18am
View
Have my 5 for the entire conversation
Eduard Keilholz
10-Oct-13 7:14am
View
We're not going to create anything for you. Post the code of what you tried already and we will help you create it.
Eduard Keilholz
10-Oct-13 7:11am
View
Good luck with that!
Eduard Keilholz
10-Oct-13 6:57am
View
What do you mean, do you want to protect an XML file from reading by using a password?
Eduard Keilholz
9-Oct-13 10:20am
View
I think it's a good idea!
Eduard Keilholz
9-Oct-13 2:49am
View
To be honest, I don't know. There's some slight difference between the memory stream and the stream created to write to a file, which is why the original way you used doesn't work while is seems to be file.
Eduard Keilholz
8-Oct-13 9:45am
View
To you mean the total time a hardware configuration was switched on?
Eduard Keilholz
8-Oct-13 9:17am
View
I'll make that for you! It will cost you about $5000 and I'll start right away!
Eduard Keilholz
8-Oct-13 9:15am
View
Nope...
Eduard Keilholz
8-Oct-13 9:13am
View
Yes
Eduard Keilholz
8-Oct-13 9:13am
View
And what is your question?
Eduard Keilholz
3-Oct-13 6:52am
View
What have you tried so far?
Eduard Keilholz
2-Oct-13 10:50am
View
You can't
Eduard Keilholz
2-Oct-13 10:05am
View
This is not a question, what have you tried so far and where do you get stuck?
Eduard Keilholz
2-Oct-13 8:37am
View
Strange, which version of EntityFramework are you using? You may also need to leave Object in the AddObject, like so:
db.kisi.Add(_insert);
Hope that helps..
Eduard Keilholz
30-Sep-13 10:25am
View
What have you tried so far?
Eduard Keilholz
25-Sep-13 9:43am
View
No, this is not true. The above code will never work in Internet Explorer and HTML5 will not make a database connection. There is, however e new introduction of called the WebDatabase. See an example here:
http://www.html5rocks.com/en/tutorials/webdatabase/todo/
Eduard Keilholz
25-Sep-13 8:12am
View
What is your problem with the code above?
Eduard Keilholz
25-Sep-13 8:05am
View
Just curious.... why?
Eduard Keilholz
25-Sep-13 8:01am
View
Go find you answer on the internet. If you run into problems with specific pieces of code or something post a question about that. Questions about an entire solution don't make sense.
Eduard Keilholz
25-Sep-13 4:34am
View
You generally leave the on in the view folder alone, only when you'll need this only if you customize razor. The one in the root of your mvc project is your friend.
Eduard Keilholz
25-Sep-13 3:00am
View
How often does this question appear on the codeproject. Please search the website before blindly posting a new question. That's just lazy...
Eduard Keilholz
25-Sep-13 2:50am
View
That is pretty strange...
Eduard Keilholz
24-Sep-13 17:18pm
View
No, you have not explained enough, you may want to ask us your question. Problem is I don't see a question here, unless your question is to develop the above for you which is not goin' to happen.
Eduard Keilholz
24-Sep-13 17:08pm
View
Erhm, you question is pretty unclear. Do you want to move the file to the location where your app is installed?
Eduard Keilholz
24-Sep-13 10:42am
View
Alright, but why not
if (query != null){
query.property = "x";
db.SaveChanges();
}
using
if (blah)
return null;
creates an extra exit point for your method and therefore your method more complex without any reason
Eduard Keilholz
24-Sep-13 10:34am
View
Post code of whay you've tried already so we can help you
Eduard Keilholz
24-Sep-13 10:27am
View
But still, the if and the type conversion don't make sense.
Eduard Keilholz
24-Sep-13 10:21am
View
You're almost there but there's a bit of code not necessary here. In your code, you can skip everything from the if down and just return 'query'. Results in the same.
Eduard Keilholz
24-Sep-13 10:18am
View
Good answer +5
Eduard Keilholz
24-Sep-13 10:01am
View
In that case, there is no frame with the name 'content'
Eduard Keilholz
24-Sep-13 8:56am
View
Either one of us didn't understand the question... ;)
Eduard Keilholz
24-Sep-13 7:24am
View
You haven't read my answer so :
No <-- That's brief
Eduard Keilholz
24-Sep-13 7:19am
View
Can you do the spelling as well, don't understand the question ;)
Eduard Keilholz
24-Sep-13 4:50am
View
This is not a question
Eduard Keilholz
24-Sep-13 3:45am
View
Use code
Eduard Keilholz
23-Sep-13 11:07am
View
Pay me a lot of money!
Eduard Keilholz
23-Sep-13 11:04am
View
Why did you choose to post this code as an answer? The code does a lot of stuff but not what the poster asked for, and in a dramatically inefficient way.
Eduard Keilholz
23-Sep-13 10:46am
View
Reason for my vote of 2 \n Although I don't doubt your code works, you may need to look into the code you provide with your tip. I believe you can bring a lot more structure in your code to make is easier to understand and use by other developers.
Eduard Keilholz
23-Sep-13 8:54am
View
A StringBuilder is only faster when adding 3 or more 'pieces' of string into one. You cannot add the runat="server" attribute to a control dynamically. I think the best way is to just add the control to your form and hide it with CSS, then show it once nessecary.
Eduard Keilholz
23-Sep-13 8:51am
View
I didn't bring anything as a fact. As you can see my first sentence starts with a question. Furthermore I've seen a couple of questions with only off topic comment. Telling posters they're stupid doesn't help them. Telling them how to improve they're questions does!
Eduard Keilholz
23-Sep-13 8:46am
View
-5
Eduard Keilholz
23-Sep-13 8:45am
View
You do know the exception shown, maybe give us a clue here
Eduard Keilholz
23-Sep-13 8:35am
View
Are you voting all questions down? Makes no sense... This question is easy to understand. It would have been nice if the poster added a piece of code of what he tried already, but I see no reason to vote this question down.
Eduard Keilholz
23-Sep-13 8:08am
View
var result = "select * from articles";
result.ConvertToAspWebsite();
Or have you tried anything else so far we can help you with?
Eduard Keilholz
23-Sep-13 7:45am
View
Please ask in English to easily understand for us
Eduard Keilholz
23-Sep-13 7:15am
View
If you have a keyboard with an [11] key you probably can, my keyboard only runs from 0 to 9
Eduard Keilholz
23-Sep-13 7:10am
View
I you read your own question, do you understand it?
Eduard Keilholz
9-Apr-13 3:53am
View
Ofcourse this is not the solution, because in my answer I explain that it's not possible. How can you reply with such an answer?
Eduard Keilholz
7-Sep-12 4:02am
View
Don't matter how frustrated you are, SCREAMING DOESN'T MAKE US HELP YOU BETTER.
Do you have a link to the doenloaded model popup demo so we can help you?
Eduard Keilholz
7-Sep-12 4:01am
View
Do you want to create that user from within SQL Server, or within your programming code?
The user will not be visible to other users if you prevent the other users from seeing them. There is no property like 'hide for users' on a user or something.
Eduard Keilholz
5-Sep-12 13:33pm
View
The only thing I can comup with, is different versions of DX, but i'm sure you've checked that...
Eduard Keilholz
5-Sep-12 7:49am
View
What is a local folder? Is it on the end-user's machine, or on the server. I guess you mean on the server, but this is not local.
Eduard Keilholz
5-Sep-12 7:45am
View
Don't repost : http://www.codeproject.com/Questions/453409/Save-Outlook-mail-file-msg-using-SSIS-2005
Eduard Keilholz
26-Aug-12 6:17am
View
Good call
Eduard Keilholz
23-Aug-12 6:53am
View
Don't understand why someone voted 1 for this question, I think there's nothing wrong with this question.
Eduard Keilholz
20-Jun-12 15:53pm
View
The trick is to add a BaseUrl to the client, and insert the path in the PostAsJsonAsync, in stead of just passing the entire url to the PostAsJsonAsync.
Thanks for your reply anyway!
Eduard Keilholz
7-Jun-12 10:38am
View
If you're waiting for our permission, consider it granted!
Eduard Keilholz
25-May-12 7:07am
View
You can use the memorystream to extract a byte[] and add that byte[] to the database.
Eduard Keilholz
25-May-12 6:08am
View
That's correct, see my modified answer...
Eduard Keilholz
25-May-12 5:50am
View
The solution linked to is a javascript client side solution which uses AJAX to sent the file to the server. Your controller catches the incomming bytes and your can decide what to do with them (store them in DB, or as a file or whatever)
Eduard Keilholz
25-May-12 4:22am
View
We're not here to design your application. We can help you if you have specific questions. What have you tried? Do you have snippets of code where you run into problems?
Eduard Keilholz
13-Apr-12 5:13am
View
What is 'data from public IP'?
Eduard Keilholz
13-Apr-12 5:08am
View
Good luck! What's your question?
Eduard Keilholz
13-Apr-12 3:12am
View
Erhm, what is your question?
Eduard Keilholz
17-Feb-12 7:53am
View
That's what I said...
Eduard Keilholz
17-Feb-12 7:21am
View
You may choose to retrieve the hardware information purely using C#, but that depends on the hardware info you want.
Eduard Keilholz
17-Feb-12 6:24am
View
And yet another SQL Injection victim was born...
Eduard Keilholz
17-Feb-12 6:22am
View
Great question, thanks!
Eduard Keilholz
17-Feb-12 6:06am
View
Then check which user is logged in before you render the page and either make the fields read-only or not. There is no way to make an entire page read-only.
Eduard Keilholz
17-Feb-12 6:04am
View
Then follow the ReSharper link and buy a license. This will help you out. Visual Studio doesn't have a built-in feature for this.
Eduard Keilholz
17-Feb-12 6:03am
View
Can you explain more about the question's context, what have you tried already?
Eduard Keilholz
17-Feb-12 4:22am
View
We're not here to write code for you, we're here to help you write your own code. What kind of DBMS are you using, SQL Sever? Are you using some kind of ORM (Entity Framework) or something? You need to update your question in order to help us give you the right answer.
Eduard Keilholz
11-Nov-11 3:25am
View
Deleted
Reason for my vote of 5
I'd prefer usage of the AcceptButton and CancelButton properties in stead of catching the ProcessCmdKey()
Eduard Keilholz
11-Aug-11 3:11am
View
Thanks for your reply!
Eduard Keilholz
19-Jul-11 6:00am
View
Good contribution! I like people actually reading the forum's history finding a way to they're solution and even more important, share!
Thanks a lot!
Eduard Keilholz
25-Jun-11 8:49am
View
Thanks for your reply man, i'll give it a testrun on monday
Eduard Keilholz
31-May-11 6:27am
View
What's the difference between this question and the one over here : http://www.codeproject.com/Questions/203845/Play-a-sound-in-a-specific-device.aspx ???
Eduard Keilholz
16-May-11 2:46am
View
Your question is not clear, it's a scattered bunch of terms. Try to edit your question so your problem becomes clear.
Eduard Keilholz
12-May-11 7:36am
View
Why don't you post the code of your effort so far? Maybe we can point you in the right direction..
Eduard Keilholz
12-May-11 7:36am
View
Deleted
Why don't you post the code of your effort so far? Maybe we can point you in the right direction..
Eduard Keilholz
12-May-11 7:34am
View
Comment by sawass :
Hello,
I am a beginner in c #. Will you tell me how to use 'split' and GraphEdit[^] to Broadcasting sound in 3 cards sound.
Thank you in advance.
Eduard Keilholz
12-May-11 6:41am
View
That will be no problem.
Eduard Keilholz
12-May-11 5:58am
View
What dou you mean with 'is not available'?
Eduard Keilholz
26-Apr-11 8:25am
View
If you use C#, you have to esccape the '\' character. Use [0-9]+([\\.]?[0-9]?[0-9]?[0-9]?[0-9]?)? instead, or @"[0-9]+([\.]?[0-9]?[0-9]?[0-9]?[0-9]?)?"
Have fun!
Eduard Keilholz
23-Apr-11 6:14am
View
Thanks a lot man!
Eduard Keilholz
22-Apr-11 10:03am
View
Did you READ my answer? Add the script in the page load event and add a client script handler that calls the doConfirm function
Eduard Keilholz
22-Apr-11 8:05am
View
Thanks for your answer, but again... the articles are outdated and will not meet my requirements. UAC will nag me...
Eduard Keilholz
22-Apr-11 8:04am
View
Thanks for you answer Sandeep, but the article is outdated. It doesn't take UAC into account, I will run into the same problems I have right now...
Eduard Keilholz
22-Apr-11 5:57am
View
I don't see why you cannot get that working with the code above. Have you tried to implement it?
Eduard Keilholz
19-Apr-11 4:02am
View
You can!! Just try it!! The button will be replaced by the mdi child's button, and if there IS not mdi child, the main form we respond to the button....
Don't ask us for advice if you don't believe us! The toolstrip if capable of doing exactly what you explain. Try it!
Eduard Keilholz
19-Apr-11 2:35am
View
That is exactly what it'll do if you did what I told you!!!
Eduard Keilholz
18-Apr-11 11:02am
View
Add the toolstrip button on the childform itself, handle the click event and execute the method you want to execute. Merge the toolstrip of the childform into the toolstrip on you MDI Parent using the code above.
Eduard Keilholz
18-Apr-11 3:28am
View
You may want to press the 'Accept Answer' button. Others will spend time answering your question whil you're problem is already solved ;)
Glad I could help, Cheers!
Eduard
Eduard Keilholz
12-Apr-11 5:53am
View
What I meant, is that you open the file for editing, and change it's content, not the filename
Eduard Keilholz
12-Apr-11 5:38am
View
If you change the file, it will not execute...
Eduard Keilholz
12-Apr-11 2:52am
View
If you'ce set the mode to 'Off' and refresh the page, a new error page appears that explains what's going on. Can you post this message?
Eduard Keilholz
12-Apr-11 2:31am
View
It's quicker to use a StringBuilder if you add up strings like this.
Eduard Keilholz
12-Apr-11 2:29am
View
No you have not. Hit the green 'Accept solution' button..
Eduard Keilholz
12-Apr-11 2:17am
View
Added 'codeproject friendly formatting' ;)
Eduard Keilholz
12-Apr-11 2:06am
View
Added some 'codeproject friendly' formatting
Eduard Keilholz
12-Apr-11 1:59am
View
If it's working, then please accept the answer so others don't spend time on answering your question, while the problem is already solved!
Eduard Keilholz
12-Apr-11 1:57am
View
Yes, I'm curious who is going to answer this question? ;)
Eduard Keilholz
8-Apr-11 11:03am
View
Update your question and post the code you have so far///
Eduard Keilholz
8-Apr-11 6:41am
View
Maybe no ASP, just plain HTML or something?
Eduard Keilholz
8-Apr-11 6:39am
View
As I understand the question correctly, the error is "Unable to start debugging on the web server error"...
Eduard Keilholz
8-Apr-11 6:37am
View
sharp, +5
Eduard Keilholz
8-Apr-11 6:24am
View
Thanks, if you've found your answer you may want to accept one of the given answers by clicking the 'Accept Solution' button to indicate your problem is solved so nobody spends a lot of time answering your question when the problem is already solved.
Eduard Keilholz
8-Apr-11 6:19am
View
What is your question?
Eduard Keilholz
8-Apr-11 6:08am
View
Post your code of what you've tried so far, maybe we can help...
Eduard Keilholz
8-Apr-11 4:05am
View
Good resources Sandeep! +5
Eduard Keilholz
8-Apr-11 4:05am
View
Hahaha! Thnx!
Eduard Keilholz
8-Apr-11 3:24am
View
What do you mean with 'belong'? How can a date 'belong' the the current date?
Eduard Keilholz
7-Apr-11 7:03am
View
What is your question?
Eduard Keilholz
5-Apr-11 11:47am
View
Post comments by pressing 'Add comment' in stead of adding an answer please ;)
Eduard Keilholz
5-Apr-11 10:15am
View
Good question = +5
Eduard Keilholz
5-Apr-11 10:08am
View
Agree, don't understand the question....
Eduard Keilholz
5-Apr-11 7:57am
View
Funny, German... but erhm... English?
Eduard Keilholz
4-Apr-11 10:53am
View
Deleted
[comment by abasfar]
Thanks for your answer
I want to make a robot spider, not in my site on other sites
[/comment]
Eduard Keilholz
4-Apr-11 10:12am
View
Can you write your question in a different way, I'm not sure if anyone is going to understand this question..
Eduard Keilholz
4-Apr-11 10:09am
View
What have you tried so far?
Eduard Keilholz
4-Apr-11 8:10am
View
Wow, I implemented this code, it works like a charm! Thanks once more!
Eduard Keilholz
4-Apr-11 8:08am
View
Hmmm... he's spamming the entire web!!
http://www.google.com/search?q=Edit+Economics+Books
shows like 20 posts of this guy....
Eduard Keilholz
4-Apr-11 8:06am
View
http://tinyurl.com/425rueg
this may help you!
Eduard Keilholz
4-Apr-11 8:04am
View
Ehm....
NAME Price Part total
----- ----- ---- -----
1 2 2 4
2 5 2 10
3 3 3 <stong>9<--- ???
--- ---- --- ----
TOTAL 10 7 20
Eduard Keilholz
4-Apr-11 7:55am
View
http://javascript.internet.com/snippets/client-window-size.html
This is a (javascript) example to retrieve the client's window size. But as I understand your question correctly, you'll not be able to do that using default features.
Eduard Keilholz
4-Apr-11 6:09am
View
I agree it's not the best answer I've seen on the CodeProject, but it is indeed the correct answer to your question! We're not here to write your code, we're here to help you learn, but you'll have to code yourself. If you don't understand the answer, modify your question and ask a proper question... My 5 for this answer...
Eduard Keilholz
4-Apr-11 5:52am
View
Just read the document, see the information about sitemaps if you want to know how google finds your pages.
Eduard Keilholz
4-Apr-11 5:08am
View
Do you mean that your entire website (including the images and stuff) should scale accoding to the clients screen resolution? Like if you would zoom in and out on an image in graphics software?
Eduard Keilholz
4-Apr-11 5:05am
View
w00t? It's just a link to google's search engine optimization guide. The size is 4.2 Mb.
Eduard Keilholz
4-Apr-11 3:17am
View
Have you considered creating a settings class which you serialize using XML?
Eduard Keilholz
4-Apr-11 2:29am
View
How is that taken care of in the compitition? Are there player pools with an odd number of players, how do they take care of that? If there are no pools with an odd number of players, maybe you should only allow pools with an even number of players? I don't know if/how your badminton organisation takes care of that, but maybe you should follow their solution.
Eduard Keilholz
4-Apr-11 2:25am
View
Post the code you've got so far and we may give you some tips!
Eduard Keilholz
4-Apr-11 2:24am
View
What do you mean with 'block', and 'what' do you want to block, using a webservice, visiting your website? Ask a proper question!
Eduard Keilholz
4-Apr-11 2:23am
View
What do you mean with 'block', and 'what' do you want to block, using a webservice, visiting your website? Ask a proper question!
Eduard Keilholz
1-Apr-11 6:53am
View
Totally agree 1 for the question
Eduard Keilholz
1-Apr-11 4:48am
View
Deleted
1st of april here ;)
Eduard Keilholz
1-Apr-11 4:44am
View
This is not an answer, use the comments instead
Eduard Keilholz
1-Apr-11 4:43am
View
Yep, you already got my 5 there!
Eduard Keilholz
1-Apr-11 4:38am
View
Hrrmmm... I tried your code, but it's expired ;)
Eduard Keilholz
1-Apr-11 4:34am
View
Wow, you understood this question?? I'm amazed! I don't know if your answer is correct, but +5 for being able to have a response to this question ;)
Eduard Keilholz
1-Apr-11 2:37am
View
Thanks for your answer, my 5
Eduard Keilholz
1-Apr-11 2:37am
View
Thanks a lot! My 5
Eduard Keilholz
1-Apr-11 2:35am
View
Thanks for helping, my 5
Eduard Keilholz
1-Apr-11 2:35am
View
Thanks for helping, my 5
Eduard Keilholz
31-Mar-11 3:46am
View
[dutch]
Ik zou zelf ook niet zo snel Nederlandse termen in code gebruiken. Nederlandse software schrijven kan natuurlijk altijd, maar de code ook in het Nederlands zou ik zelf niet zo snel doen. Ieder zijn eigen voorkeur natuurlijk...
[/ducth]
Eduard Keilholz
31-Mar-11 3:36am
View
Updated question, you cannot demand for code here.
Eduard Keilholz
31-Mar-11 3:18am
View
What do you have right now? What part isn't working? Or do you really expect us to write the entire code for you?
Eduard
Eduard Keilholz
31-Mar-11 2:52am
View
:)
Eduard Keilholz
28-Mar-11 14:34pm
View
What programming language? What development environment?
Eduard Keilholz
28-Mar-11 6:06am
View
Hahaha, a side collection side broadcast... Don't you know what that is??
:)
Eduard Keilholz
28-Mar-11 2:54am
View
Updated question style... (removed code block)
Eduard Keilholz
25-Mar-11 4:20am
View
Agree!
Eduard Keilholz
24-Mar-11 8:00am
View
The MAC address is easy to spoof...
Eduard Keilholz
24-Mar-11 4:07am
View
Thank you SA ;)
Eduard Keilholz
24-Mar-11 3:28am
View
Styled the question a little to be able to read it better.
Eduard Keilholz
24-Mar-11 3:16am
View
Good answer, my 5!
Eduard Keilholz
24-Mar-11 3:16am
View
Agree!
Eduard Keilholz
24-Mar-11 3:15am
View
My 5
Eduard Keilholz
24-Mar-11 3:11am
View
Good call, my 5!
Eduard Keilholz
22-Mar-11 17:56pm
View
Sorry, mis-read the question, removed my answer...
Eduard Keilholz
22-Mar-11 17:53pm
View
Of good help, and a good @"" tip! My 5
Eduard Keilholz
22-Mar-11 17:22pm
View
Hey Sandeep, are you browsing the codeproject 24 hours a day? You voted a couple of times on my answers the entire day ;)
Thanks, keep up the good work!
Eduard
Eduard Keilholz
22-Mar-11 15:56pm
View
Great!
Eduard Keilholz
22-Mar-11 11:37am
View
Stop asking the same question over and over again
http://www.codeproject.com/Questions/171663/License-for-XMLWriter.aspx was your previous (same) question just 15 minutes ago!
Eduard Keilholz
22-Mar-11 11:24am
View
I don't understand your question. How can you display dropdown values without HTML?
Eduard Keilholz
22-Mar-11 11:22am
View
You've already sent a message to the writer of the article. Why do you ask the question here?
Eduard Keilholz
22-Mar-11 9:11am
View
Good answer, my 5
Eduard Keilholz
22-Mar-11 9:09am
View
What is your question?
Eduard Keilholz
22-Mar-11 8:34am
View
I guess some kind of fancy programming language? ;)
Eduard Keilholz
22-Mar-11 8:33am
View
w00t?
Eduard Keilholz
21-Mar-11 6:09am
View
What is your question?
Eduard Keilholz
21-Mar-11 6:06am
View
That must be hard :(
Eduard Keilholz
19-Mar-11 11:39am
View
Deleted
I think the first alternate is a neater way to do the same since the code is easier to read and maintain. Even though, thanks for sharing!
Eduard Keilholz
19-Mar-11 11:37am
View
Deleted
Thanks for your improvement! I Like your input, and included it in the original tip / trick
Show More