Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在道场中显示表格。该表将有多行,每行将有三列。该单元格将具有用于填充数据的文本框。如何使用 DOJO 实现此功能?
dojo.create("TR",{ style:"whatever" },myTBodyNode);
I have a code part with List<object> like that:
List<object>
List<object> Result= new List<object>(); Some sql connection code... SqlCommand com = new SqlCommand(@" Select TOP(10) a,b