In asp konnte ich einer variable einen wert zuweisen und dann einfach im
Formular verwenden:
<input type="text" value="<%=Variable%>">



In c# funzt das net:
<%
String Variable = "Hallo";
%>
<form runat="server">
<asp:TextBox Text="<%=Variable%>" id="txt1" runat="server"/>
</form>




_________________________________________________________

Do You Yahoo!?

Get your free @yahoo.com address at http://mail.yahoo.com




| [dotnetdecsharp] als [email protected] subscribed
| http://www.dotnetgerman.com/archiv/dotnetdecsharp/ = Listenarchiv
| Listenregeln, sowie An- und Abmeldung zu dieser Liste:
| http://www.dotnetgerman.com/listen/dotnetdecsharp.asp

Antwort per Email an