SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 173 | Next

Robin Pars, Laurence Moroney, and John Grieb

"Foundations of ASP.NET AJAX"

aspx as shown in
Figure 6-1.
Figure 6-1. New page with ASP.NET AJAX server controls
After that, you just need an HTML table and a few label controls for the user interface.
Let??™s take a look at the actual markup for this page:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="MarketData.aspx.cs" ???
Inherits="MarketData" %>
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


Market Summary







Market Summary:






CHAPTER 6 ?–  USING SERVER CONTROLS IN ASP.NET AJAX 110
















Text="12000">

Text="2500">






Updating.


Pages:
161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185