Ask a Question related to ASP.NET General, Design and Development.
-
Kevin Spencer #1
Re: How to refrence html objec t from aspx form
Add a runat="server" and id attribute to it. It also needs a CodeBehind
reference. If you are using VS.Net, you can right-click it in the Designer,
and select "run as server control" from the context menu, and all of this
will be done for you.
HTH,
Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
[url]http://www.takempis.com[/url]
Big things are made up of
lots of Little things.
"Mike John" <RiadeAsleh@hotmail.com> wrote in message
news:022001c33e83$b25504e0$a101280a@phx.gbl...> I have a drop down list which I have made in the html aspx
> window with follow sysntax.
> <select size="1" name="D1"></select>
>
> now, how can I read it's value from the aspx design
>
> sincelery urs
>
> Mike John
Kevin Spencer Guest
-
HTML Consuming ASPX Sevice
I would like to access an ASPX service that returns a simple character string and have that character string appear on the page that called the... -
HTML table on aspx web form
Hi, I want to put a HTML table on aspx webform so that i can place my header, menu, footer user controls appropriately. I got 3 user controls... -
Dymanically rendering html to an aspx form
Hi, I generate a serious of hidden fields that have Database IDENTITY values as their value. This HTML is contained in a String. On my ASPX... -
How can I refrence html object from aspx form.
I have created checkbox in the aspx form (html) not the design. Syntax:<input type =checkbox name ="mycheckbox"> now how can I read i's... -
HTML Compiled Help within ASPX Application
I'm about to embark on building a compiled help (.chm) application for my aspx web application. I wanted to know if anyone who has done this would...



Reply With Quote

