RE: "Using ASP TextBox control in ASPTable control"

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: JuanDG (JuanDG_at_discussions.microsoft.com)
Date: 09/01/04


Date: Wed, 1 Sep 2004 06:49:02 -0700

ASP.NET Table control it’s merely a design structure resembling HTML table,
that’s why it does not generate events, and that’s probably why you can’t
find it in the code behind (except for the declaration). Because in the code
behind you only find events, like the command_click for buttons, etc.
ASP.NET Table control has properties (like rows, backimage, cellpading, etc)
and you can modify them (one example is adding rows), and it event has a few
methods, but it raises no events.

--
Juan David Gomez A.
Microsoft Certified Professional
Analista de Desarrollo - PSL S.A.
Web and Wireless Banking
Medellin - Colombia
"Mahesh Sabnis via .NET 247" wrote:
> Dear All,
>    Generally, when we put an ASP.NET web Control on .aspx page we get it declaration in code behind of that page. But when we put the same control in ASP.NET Table control the we get only the declaration of the table but not of that control. So how to write program for that control.
> 
> -----------------------
> Posted by a user from .NET 247 (http://www.dotnet247.com/)
> 
> <Id>ZNIyz5lb+EG22jpRqSoS7Q==</Id>
> 

Quantcast