CrossPage Posting with ASP.NET 2.0
Posted by elberon5 Wed, 07 Mar 2007 04:34:00 GMT
So I read about this "CrossPage Posting" functionality in the Essential Asp.Net 2.0 book. The ability to cross page post like you could do in classic asp 3.0. At the time I ignored it, thinking I would probably never use it. I finally had a need for it because a client wanted to have a search screen located on a different page than the existing search/results page and I didn't feel like writing the page over or moving the page into a server control. It was quite simple to do with the cross page posting. Here's a quick article that I had used to get started. It had everything I needed in it.

Comments
Leave a response