- RCCEWebPartRecently I had a requirement where the stakeholder for a WSS Site wanted what I call 'Visual Security' i.e. basically where the interface does not render what the user does not have rights to. The …
- Avalon and XAMLI'll blog today's stuff later, but I wanted to dump out what I got from the BOF session on Avalon and XAML.
- Google PrintThe Google Print Beta is available here. Publishers and libraries seem to hate it. I wonder how much more effective/different it is from CiteSeer.
- Mobile Development made easyHave you built a mobile solution for you company from scratch?
- Creating Publisher Certificates For ClickOnceBeta 1 allowed to sign your ClickOnce manifests simply by using a string name key file (.snk). Beta 2 no longer support this, and you are required to provide a publisher certificate. This was bit c…
- How to validate a valid GUID Value in C#In this implementation you pass in a Guid as an 'out' parameter along with the string you want to test - it then fills in the Guid and returns true / false depending on whether the Guid was valid...
- Getting, Setting , Deleting and Updating Cookie Data as Collection in ASP.NetHere is a helper class that makes it easy to do all the data manipulation functions on the data stored in the Cookie. It makes use of HybridDictionary Collection object and is very efficient for ha…
- Geekswithblogs.netPosted By: John K. Hines | 10/12/2010 6:51 PM | 0 Comments
- CodeSmith, Consistency and EleganceCodeSmith 3.0: Are you a CodeSmith fan? When you move up to version 3 Release Candidate 1, be aware that Eric “cleaned up” the GetCamelCaseName function name by changing it to CodeSmith.BaseTemplat…
- Enabling Enter Key on a Text Box to auto click a Button ....It is very Common practice to hit an enter key on a text box in order to submit a form. For example if you are designing a Login Screen it is frequently required that user just hit enter after fill…
- You may receive the error "BC30138: Unable to create temp file in path 'C:\Windows\TEMP\:' Access is denied"You may receive the error "BC30138: Unable to create temp file in path 'C:\\Windows\\TEMP\\:' Access is denied" while trying to debug or browse your ASP.NET Applications. This may occur if the ASPN…
- Comparison: UML ToolsHere we go again... I've done random searches for UML tools before, but this time, I figured I'd go ahead and document it. I probably won't make this as extensive of a search as I usually do just f…
- EnGraph Datebox .NET ControlWe have released DateBox .NET Control. This is the first of many controls we plan to release to the community. We have all these controls that we use during the development of our transportation so…
- SQL Server Reporting Services and rsAccessDeniedrsAccessDenied was all that stood between me and high fives from the customer. The message from SQL Server Reporting Service (SRS) even displayed the clients log on name – so SRS KNEW who it was de…
- Launching VPN at startupIf you need to connect to a Virtual Private Network at windows startup, and you don't want to have the user push connect or enter the password do the following: 1) On the VPN Connect screen, check …
- You may receive the error "It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level" in asp.netYou may get this error when trying to browse an asp.net application. The debug information shows that "This error can be caused by a virtual directory not being configured as an application in IIS.…
- You may receive the error "Parser Error Message: Could not load type 'WebApplication1.Global'." when browsing an asp.net pageYou may receive the following error when browsing an asp.net application. Parser Error Message: Could not load type 'WebApplication1.Global'. Source Error: Line 1: <%@ Application Codebehind="Globa…
- Contractor vs. ConsultantDave Donaldson is stewing over an article on Contractor vs. Consultant. My take—the original author doesn’t have the reputation to make it as a contractor. Case in point—and I quote: “you're never …
- TextArea Cursor Position with JavaScriptI’d recently searched around for some good-quality JavaScript snippets to determine the cursor position within an HTML TextArea, but haven’t had any luck. So, like any fellow geek would do, I came …
- Image File Execution options key as an Attack Vector on WindowsDana Epp posted interesting article about using Image File Execution options in the Windows registry to redirecting a process loading:
