摘要:
//在DeleteText属性中删除 //或在onClientClick属性中return confirm('您确认删除要删除么?')//或删除 阅读全文
摘要:
GridView1.DataKeys[e.RowIndex].Value.ToString() ; 阅读全文
摘要:
var times=history.length;document.write('此浏览器已经去过'+times+'个站了。'); 阅读全文
摘要:
阅读全文
摘要:
using (SqlConnection conn = new SqlConnection(SQLHelper.constr))//SQLHelper.constr为数据库连接字符串 { conn.Open();//连接数据库 //使用事务处理多SQL语句 using (SqlTransaction... 阅读全文
摘要:
$('#averagediameter').attr("readonly", 'readonly'); 阅读全文
摘要:
$('#getBrokenRodNO').die().live("click", function () { getBrokenRodNO(); }); 阅读全文
摘要:
'> 阅读全文
摘要:
阅读全文
摘要:
var isUser = $("#hid").val(); if (isUser == "false"){ $('#btnmerge').hide(); } 阅读全文