Shoving dynamic code in the middle of a page.
- From: "UJ" <fred@xxxxxxxxxxx>
- Date: Wed, 25 May 2005 08:13:26 -0400
I'm a newbie to this so please excuse the level of question. My question is
how can I dynamically create a table in the middle of a page without having
to build the entire page dynamically? I have code to build the string that
will generate the table. (This is all to solve the problem of when a person
clicks a checkbox in a datagrid, there's no way of knowing what record it
belongs to - see my previous post)
Here's what my code would look like ideally:
<html>
<body>
<form>
Isn't this a pretty page?
(Some kind of code that would build all the controls I need. Ideally
this code would be a function that is in the codebehind page)
Done creating my stuff.
</form>
</body>
<html>
Thanks again in advance.
Jeffrey.
.
- Follow-Ups:
- Re: Shoving dynamic code in the middle of a page.
- From: Ken Cox [Microsoft MVP]
- Re: Shoving dynamic code in the middle of a page.
- Prev by Date: Re: Adding a listitem to a table cell
- Next by Date: XML Serialisation problem - sending a business object over a webservice
- Previous by thread: Using a checkbox in a datalist
- Next by thread: Re: Shoving dynamic code in the middle of a page.
- Index(es):
Relevant Pages
|