|
|
|
อยากจะทำปุ่ม Print กับ Delete ใน GridView ให้ได้เหมือนใน DataGrid พี่ๆช่วยสอนหน่อยค่ะ |
|
|
|
|
|
|
|
ลองทำดูแล้วค่ะ มันไม่รู้จัก e.Item.ItemType e.Item.Cells(13).Text
ใส่code
Dim strpicprint As String = "<a href='CheckPE.aspx?id=" + e.Item.Cells(1).Text + " 'Onclick='return confirmPrintEach()'' TARGET='_BLANK'><img width=40 height=40 src='pic/Print.bmp' alt='พิมพ์รายงานเฉพาะรายการ' width='22' height='23' border='0'></a>" '//กำหนดให้มีการลิงค์รูปภาพเพื่อพิมพ์รายการเฉพาะสินค้า
e.Item.Cells(13).Text = strpicprint
ใส่ไปก็ไม่ได้ ก็ไม่รู้จะเปลี่ยนตรงไหนบ้างอ่ะค่ะ T_T
ช่วยสอนหน่อยค่ะ
|
|
|
|
|
Date :
2010-12-14 11:00:55 |
By :
SherRy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GridView จะใช้ e.Rows ครับ
|
|
|
|
|
Date :
2010-12-14 11:39:27 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
e.Row ป่ะคะ เติม s มันเออเร่อ ^ ^
แล้วส่วนนี้อ่ะคะพี่วิน
If ((e.Item.ItemType = ListItemType.Item) Or (e.Item.ItemType = ListItemType.AlternatingItem)) Then
ต้องใช้เป็นอะไร
เดี๋ยวจะลองเปลี่ยนดูนะคะ
|
|
|
|
|
Date :
2010-12-14 14:18:22 |
By :
SherRy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|