Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
DotNet
acad.assignment.mngr
academic
adonet
aspnet
aspnet.announcements
aspnet.build.controls
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
clr
compactframework
component_services
datatools
distributed_apps
drawing
faqs
framework
framework.wmi
general
internationalization
interop
languages.csharp
languages.jscript
languages.vb
languages.vb.controls
languages.vb.data
languages.vb.upgrade
languages.vc
languages.vc.libraries
myservices
odbcnet
performance
remoting
scripting
sdk
security
setup
vjsharp
vsa
webservi.enhancements
webservices
windowsforms
windowsforms.controls
winforms.databinding
winforms.designtime
xml
  
 
date: Mon, 16 Jun 2008 03:57:01 -0700,    group: microsoft.public.dotnet.framework.aspnet.mobile        back       


How to Auto-refresh a mobile page?   
Here is the simples Mobile page i created

<%@ Page Language="vb" AutoEventWireup="false" 
Codebehind="MobileWebForm1.aspx.vb" Inherits="Mobile_PSD.MobileWebForm1" %>
<%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" 
Assembly="System.Web.Mobile" %>
<HEAD>
	<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
	<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
	<meta content="http://schemas.microsoft.com/Mobile/Page" 
name="vs_targetSchema">
</HEAD>
<body Xmlns:mobile="http://schemas.microsoft.com/Mobile/WebForm">
	<mobile:form id="Form1" runat="server">
		<mobile:TextBox id="txtName" runat="server"></mobile:TextBox>
	</mobile:form>
</body>

What i want is that, i want this page to refresh Automatically after x 
number of seconds like we have in normal HTML pages. for example,

	<meta http-equiv="refresh" content="30">

Can anyone tell how can i use the above in mobile page?

Thanks
date: Mon, 16 Jun 2008 03:57:01 -0700   author:   M.Imran Khan M.Imran

RE: How to Auto-refresh a mobile page?   
"M.Imran Khan" wrote:

> Here is the simples Mobile page i created
> 
> <%@ Page Language="vb" AutoEventWireup="false" 
> Codebehind="MobileWebForm1.aspx.vb" Inherits="Mobile_PSD.MobileWebForm1" %>
> <%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" 
> Assembly="System.Web.Mobile" %>
> <HEAD>
> 	<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
> 	<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
> 	<meta content="http://schemas.microsoft.com/Mobile/Page" 
> name="vs_targetSchema">
> </HEAD>
> <body Xmlns:mobile="http://schemas.microsoft.com/Mobile/WebForm">
> 	<mobile:form id="Form1" runat="server">
> 		<mobile:TextBox id="txtName" runat="server"></mobile:TextBox>
> 	</mobile:form>
> </body>
> 
> What i want is that, i want this page to refresh Automatically after x 
> number of seconds like we have in normal HTML pages. for example,
> 
> 	<meta http-equiv="refresh" content="30">
> 
> Can anyone tell how can i use the above in mobile page?
> 
> Thanks
> 
> 
> 
> 
> 
>
date: Sun, 29 Jun 2008 04:28:00 -0700   author:   Joyal Jhaveri Joyal

RE: How to Auto-refresh a mobile page?   
I have the same problem. 
Also, div tag is not working if we want to use it in the MobileForm. I want 
that solution also. If you have then please let me know. 

Thanks.

"Joyal Jhaveri" wrote:

> 
> 
> "M.Imran Khan" wrote:
> 
> > Here is the simples Mobile page i created
> > 
> > <%@ Page Language="vb" AutoEventWireup="false" 
> > Codebehind="MobileWebForm1.aspx.vb" Inherits="Mobile_PSD.MobileWebForm1" %>
> > <%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" 
> > Assembly="System.Web.Mobile" %>
> > <HEAD>
> > 	<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
> > 	<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
> > 	<meta content="http://schemas.microsoft.com/Mobile/Page" 
> > name="vs_targetSchema">
> > </HEAD>
> > <body Xmlns:mobile="http://schemas.microsoft.com/Mobile/WebForm">
> > 	<mobile:form id="Form1" runat="server">
> > 		<mobile:TextBox id="txtName" runat="server"></mobile:TextBox>
> > 	</mobile:form>
> > </body>
> > 
> > What i want is that, i want this page to refresh Automatically after x 
> > number of seconds like we have in normal HTML pages. for example,
> > 
> > 	<meta http-equiv="refresh" content="30">
> > 
> > Can anyone tell how can i use the above in mobile page?
> > 
> > Thanks
> > 
> > 
> > 
> > 
> > 
> >
date: Sun, 29 Jun 2008 04:37:00 -0700   author:   Joyal Jhaveri Joyal

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us