Help regarding script.

  • Thread starter Thread starter trialproduct2004
  • Start date Start date
T

trialproduct2004

Hi all
i am new to asp.net
i am having problem in web form.
I have textbox and listbox control on form.
And i want to set text of textbox through script written in html page.
Suppose i declare variable sztemp in code behind and i want to set
value of this variable to textbox using script written in html page.

how to do it.
any one know about it.
any help will be appreciated.
thanks in advance.
 
Suppose i declare variable sztemp in code behind and i want to set
value of this variable to textbox using script written in html page.

<input type=text value=<%=sztemp%>>
 
Hi
thanks for your reply
can u give me one sample example of using it.
thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top