Paste Into ASPX Source
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="timer.aspx.cs" Inherits="timer" %> <!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 id="Head1" runat="server"><title>ASP.NET EXAMPLES | Ajax Extensions | Ajax Examples | Ajax Timer control </title></head><body style="font-family:Tahoma; font-size:14px;"><form id="form1" runat="server"><center><div style="border: 2px; font-size: 12px; border-color: Black; border-style: solid;color: White; background-color: Red; font-weight: bold; font-family: Tahoma">By : <a href="http://asp-examples.blogspot.com/" style="color: Yellow"...
Wednesday, 6 June 2012
Friday, 1 June 2012
ASP.NET Ajax Extension - Update Panel Example with Trigger
Paste Into ASPX Source
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="UpdatePanelwithTrigger.aspx.cs"Inherits="Ajax_Extension_UpdatePanelwithTrigger" %> <!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"><title>ASP.NET EXAMPLES | Ajax Extensions | Ajax Examples | Update Panel Example withTrigger </title></head><body style="font-family:Tahoma; font-size:14px;"><form id="form1" runat="server"><center><div style="border: 2px; font-size: 12px; border-color: Black; border-style: solid;color: White; background-color: Red; font-weight: bold; font-family: Tahoma">By : <a href="http://asp-examples.blogspot.com/"...
Wednesday, 30 May 2012
ASP.NET Ajax Extension Update Panel Example
Paste Into ASPX Source
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="UpdatePanel.aspx.cs" Inherits="Ajax_Extension_UpdatePanel" %>
<!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">
<title>ASP.NET EXAMPLES | Ajax Extensions | Ajax Examples | Update Panel Example
</title>
</head>
<body style="font-family:Tahoma; font-size:14px;">
<form id="form1" runat="server">
<center>
<div style="border: 2px; font-size:12px; border-color: Black; border-style: solid; color: White;
background-color: Red; font-weight: bold; font-family: Tahoma">
By :...
Monday, 21 May 2012
ASP.NET Hyperlink SERVER CONTROL | Navigate URL | Redirects to New URL
Paste Into ASPX Source
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="hyperlink.aspx.cs" Inherits="hyperlink" %> <!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 id="Head1" runat="server"><title>ASP.NET EXAMPLES | Hyperlink SERVER CONTROL | Navigate URL | Redirects to New URL</title></head><body><form id="form1" runat="server"><center>
<div style="border: 2px; font-size:12px; border-color: Black; border-style: solid; color: White;
background-color: Red; font-weight: bold; font-family: Tahoma">
By : <a href="http://asp-examples.blogspot.com/" style="color:Yellow"...
Sunday, 20 May 2012
ASP.NET Button Server Control - Click Event
Paste Into ASPX Source
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!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"><title>ASP.NET EXAMPLES | BUTTON SERVER CONTROL | BUTTON CLICK EVENT</title></head><body><form id="form1" runat="server"><div><h4>ASP.NET Button Control Example - Click Event - Gets the text from TextBox and Printsin Label on Button Click...</h4></div><center><div>Enter your name :<asp:TextBox ID="txtname" runat="server"></asp:TextBox><br /><asp:Button ID="Button1" runat="server"...
Thursday, 17 May 2012
Simple TextBox Example - Text Changed Event
Paste Into ASPX Source
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!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"><title></title></head><body><form id="form1" runat="server"><center>
<div style="border: 2px; font-size:12px; border-color: Black; border-style: solid; color: White;
background-color: Red; font-weight: bold; font-family: Tahoma">
By : <a href="http://asp-examples.blogspot.com/" style="color:Yellow" target="_search">asp-examples</a>
(Click to get more Asp.net Examples)
...