Re: HTML and Codebehind
From: Kevin Spencer (kspencer_at_takempis.com)
Date: 08/03/04
- Previous message: Eliyahu Goldin: "Re: how to give control focus when page loads"
- In reply to: tma: "HTML and Codebehind"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 3 Aug 2004 16:39:53 -0400
Perhaps you should tell us all what this message is in regards to.
Tip: In a newsgroup, messages are arranged in threads, each message that is
a reply being threaded together with related messages. When you post a new
message (not a reply), it appears all by itself. Like this one.
-- HTH, Kevin Spencer .Net Developer Microsoft MVP Big things are made up of lots of little things. "tma" <tma@allisconfusing.net> wrote in message news:#EWKOzYeEHA.3732@TK2MSFTNGP11.phx.gbl... > Perhaps I should provide more code. When I implemented your suggestions the > values were not posted back. Here's a larger snippet. > > <form action="https://www.somesite.com/webscr" method="post"> > <input type="hidden" name="amount" runat=server id="totalamount"> > > The codebehind totalamount.value = 80 does not appear to be passed to the > value key in the <input> statement. When I include runat=server in the form > keys, the button does not work at all. > > Any suggestions? > >
- Previous message: Eliyahu Goldin: "Re: how to give control focus when page loads"
- In reply to: tma: "HTML and Codebehind"
- Messages sorted by: [ date ] [ thread ]