| bio | website | |
|---|---|---|
| location | United States | |
| age | ||
| visits | member for | 1 year, 7 months |
| seen | yesterday | |
| stats | profile views | 34 |
|
Apr 3 |
revised |
JQuery datePicker date reset code formatting |
|
Apr 3 |
suggested | suggested edit on JQuery datePicker date reset |
|
Jan 13 |
comment |
C# An established connection was aborted by the software in your host machine What exactly are these DDoS Mitigation Services ? You can run the netstat command at the server and see the number of established connections and see if is exceeding the limit set up by your DDoS mitigation services |
|
Jan 13 |
comment |
Run programs on remote computer can u check the value of outParams["returnValue"] and outParams["processId"] ? |
|
Jan 11 |
answered | Check if user is part of administrator group - C# |
|
Jan 11 |
answered | Positioning an OpacityMask in WPF |
|
Jan 11 |
answered | Why it's bad to provide an implicit operator of String(char[])? |
|
Jan 11 |
comment |
How I get Active Directory User Properties with System.DirectoryServices.AccountManagement Namespace? possible dup stackoverflow.com/questions/1785751/… |
|
Jan 10 |
comment |
How to get the CPU Usage of each Processor in C#? maybe you have a dual core intel machine so due to hyperthreading it may be showing 4 cores and usage of each core |
|
Jan 10 |
comment |
Using C# For On Screen Drawing @Chris As I mentioned in my answer, it will only get him started with the solution :) Also, I am assuming it has got to do with Invalidation of controls, please try to share the reason instead of just telling |
|
Jan 10 |
comment |
My xpath evaluator and my code seem to be getting different results Please try with my edit, and yeah you were correct, it will work with string also |
|
Jan 10 |
revised |
My xpath evaluator and my code seem to be getting different results added 82 characters in body |
|
Jan 10 |
answered | My xpath evaluator and my code seem to be getting different results |
|
Jan 10 |
answered | Using C# For On Screen Drawing |
|
Jan 10 |
comment |
Create application bar in xaml and manipulate it in code You could tell us what is the exception.. |
|
Jan 10 |
comment |
C# - Add new row to a DataGridView Yeah thats a good question :) If you go through msdn documentation for DataSource property of DataGridView, it can be anything that implements IList interface among others and List<t> surely does that. I can only think of some internal binding issue due to binding to a custom type. The doc goes on to say that preferred way is to bind via BindingSource, as it takes care of most of the binding issues for you. |
|
Jan 10 |
revised |
C# - Add new row to a DataGridView added 128 characters in body |
|
Jan 10 |
revised |
C# - Add new row to a DataGridView added 52 characters in body |
|
Jan 10 |
answered | C# - Add new row to a DataGridView |
|
Jan 9 |
comment |
How to trace WebClient requests / response to the Application Output (Console) in MonoDevelop your WebClient instance, the one which you are using to invoke UploadStringAsync should contain these properties. |