take two html texbox and 1 html button
and write this code in ur code behind
protected void Submit1_ServerClick(object sender, EventArgs e)
{
Text2.Value =Text1.Value+ "sita";
}
this will help u
On 8/5/09, Yashika <[email protected]> wrote:
>
> sory if this cant help u
>
>
>
> On 8/5/09, Cerebrus <[email protected]> wrote:
>>
>>
>> Your boss is wise ! Give him my compliments. I ask such questions to
>> newbies who pretend they know ASP.NET <http://asp.net/>.
>>
>> On Aug 5, 1:50 pm, Mustafa Battal <[email protected]> wrote:
>> > i have talked with him and learned what he meant, he was asking me to
>> use
>> > html server controls. If anyone is interested, here is the code.
>> processor
>> > devil, i think this is what you are talking about, but i've just learnt
>> > about this. and Mr. from Cybosoft, i don't know ajax yet. yashika, code
>> > below is what i needed. thank you all so much for your effort and
>> > contribution.
>> >
>>
>
>