G
Ganesh
Hi There,
I'm trying to use a variable value in the text box, i cannot find a way to
do this.
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
<script language="c#">
string a12 ="89";
page.databind();
</script>
</head><body>
<form id="form1" runat="server">
<div><asp:TextBox ID="TextBox1" runat="server" text ="<%= a12 %>"
Style="z-index: 100; left: 120px; position: absolute;top:
104px"></asp:TextBox></div></form></body></html>
Thanks
I'm trying to use a variable value in the text box, i cannot find a way to
do this.
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
<script language="c#">
string a12 ="89";
page.databind();
</script>
</head><body>
<form id="form1" runat="server">
<div><asp:TextBox ID="TextBox1" runat="server" text ="<%= a12 %>"
Style="z-index: 100; left: 120px; position: absolute;top:
104px"></asp:TextBox></div></form></body></html>
Thanks