Browse by Tags

All Tags » ASP.NET (RSS)

Consuming JSON Web Service from jQuery and Server Code

This is a trick i learned today, if you have your web service returning JSON string to utilize on your ajax calls if you planned to connect to this service using server code (Web Reference) for internal facing app for example you have a problem. If you...

Cross-domain JSONP with jQuery call step-by-step guide

I’ve been banging my head all day to accomplish this, it’s like a puzzle.. but since i get it to work i thought i could write this post for you and myself. What we want to accomplish? Simple way to communicate cross-domain with ASMX .NET 3.5 Web Service...

Finally Microsoft Shipping Open Source

  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:...

Configuring ASP.NET Email Notification for Health Monitoring

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...
Posted by Adel Khalil | 1 comment(s)
Filed under: , ,

Partial Web.Config

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.
Posted by Adel Khalil | with no comments
Filed under: ,

Tiny Tip: Exporting to Excel from GridView inside UpdatePanel

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...
Posted by Adel Khalil | with no comments
Filed under: ,

Volta announced, GWT Architecture and Script#

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...
Posted by Adel Khalil | with no comments

Mission Impossible: Opening .NET 1.1/VS 2003 Web Project

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...

Tiny Tip: Make sure your feed is discovered by IE7 RSS Button

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...

Tiny Tools, Huge Benefits

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...
Posted by Adel Khalil | with no comments

Get over &quot;MaxLength not working in ASP.NET&quot;

Hi Mates, if you are using a TextBox Server Control and have modified the TextMode property to MultiLine and have it's MaxLength=200 for example it will simply not work.. and when you run your application no matter what is the browser that you are using...
Posted by Adel Khalil | with no comments
Filed under:

Enable your ASP.NET for OpenID

I wrote about OpenID before and today i came across Andrew Arnott post about how to enable your ASP.NET website for OpenID
Posted by Adel Khalil | 2 comment(s)
Filed under: ,

Custom Mempership Provider for preventing DoS

Hours ago i had a chance to attend for one of my favorites speakers who always speak at Middle East Developer Conference, my list of great speaker include more world first class speaker.. which is a subject i will talk about more later. The speaker for...
Posted by Adel Khalil | 1 comment(s)
Filed under: , , , ,