|
|
|
ต้องการส่งค่าผ่าน <iframe src="http://demo.com?id=<% C# %>" > ต้องทำไงคับ |
|
|
|
|
|
|
|
ช่วยหน่อยครับ
|
|
|
|
|
Date :
2010-12-14 16:18:11 |
By :
hamdeen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองใช้การเขียนเป็น html format น่ะครับ โดยวาง Control Label ไว้ที่ Web Form .aspx ส่วน Code ก็ทำใน .vb
Code (VB.NET)
lblText.Text = "<a href='link.aspx?id="&dt.Rows(0)("fields")&"'>Go go</a>"
ประมาณนี้ครับ
|
|
|
|
|
Date :
2010-12-14 17:04:01 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
หรือจะแทรกเป็น Iframe ก้ได้ครับ
|
|
|
|
|
Date :
2010-12-14 17:04:26 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณคับพี่วิน
|
|
|
|
|
Date :
2010-12-15 08:47:54 |
By :
hamdeen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เผื่อเป็นแนวทางสำหรับเพื่อนๆ คับ
Code (ASP)
<div>
<asp:Button ID="Button1" runat="server" Text="Button" onclick="Button1_Click" /></div>
<br />
<br />
<iframe id="pdfFrame" src="http://msdn.microsoft.com" runat="server" />
protected void Button1_Click(object sender, EventArgs e)
{
pdfFrame.Attributes["src"] = "http://www.asp.net";
}
|
|
|
|
|
Date :
2010-12-15 09:46:53 |
By :
hamdeen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|