When developing a SharePoint solution, there are many choices of development environments to get the job done, but they are not all equal. Once you’ve figured out the purpose of the page, how many web-parts are required for that purpose, and...
Check out the nifty new code syntax highlighter we've added to the blog. This will make it much easier for us to post code snippets. Here's a sample c# function that is automatically formatted. Also note the handy tools on the upper rig...
It’s a common problem: “I have an ASP .Net data entry form and all of my users are mad at me because they closed their browser and they lost their unsaved data!” If I had a dollar for every time I had to re-enter my shipping addr...
When creating data entry forms in ASP .NET, the JavaScript onbeforeonload event can add a huge improvement to the end user experience. This nifty little event is fired before a page is unloaded (duh) and will keep users from navigating off of a page ...