-
For a SharePoint website I was developing user controls that inherit from the ASP.NET 2.0 Membership controls. Submitting the custom login and password recovery controls by clicking the submit button worked as expected. However, submitting the controls by pressing the Enter key on my keyboard resulted...
-
Just fixed a very nasty bug in one of the applications I'm developing. In the database world there is a name for this bug which at the moment does not come up in my mind, I think it is called a 'lost write' but I'm not sure. Somewhere in a class I did the following based on a passed username...
-
This is awesome, Microsoft finally decided to ship open source software, jQuery will be shipped with ASP.NET MVC and will be supported as any Microsoft product, also will be shipped with Visual Studio on the long run, this is a bold move http://www.hanselman.com/blog/jQueryToShipWithASPNETMVCAndVisualStudio...
-
Word to the wise, unless you want to spend hours tracking down idiotic Stack Overflows, check your Sitemap files in ASP.NET. Each sitemap node can contain a 'Provider' attribute. This is designed so that you can set up several sitemaps, and have a master sitemap file pull submenuitems from seperate...
-
So I am back into making .NET websites... and I love the web.sitemap feature of .NET 2.0+ However, I like my web folder structure to be semantic. This means that instead of clunky files with extensions, I like to have a directory for every portion of the site. Example: http://www.website.com/products...
-
ASP.NET provide a very conveniant way for health monitoring notifications, that will allow you to setup an email prvider to catch web events and send email messages when any arise. all you need is to configure your web application to send emails, also have a configured SMTP Virtual Server on your running...
-
With integrating new technologies with .NET Framework 3.5 like Ajax Extension for instance the default web.config become very fat. why not having a designer generated code for the web.config in seprate file like it did with ASPX pages.
-
When people want start learning about .NET in general or a specific subject like Silverlight or security, can be send to the "How Do I?" videos. I do this myself a lot of times, because a lot of videos aren't 60+ minutes. Just as a reminder to myself, the root url is this one .
-
This is a basic feature that most of todays application provide the most widly used implementation make use of the Response object to write to all the page which dosn't go well with ajax calls that concerns with only a portion of the page. you can place the export button outside the girdview ofcourse...
-
Microsoft Live Labs announce the new web coming technology Volta , which is a set of developer tools that in plain English work as MSIL re-compiler to cross-browser compliant JavaScript . The Volta technology preview is a developer toolset that enables you to build multi-tier web applications by applying...
-
On the frontpage of BloggingAbout.NET you can see who posted comments on which articles and I found a few recent comments on a rather old post by Arjen Bloemsma about the LocalSqlServer connection string and its binding to ASP.NET Membership provider. Arjen provides a fast and easy solution that's...
-
If you are lucky enough to not work with web project in VS 2003 don't read on. i have a massive amount of time trying to figure how to open a web project written in .NET 1.1/VS 2003 on another machine on couple of XP machines every time i got error and try to hack into it to get another one, all...
-
To do so just add this little snippet of code to your default page and you good to go. < head > < link rel ="alternate" type ="application/rss+xml" title ="Live From Cairo" href ="http://bloggingabout.net/blogs/adelkhalil/default.aspx" > </ head...
-
First, let me tell you how I open my websites in Internet Explorer 7 and/or Firefox. Open link in new window SHIFT + Mouse-click Open link in new tab window CTRL + Mouse-click Open link in same window Drag link to tab Refresh post-back page without re-posting Drag icon from address bar to tab Because...
-
Those are a subset of Hanselman's tool list , those are very helpful during my daily job... so i thought i share with you.. to boost your productivity as well. Query Express - A light weight Query analyzer like application .NET Reflector - Amazing utility reflect over .NET Assemblies you can use...