Stories recently tagged with 'asp'

Caching AJAX Calls on Browser (toptechsolutions.blogspot.com)

submitted by SadiaAzizSadiaAziz(125) 9 months, 29 days ago

Browsers can cache images, JavaScript, CSS files on a user's hard drive, and it can also cache XML HTTP calls if the call is a HTTP GET. The cache is based on the URL. If it's the same URL, and ... read more...

add a comment |category: |Views: 2

tags: another

How to: Create SEO Friendly URL in ASP Classic(blog.webwizo.com)

submitted by webwizowebwizo(104) 1 year, 8 months ago

Find the method of create SEO Friendly URL in ASP Classic. It is the easiest way to create friendly url. read more...

add a comment |category: |Views: 29

tags: another

Integrating TypeMock with ASP .NET Unit tests(nizarnoorani.com)

submitted by noorani786noorani786(225) 2 years, 11 months ago

Ivonna let's you write ASP .NET Unit tests in conjunction with TypeMock read more...

3 comments |category: |Views: 168

tags: another

Paging in ASP and ASP.Net(moretechtips.net)

submitted by MikeD1MikeD1(290) 3 years, 2 months ago

Comparing paging methods : DataSet , DateReader , Recordset, Top Clause , Row_Number Function I did a simple timing using these paging methods on one table of more than 1 million records , getting & looping 100 records per page.. read more...

add a comment |category: |Views: 14

tags: another

Creating a custom ViewEngine for the ASP.NET MVC framework(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 8 months ago

Have you ever seen a presentation of ScottGu about the ASP.NET MVC framework? There is one particular slide that keeps coming back, stating that every step in the ASP.NET MVC life cycle is pluggable. Let's find out if replacing one of these components is actually easy by creating a custom ViewEngine and corresponding view. read more...

add a comment |category: |Views: 282

tags: another

Setting up classic ASP on Windows Vista and IIS7(blog.krisvandermast.com)

submitted by KvdMKvdM(1695) 4 years, 8 months ago

Setting up classic ASP on Windows Vista and IIS7 read more...

add a comment |category: |Views: 225

tags: another

A Better View On Your Coding Community!(codefeeds.com)

submitted by deksildeksil(10) 4 years, 9 months ago

A great site that aggregates the top coding-related feeds in one convenient and easy-to-use location. Filter information by providers, topics and keywords in order to quickly find the information that you need. read more...

add a comment |category: |Views: 3

tags: another

DataGrid Columns in ASP.NET 1.x(webdotdev.com)

submitted by webdotdevwebdotdev(70) 5 years, 2 months ago

Working with the DataGrid component in ASP.NET 1.x can be an overwhelming task at times. With so many configurable options available and a myriad of different attributes and parameters to work with your head can be spinning in no time. read more...

add a comment |category: |Views: 1

tags: another