Everton1Blue
Technical User
Hello
If I have this:
in my code behind form, and this on the main page:
is that likely to work, please? I haven't compiled it yet - thought I would check it out here first.
Thank you.
If I have this:
Code:
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
your_name.Text = Request.QueryString("your_name") & your_name.Text
End Sub
in my code behind form, and this on the main page:
Code:
<div id="textPosition1">
<asp:Label ID="your_name" runat="server"></asp:Label>
, thank you for your message.<br />
I will get back to you ASAP
</div>
is that likely to work, please? I haven't compiled it yet - thought I would check it out here first.
Thank you.