Asp.net mvc return data from codebehind of aspx page

Posted by nuubee on Stack Overflow See other posts from Stack Overflow or by nuubee
Published on 2010-06-03T09:49:57Z Indexed on 2010/06/03 10:34 UTC
Read the original article Hit count: 227

Filed under:
|

Hi there I have a situation where I need to make to call to a normal .aspx page from asp.net mvc web application. How can I make this request and get data back from the page. the data will be returned on on the page_load event of the .aspx page

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about mvc