Showing posts with label Refer one aspx page to another aspx page or ascx page in asp.net. Show all posts
Showing posts with label Refer one aspx page to another aspx page or ascx page in asp.net. Show all posts

15 July 2011

Refer one aspx page to another aspx page or ascx page in asp.net

Refer one aspx page to another aspx page or ascx page in asp.net

add the code in aspx page or User control page .ascx code below

Support.aspx is the reference page

<%@ Reference Page="~/Support.aspx" %>


Implementing OAuth validation in a Web API

 I mplementing OAuth validation in a Web API Implementing OAuth validation in a Web API using C# typically involves several key steps to sec...