mohitlog
سه شنبه 07 اردیبهشت 1389, 00:11 صبح
سلام
چجوری میشه توی for each در vb.net سطر های گرید را پیمایش کرد؟
foreach (GridViewRow dr in GridView1.Rows)
foreach (TableCell cel in dr.Cells)
Response.Write(dr.Cells[0].ToString
یک چیزی مثل بالا توی asp.net
چجوری میشه توی for each در vb.net سطر های گرید را پیمایش کرد؟
foreach (GridViewRow dr in GridView1.Rows)
foreach (TableCell cel in dr.Cells)
Response.Write(dr.Cells[0].ToString
یک چیزی مثل بالا توی asp.net