由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
相关主题
datagrid helpasp.net
wf2.0的datagridview的用法?Add controls into web form dynamically?
intresting datagrid那个Control可以做这个事情?
ASP.NET IIS6 Hanging problem怎样用c#.net生成一个动态表格?
Visual Studio.net is buggy.ASP.NET 难题测试 (2)
[转载] C#.NET DATAGRID 问题请教datagrid怎样打印(paging)
问一个ASP.NET界面的问题,诚恳一问,谢谢!请问DATAGRID里的BOUNDCOLUMN HEADER可以又有TEXT又有
how to generate table in visual C#Re: 请问DATAGRID里的BOUNDCOLUMN HEADER可以又有TE
相关话题的讨论汇总
话题: datagrid话题: row话题: cell话题: rows
进入DotNet版参与讨论
1 (共1页)
WB
发帖数: 170
1
how to clear all value of cell in datagridview?
how to copy rows to another datagridview?
how to locate a cell with row/col id?
set to the row or colume or cell i want (set to curor to the row /col/cell?
i canot find moveto() such functions.
can paged the datagrid ?set a datagrid's page of rows?
how to remove the datagrid's all rows and columes?
i tried for i=0 tp dv.row.cont; i++
dv1.rows.removeat(i)
but got exceptoin. not commit the new row.
k****i
发帖数: 1072
2
quick glimpse:
to count or count-1?
Try the help file first.

【在 WB 的大作中提到】
: how to clear all value of cell in datagridview?
: how to copy rows to another datagridview?
: how to locate a cell with row/col id?
: set to the row or colume or cell i want (set to curor to the row /col/cell?
: i canot find moveto() such functions.
: can paged the datagrid ?set a datagrid's page of rows?
: how to remove the datagrid's all rows and columes?
: i tried for i=0 tp dv.row.cont; i++
: dv1.rows.removeat(i)
: but got exceptoin. not commit the new row.

s*i
发帖数: 5025
3
try
i= dv.row.cont-1; i>=0; i--
Also, there should be rows.Clear() function (something like this, I didn't
check)

【在 WB 的大作中提到】
: how to clear all value of cell in datagridview?
: how to copy rows to another datagridview?
: how to locate a cell with row/col id?
: set to the row or colume or cell i want (set to curor to the row /col/cell?
: i canot find moveto() such functions.
: can paged the datagrid ?set a datagrid's page of rows?
: how to remove the datagrid's all rows and columes?
: i tried for i=0 tp dv.row.cont; i++
: dv1.rows.removeat(i)
: but got exceptoin. not commit the new row.

1 (共1页)
进入DotNet版参与讨论
相关主题
Re: 请问DATAGRID里的BOUNDCOLUMN HEADER可以又有TEVisual Studio.net is buggy.
How to Call Stored Procedure in C# .Net?[转载] C#.NET DATAGRID 问题请教
datagrid的问题问一个ASP.NET界面的问题,诚恳一问,谢谢!
请大侠帮看一下这个问题how to generate table in visual C#
datagrid helpasp.net
wf2.0的datagridview的用法?Add controls into web form dynamically?
intresting datagrid那个Control可以做这个事情?
ASP.NET IIS6 Hanging problem怎样用c#.net生成一个动态表格?
相关话题的讨论汇总
话题: datagrid话题: row话题: cell话题: rows