asp.net กดที่ select ของ Gridview แล้วให้ข้อมูลไปขึ้นที่ textbox ทำไงค่ะ
ในบทความเก่า ๆ ของ ASP.NET รู้สึกจะเคยเขียนไว้ Master - Detail ครับ
Date :
2013-04-23 09:15:23
By :
mr.win
เอาตรงประเด็นเลยดีกว่า นะครับ ไม่ต้องเสียเวลา ถามไปไหนมา ตอบว่า สามวา สองศอก ...? คนรอคำตอบ งง....แบะ แบะ แบะ
textbox1.text = gridview1.columns(0)
textbox2.text = gridview1.columns(1)
textbox3.text = gridview1.columns(2)
textbox4.text = gridview1.columns(3)
ลองดูนะครับ ไม่ทราบว่ามันจะง่าย ๆ เช่นนี้ไหม เพราะผมอยากให้คุณได้รับคำตอบที่นี่เลย 5 5 5 5 + +
Date :
2013-04-24 09:39:47
By :
ผ่านมาเห็นแล้วอยากช่วย
แก้ไข ครับ ตามนี้ ครับ ได้แน่นอน
Code (VB.NET)
Protected Sub GridView1_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles GridView1.SelectedIndexChanged
Textbox1.Text = GridView1.SelectedRow.Cells(1).Text.ToString
Textbox2.Text = GridView1.SelectedRow.Cells(2).Text.ToString
Textbox3.Text = GridView1.SelectedRow.Cells(3).Text.ToString
Textbox4.Text = GridView1.SelectedRow.Cells(4).Text.ToString
End Sub
ตรงประเด็นที่ต้องการไหมครับ
(นิทานเรื่องหนึ่งสั้น ๆ ครับ: บนเส้นทางสายหนึ่ง มีหญิงคนหนึ่งหิวกระหายน้ำดื่มมาก จึงแวะเข้าหมู่บ้านแห้วหนึ่งซึ่งมีน้ำดื่มมากมาย มีแม้กระทั้งสระน้ำ เพื่อขอน้ำดื่มสัก 1 ฝ่ามือแก้กระหาย ชายคนหนึ่งบอกว่า น้ำดื่มที่คุณต้องการมันไม่เหมือนกันกับที่นี่นะ...ชายอีกคนหนึ่งบอกว่า คุณเดินไปหลังเขาโน่น นะ อีกประมาณสัก 10 กิโลเมคร ลองไปหาดูสิว่าว่ามีน้ำที่คุณจะดื่มไหม...)
นิทานเรื่องนี้สอนให้รู้ว่า "เอาใจเขามาใส่ใจเรา" เน้อว์
Date :
2013-04-25 09:00:33
By :
ผ่านมาเห็นแล้วอยากช่วย
เอาตรงตรงเลย ASP.NET GridView มันใช้งานบน Production จริง ไม่ได้ ? เพราะอะไร?
----- ทางเลี่ยงมันก็มีอยู่เช่นเดียวกัน นั่นคือ Jquery
คลิ๊กปุ๊บ รอไปเหอะ 1 -60 วินาที (อันนี้ยังไม่รวมคลิ๊กพร้อมฯกัน 100,000 Client ID)
Date :
2013-04-25 11:14:54
By :
ผ่านมา
ผมเห็นข้อมูลข้างบนแล้ว ==== ถ้ามีคนมาถามเราว่า หอยแม่ของเราใหญ่ไหม? มีผัวมาแล้วกี่คน? เป็นชู้กับใครบ้าง?
---- มันไม่สมควรครับ (สามัญสำนึกของ โปรแกรมเมอร์)
Date :
2013-04-25 11:21:19
By :
ผ่านมา
เผื่่อว่า ฉลาดเกินกว่าจะเข้าใจ
นาย เอ นามสกุล สมมุติ บี
มันไม่ใช่ชื่อหรือนามสกุลจริง (ตรงกับชื่อ จริง นามสกุลจริง มันก็ไม่รู้ว่าเป็นใคร)
นี่คือ Pro Programmer
Date :
2013-04-25 11:29:25
By :
ผ่านมา
5 5 5 + +
คุณ "ผ่านมา"...นี่ ยอมรับครับ ว่านอกจากคุณจะเก่งมาก แล้วยังมีอารมณ์ขัน แบบเฮฮาวันละนิดจิตแจ่มใส ยังไงยังงั้น
แต่ก็ยอมรับว่า ไม่เท่าทันในความคิด หรือ Output ที่คุณแสดงออกมา ว่าสื่อสารเรื่องอะไรอยู่ เหมือน No.6 - No.7 ยอมรับว่า
ไม่ทราบจริง ๆ ครับ
ขอบพระคุณครับ
Date :
2013-04-25 19:50:36
By :
ผ่านมาเห็นแล้วอยากช่วย
ผมหัวเราะให้คนอื่นเห็นแค่ 1 ครั้ง (สมมุติว่าครั้งเดียว)
แต่ว่าข้างหลัง(ความเป็นจริง ) นั้น น้ำตาของผมท่วม จักรวาล ครับผม
เอาตรงตรงเลย ASP.NET GridView มันใช้งานบน Production จริง ไม่ได้ ? เพราะอะไร?
ASP.NET GridView Real World with Jquery
Code (JavaScript)
<script type="text/javascript">
var grdRowselected;
//Start Spliter Controls
$(document).ready(function () {
$("#splitterContainer").splitter({ minAsize: 100, maxAsize: 800, splitVertical: true, A: $('#leftPane'), B: $('#rightPane'), slave: $("#rightSplitterContainer"), closeableto: 0 });
//$("#rightSplitterContainer").splitter({ splitHorizontal: true, A: $('#rightTopPane'), B: $('#rightBottomPane'), closeableto: 100 });
});
function toggleRightBottomHeight() {
$("#splitterContainer .splitbuttonH").trigger("mousedown"); //trigger the button
}
function toggleLeftWide() {
$("#splitterContainer .splitbuttonV").trigger("mousedown"); //trigger the button
}
//End Spliter Controls
$(".GridView tr:not([class=PagerStyle]):not(:first-child)").live('mouseover mouseleave', function (event) {
if (event.type == 'mouseover') {
$(this).addClass("highlightRow");
} else {
$(this).removeClass("highlightRow");
}
});
//$(".GridView tr:has(td):not(:has(span))").live('click', function (e) {
$(".GridView tr:not([class=PagerStyle]):not(:first-child)").live('click', function (e) {
$(grdRowselected).removeClass("SelectedRowStyle");
$(this).addClass("SelectedRowStyle");
grdRowselected = this;
$get('msthfGridViewSelectedRow').value = $(this).closest('tr')[0].sectionRowIndex;
});
$(".GridView tr:not([class=PagerStyle]):not(:first-child)").live('dblclick', function (e) {
$(grdRowselected).removeClass("SelectedRowStyle");
$(this).addClass("SelectedRowStyle");
grdRowselected = this;
$get('msthfGridViewSelectedRow').value = $(this).closest('tr')[0].sectionRowIndex;
//var grdID = document.getElementsByClassName('GridView')[0].id;
//var grdID = document.querySelector('.GridView').id;
//document.querySelector('.GridView').id
$get('msthfGridViewSelectedID').value = document.querySelector('.GridView').id;
$get('mstbtnGridViewDoubleClick').click();
});
// Patch fractional .x, .y form parameters for IE10.
if (typeof (Sys) !== 'undefined' && Sys.Browser.agent === Sys.Browser.InternetExplorer && Sys.Browser.version === 10) {
Sys.WebForms.PageRequestManager.getInstance()._onFormElementActive = function Sys$WebForms$PageRequestManager$_onFormElementActive(element, offsetX, offsetY) {
if (element.disabled) { return; }
this._activeElement = element;
this._postBackSettings = this._getPostBackSettings(element, element.name);
if (element.name) {
var tagName = element.tagName.toUpperCase();
if (tagName === 'INPUT') {
var type = element.type;
if (type === 'submit') {
this._additionalInput = encodeURIComponent(element.name) + '=' + encodeURIComponent(element.value);
}
else if (type === 'image') {
this._additionalInput = encodeURIComponent(element.name) + '.x=' + Math.floor(offsetX) + '&' + encodeURIComponent(element.name) + '.y=' + Math.floor(offsetY);
}
}
else if ((tagName === 'BUTTON') && (element.name.length !== 0) && (element.type === 'submit')) {
this._additionalInput = encodeURIComponent(element.name) + '=' + encodeURIComponent(element.value);
}
}
};
}
</script>
Date :
2013-04-25 20:13:56
By :
ผ่านมา
จริงฯ แล้วผมเคยมีคำถามว่า Jquery > 1.9.x มันไม่ Support .live
แล้วผมต้องทำอย่างไร? ผมก็แค่เปลี่ยน .live --> .on แทน
ไม่กี่บรรทัด ที่ผมต้องแก้ไข (Write one run anywhere)
และแน่นอนว่า มันไม่กระทบกับระบบงานของผมอยู่แล้ว
Date :
2013-04-25 20:34:18
By :
ผ่านมา
Load balance : Server 05