ช่วยแนะนำทีคับมือไหม่ asp.net เริ่มต้นคับ เพิ่งหัดเขียนอ่ะคับ เลยขอโค๊ด Link หน่อยคับ คือ ลิงค์จากหน้า 1 ไป หน้า 2 โดยใช้ปุ่ม Button
Code (VB.NET)
Sub Button1_OnClick(sender as Object, e As EventArgs)
Response.Redirect("Webpage2.aspx")
End Sub
Go to : ASP.NET Button - asp:Button
Date :
2011-12-22 16:45:53
By :
webmaster
หรือไม่ก็กำหนดคุณสมบัติ
PostBackUrl ของปุ่มก็ได้ครับ
Date :
2011-12-22 17:06:23
By :
watcharop
for JavaScript ครับ
Code (VB.NET)
<asp:Button id="Button1" runat="server" Text="Button"></asp:Button>
Code (VB.NET)
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load
With Me.Button1
.Attributes.Add("OnClick", "window.location='webpage2.aspx';")
.Style.Add("cursor", "hand")
End With
End Sub
Date :
2011-12-22 17:09:48
By :
webmaster
พี่ mr.win คับ โค๊ดที่พี่ให้มา คือโค๊ด button ทำงานอะไรหรอคับ
Date :
2011-12-22 19:58:09
By :
โนบิตะ
Load balance : Server 01