![]() |
|
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| PHP/HTML/CSS/JavaScript and Servers Pick up tips and exchange info on the technical side of having a web presence. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
AJAX isn't built in to .NET 2.0, so you'd have to install it first. You can download it from Microsoft: http://www.microsoft.com/downloads/d...displaylang=en
Once installed, you simply need to add the dll to the project and add an http handler to your web.config file. Something along the lines of: <httpHandlers> <add verb="POST,GET" path="ajax/*.ashx" type="Ajax.PageHandlerFactory, Ajax" /> </httpHandlers>
__________________
Original Art by Tarryn Winfield |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| facecart beta here! Ajax java free shopping cart | apetrov | Other eCommerce Software | 7 | 16-01-2008 11:30 PM |