S
shimmer
Hi i have this code, which when i click the button ( just an example),
the span doesnt change...Can some1 help me ~ . I am thinking of could
it be the problem of the button. There is no response of the button
event...can anyone give me some advise pls..
<Form Runat="Server">
<Button Id="Button1" Runat="Server"
OnServerClick="Button1_Click">
change</Button><BR>
</Form>
<Span Id="Sp1" Runat="Server">original word</Span>
<Script Language="VB" Runat="Server">
Sub Button1_Click(Sender As Object, e As Eventargs)
Sp1.InnerHtml="<B>CHANGED!!</B>"
End Sub
</Script>
the span doesnt change...Can some1 help me ~ . I am thinking of could
it be the problem of the button. There is no response of the button
event...can anyone give me some advise pls..
<Form Runat="Server">
<Button Id="Button1" Runat="Server"
OnServerClick="Button1_Click">
change</Button><BR>
</Form>
<Span Id="Sp1" Runat="Server">original word</Span>
<Script Language="VB" Runat="Server">
Sub Button1_Click(Sender As Object, e As Eventargs)
Sp1.InnerHtml="<B>CHANGED!!</B>"
End Sub
</Script>