摘要:
function DeleteCategoryInfo(obj) { var CategoryName = $(obj).parent("td").parent("tr").children(":first").children(":last").text(); if (confirm("您确定要删除该项" + CategoryName + "?")) { // var CategoryId = $(obj).parent("td").parent(&qu 阅读全文
posted @ 2011-07-22 18:31
_best
阅读(201)
评论(0)
推荐(0)
摘要:
$(document).ready(function() { $("#dgvCategoryList").find("tr").slice(1).each(function(i) { var cateId = $(this).attr("cateId"); var parentCateId = $(this).attr("parentCateId"); if (parentCateId.length == 0) { var img = "<img src='../Content/Images 阅读全文
posted @ 2011-07-22 18:23
_best
阅读(415)
评论(0)
推荐(0)
摘要:
SELECT ProductName, [UserInfo].UserName, [ReviewContent] ,[ReviewDateTime] ,[ReviewLevel] ,[IsShowd] ,[IPAddress] FROM [B2CRelease].[dbo].[ProductReviewsInfo],[B2CRelease].[dbo].[UserInfo],[B2CRelease].[dbo].[Products] where [ProductReviewsInfo].UserId=[UserInfo].Id and [ProductReviewsInfo].ProductI 阅读全文
posted @ 2011-07-22 18:09
_best
阅读(256)
评论(0)
推荐(0)

浙公网安备 33010602011771号