views:

30

answers:

0

I know I could use WebClient or WebRequest, but somehow this feels like using WebClient or WebRequest to do a postback or a crosspage postback.

What do I need to do to get a WebForm to "post" to a ADO.NET service, which is expecting a different verb and has a different URL?

I googled this but couldn't find anything to enlighten me.

related questions