calling aspx page from view
i have some aspx pages included in my project i need to call them from view not by controller
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
ejaz mirzaPosted Jul 31, 2018, 6:11 AM
ejaz mirzaPosted Jul 31, 2018, 6:08 AM
Jenith ThakkarPosted Jul 31, 2018, 5:37 AM
ejaz mirzaPosted Jul 31, 2018, 5:34 AM
ejaz mirzaPosted Jul 31, 2018, 1:00 AM
Jenith ThakkarPosted Jul 31, 2018, 12:57 AM
<%@ Page Language="C#" Title="MeetingCreate" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="MeetingCreate.aspx.cs" Inherits="MeetingScheduleMatchingSystem.Form.MeetingCreate" %>
then start Asp Content on that page
ejaz mirzaPosted Jul 31, 2018, 12:52 AM
Jenith ThakkarPosted Jul 31, 2018, 12:45 AM
ejaz mirzaPosted Jul 31, 2018, 12:34 AM
ejaz mirzaPosted Jul 31, 2018, 12:32 AM
Jenith ThakkarPosted Jul 31, 2018, 12:08 AM
<%={ Response.Redirect("~/Account/LogIn?returnUrl=Products");}%>