Home
ABOUT US
CONTACT US
PRIVACY POLICY
Friday, October 1, 2010
Home
»
ASP.NET
» Refresh the aspx page automatically
Refresh the aspx page automatically
By
Santosh
12:12 AM
No comments
This small code refresh the aspx page automatically.
Set the time according to your requirment in content="time in sec".
<head runat="server">
<title>Untitled Page</title>
<meta http-equiv="refresh" content="20" />
</head>
Email This
BlogThis!
Share to X
Share to Facebook
← Newer Post
Older Post →
Home
0 comments:
Post a Comment
Social Profiles
Popular
Tags
Blog Archives
Categories
AJAX
ASP.NET
ASP.NET MVC
ASP.NET MVC Interview
ASP.NET State Management
ASP.NET Validation Controls
Caching in ASP.NET
CSS StyleSheet
Deployment
Difference Between
DropDownList
Entity Framework
Errors and Solutions
Free software Download link
GridView
How to do?
Interview
JavaScript
JQuery
LINQ
Mobile Application using asp.net
Page Life Cycle of an ASP.NET
Read a single node from xml (C# String) in C#/.net
session management in ASP.NET
Source Code Version Control Systems
Sql Server Interview Questions
SqlServer
Sticky menu on scroll in html5 and jquery
Sting Manupulation
WCF Basic
Read a single node from xml (C# String) in C#/.net
I want to pass the ID as a input parameter of the given xml that will search the XML document for that value within the <id> node. ...
Insert record in database using stored procedure in asp.net
In this article am explaining very simpe thing insert record in database using stored procedure,that will very help full for entry level pro...
Bind DropDownList using SqlDataReader
This code pulling out data from a database into a data reader is as follows. protected void Page_Load(object sender, EventArgs e) { ...
Create PDF from DataTable in Asp.net
In this article ,i am explaining you how to create pdf file from datatable.i am passing a datatable in this function and code to convert thi...
Project related questions
1.Tell about your current project 2. Tell about your role 3. What is the toughest situation you faced in the development 4. How often you co...
Export DataSet to XML File
create xml file from a dataset This code snippet show how to export DataSet to xml file.Here we have taken data from database and fill datas...
ASP.NET Validation Controls with example
Learning Technique for freshers : R3C2 1.RequiredFieldValidation Control 2.RangeValidator Control 3.RegularExpressionValidator...
How to detect MSISDN from browser headers
How to detect MSISDN from browser headers Things to note be remember that: 1.If the user has come to wap portal...
Page Life Cycle of an ASP.NET
The life cycle starts when a user requests a web page through his/her browser. The Web server than process the page through a sequence of st...
Bind dropdownlist default value
On RowDataBound ddlCountry.SelectedValue = Ds.Tables[0].Rows[e.Row.RowIndex]["CountryId"].ToString(); On SelectedIndexChanged ddlR...
Copyright © 2010-2015 Santosh Singh. All Rights Reserved.. Powered by
Blogger
.
My Profile
DotNetFunda
Microsoft ASP.NET
The Code Project
Followers
Blog Archive
►
2018
(12)
►
November
(2)
►
September
(4)
►
August
(6)
►
2017
(2)
►
August
(2)
►
2015
(2)
►
July
(1)
►
June
(1)
►
2014
(28)
►
August
(1)
►
January
(27)
►
2013
(22)
►
August
(21)
►
March
(1)
►
2012
(9)
►
August
(2)
►
July
(1)
►
April
(1)
►
March
(2)
►
February
(3)
►
2011
(3)
►
December
(2)
►
March
(1)
▼
2010
(82)
►
December
(1)
▼
October
(5)
Rounded off total income
Enable and disable textbox when checked the checkbox
Bind DropDownList using SqlDataReader
Get duplicated record from sql server table
Refresh the aspx page automatically
►
September
(29)
►
August
(42)
►
April
(2)
►
March
(2)
►
January
(1)
►
2009
(3)
►
April
(3)
Recent Posts
Feedjit Live Blog Stats
Categories
AJAX
(3)
ASP.NET
(49)
ASP.NET MVC
(3)
ASP.NET MVC Interview
(4)
ASP.NET State Management
(1)
ASP.NET Validation Controls
(2)
Caching in ASP.NET
(1)
CSS StyleSheet
(2)
Deployment
(1)
Difference Between
(1)
DropDownList
(2)
Entity Framework
(2)
Errors and Solutions
(21)
Free software Download link
(1)
GridView
(13)
How to do?
(2)
Interview
(28)
JavaScript
(8)
JQuery
(2)
LINQ
(2)
Mobile Application using asp.net
(1)
Page Life Cycle of an ASP.NET
(1)
Read a single node from xml (C# String) in C#/.net
(1)
session management in ASP.NET
(1)
Source Code Version Control Systems
(1)
Sql Server Interview Questions
(1)
SqlServer
(12)
Sticky menu on scroll in html5 and jquery
(1)
Sting Manupulation
(2)
WCF Basic
(4)
0 comments:
Post a Comment