what wud be the values of both boxes before button press? only john in the
second and joe from wher u got joe in second box is that from first one?

On 8/5/09, Raghupathi Kamuni <[email protected]> wrote:
>
> Use javascript, set the value of the second textbox from the first
> on onclick event of the button or onblur event of the the first textbox
>
> On Tue, Aug 4, 2009 at 6:38 PM, Mustafa Battal <[email protected]>wrote:
>
>> hello there,
>>
>> i am a newbie in asp.net, so here is my pedalogical homework given by my
>> boss. it's a -supposedly- simple application and it is suppose to do
>> following;
>>
>>
>> there is two textboxes, and a button. when we enter some text to those
>> boxes and press the button, it keeps the text in one box exactly same
>> and some other text to other boxes content(i.e. if there was "john" in
>> second box before pressing button, there will be "john doe" after)
>>
>>
>> he also asked to do this without <asp: elements, so i will be using
>> <input> elements, i am terribly confused right now and i could not find a
>> way on internet
>> to do this and any clue would be appreciated.
>>
>>
>> regards..
>>
>
>

Reply via email to