Cerebrus
|
Registered User
|
I've been moderating the DotNetDevelopment Google Group for the past 3 years and have been extremely active within the Group.
|
|
Dec 11 |
accepted | Technology changes that you’d never want to reverse |
|
Dec 9 |
revised |
Re: Please guidance required on Microsoft Certifications added 261 characters in body |
|
Dec 9 |
answered | Re: Please guidance required on Microsoft Certifications |
|
Nov 12 |
comment |
How do i get rid of __o is not declared? Thanks for that useful comment, @awe! |
|
Nov 2 |
comment |
Awesome Visual Studio Macros I've seen stranger. Sort the answers by date and you'll see the rationale. ;-) |
|
Nov 2 |
comment |
How can I get the untruncated text value of an <OPTION> element? I agree, very succinctly put. |
|
Nov 2 |
comment |
How to make .NET application access internet through proxy I suggest you read the question before the edit, buddy! There was no mention of a third party library such as Gdata. |
|
Nov 2 |
comment |
Valid Characters for JavaScript Variable Names +1 for the link to ECMA ! |
|
Nov 2 |
answered | Valid Characters for JavaScript Variable Names |
|
Oct 23 |
comment |
Multi Threading locks and monitor class not working Exactly that. The object (variable) to which the Monitor holds a lock must be global, not local to the Property or method in which locking occurs. That would prevent its reinitialization. |
|
Oct 5 |
comment |
how do i pass parameters from dropdown list to stored procedures Good catch, that's quite possible too. +1 |
|
Oct 5 |
comment |
Images that are in App_Data folder not shown in browser @Muhammad: No, you don't! :P |
|
Oct 5 |
comment |
how do i pass parameters from dropdown list to stored procedures What are you doing with the sp1 variable ? Is there some code that we are not seeing here ? If you add the sp1 parameter as-is to the Command's parameter collection, such an error would naturally result. |
|
Sep 22 |
comment |
How do I encode an URL? +1 for the use of EscapeUriString(). |
|
Sep 22 |
comment |
How do I encode an URL? @envalid: I do not think the adjective "cruel" is appropriate here. A better description would be "ungracious, inconsiderate and uncivil" ! ;-) |
|
Sep 20 |
accepted | ASP.NET validation error in ‘CombinedScript’? |
|
Sep 11 |
comment |
Find matching strings using RegX in Javascript?? Yeah, I believe this is the best way. +1 |
|
Sep 9 |
answered | How do I format a DateTime? in c#? |
|
Sep 9 |
comment |
How do I format a DateTime? in c#? Good answer, especially the comment about storage! +1 |
|
Sep 9 |
answered | getting image from a picturebox |
|
Aug 31 |
accepted | using dataadpter how to update data in database |
|
Aug 17 |
comment |
Get-methods or private property? Exactly!! :-) +1 |
|
Aug 17 |
revised |
Not getting value in javascript Tags edited. |
|
Aug 14 |
answered | Do not fill DropDownList if upstanding UserControl isn’t visible |
|
Aug 14 |
comment |
Best Practices for handling Error Strings You should add an item - "Other" to the enum to make it sufficient for the OP's purpose. +1 for reading my mind! :P |
|
Aug 14 |
answered | Best Practices for handling Error Strings |
|
Aug 14 |
comment |
Databinding an ArrayList to a ListBox in VB.NET? You have neglected to metnion if this is a Web app or Windows app. The ListBox control exists in both but the process of databinding is vastly different! |
|
Aug 12 |
comment |
Which Protocol is best for File Transfer. +1 for the "list of FTP's". :-) |
|
Aug 12 |
answered | Are there any resources online which will walk me through the construction of an application built in C#? |
|
Aug 12 |
answered | How to create setup for any exe ? |
|
Aug 10 |
answered | datagridview in c# |
|
Aug 10 |
comment |
.NET 1.1 assembly in .NET 2.0 project: Is .NET 1.1 required? It appears that the OP has only a single version (built on .NET 1.1) of the concerned assembly. |
|
Aug 7 |
comment |
Tables.Select on Unicode Characters Good question. +1 |
|
Aug 7 |
comment |
I can’t read my own .NET serialization I can't read my own handwriting, either! :P |
|
Aug 6 |
comment |
why is my date validator not working? What other dates does it fail for ? |
|
Aug 6 |
comment |
How can I check whether DNS error occurred after getting WebException Sweet! Didn't know that. +1 |
|
Aug 6 |
comment |
Is there any GoogleGroup API to fetch data from Google Groups. Oh, I so wish there was! Maybe someone knows. +1 |
|
Aug 6 |
comment |
How to use ASP.NET Resources in this way? Perhaps like : <%# String.Format("3{0}", Resources.myResource.s) %>. I don't know if Ben's method works, but if it does, would be a pretty cool way. +1 |
|
Aug 6 |
revised |
How to use ASP.NET Resources in this way? Minor formatting corrections, tags added. |
|
Aug 6 |
answered | How can I check whether DNS error occurred after getting WebException |
|
Aug 6 |
comment |
Regarding WebService Ben hit the nail on the head! +1 |
|
Aug 5 |
comment |
How can i get categories list of amazon shopping in xml ? You're lucky I don't tell you my "I want... " list of things ! |
|
Aug 1 |
answered | Can somebody help me modifying an open-source software (KeePass)? |
|
Jul 29 |
accepted | Post Back response from PHP to javascript [SOLVED] |
|
Jul 29 |
comment |
email validation in a c# winforms application It's "not a real question", folks!! |
|
Jul 29 |
revised |
Getting a UniqueId when using RenderControl Minor formatting corrections. |
|
Jul 29 |
comment |
Post Back response from PHP to javascript [SOLVED] ... that is what AJAX is all about! :-) |
|
Jul 29 |
comment |
Post Back response from PHP to javascript [SOLVED] @BitDrink: As the tutorials should illustrate, you can send an asynchronous hit from page1.php to page2.php which returns the result of your email validation and you can display that result on page1.php without (appearing to) post back or moving away from page1.php. |
|
Jul 29 |
answered | Post Back response from PHP to javascript [SOLVED] |
|
Jul 29 |
answered | File Access denied in .NET |
