Link to home
Start Free TrialLog in
Avatar of BOEING39
BOEING39

asked on

PAGE META REFRESH

I have the following page that is filtered by a dropdown mention by "Station".   I need help refrshing back to itself
with the page diplayed after the filter is applied.   I have been using Meta Refresh; however, this is not taking the filter into consideration.   In other words I need the page to refresh to the Station filter that has been already applied.

Here is the code for the page with the Meta Refesh inserted into the head.  


<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Home1.aspx.cs" Inherits="_Home1" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">

<meta http-equiv="REFRESH" content="30"/>

<title>LAS Home</title>
<style type="text/css">
.style3 {
	text-align: left;
}
.style5 {
	border-color: #c0c0c0;
	border-width: 0;
	background-color: #ffffff;
}
.style6 {
	text-align: center;
	color: #0000FF;
	font-family: Arial;
}
.style16 {
	font-size: small;
	color: #000080;
}
.style17 {
	font-family: Arial;
}
</style>
</head>

<body>

<form id="form1" runat="server">
	<div class="style3">
	<table style="width: 1230px" cellpadding="0" cellspacing="0" class="style5">
		<tr>
			<td class="style6"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
			Station Level - System Critical Workload and AOS Activity 
			Planner&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
			</strong></td>
		</tr>
		<tr>
			<td style="height: 19px"></td>
		</tr>
		<tr>
			<td valign="top" class="style3">
		<div class="style3">
			<span class="style16">
			
<form name="form1">

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Carlos Villegas
Carlos Villegas
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of BOEING39
BOEING39

ASKER

Works great Thank You
Glad to help buddy