本文介绍了扩展GridView并能够在任何给定的时间点在多行中输入数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

能否请您提供用于扩展GridView的解决方案/代码,并能够在任何给定的时间点在多行中输入数据

Can you please provide me solution/code for Extending a GridView and be able to enter data in multiple rows at any given point in time

< ; link href ="file:///C:\ DOCUME〜1 \ SARUKU〜1 \ LOCALS〜1 \ Temp \ msohtml1 \ 01 \ clip_filelist.xml" rel ="File-List"/>< link href = "file:///C:\ DOCUME〜1 \ SARUKU〜1 \ LOCALS〜1 \ Temp \ msohtml1 \ 01 \ clip_editdata.mso" rel ="Edit-Time-Data"/>< style><!- /*字体定义*/ @ font-face{font-family:Calibri;mso-font-alt:世纪哥特式";mso-font-charset:0;mso-generic-font-family:swiss;mso-font-pitch:变量;mso-font-signature:-1610611985 1073750139 0 0 159 0;} /*样式定义*/ p.MsoNormal,li.MsoNormal,div.MsoNormal{mso-style-parent:";margin-top:0in;margin-right:0in;底边距:10.0pt;margin-left:0in;线高:115%;mso分页:寡妇孤儿;字体大小:11.0pt;font-family:Calibri;mso-fareast-font-family:Calibri;mso-bidi-font-family:"Times New Roman";}@page Section1{大小:8.5英寸11.0英寸;利润:1.0英寸1.25英寸1.0英寸1.25英寸;mso-header-margin:.5in;mso-footer-margin:.5in;mso-paper-source:0;}div.Section1{page:Section1;}-></style> < link href ="file:///C:\ DOCUME〜 1 \ SARUKU〜1 \ LOCALS〜1 \ Temp \ msohtml1 \ 01 \ clip_filelist.xml"rel =" File-List"/>< link href =" file:///C:\ DOCUME〜1 \ SARUKU〜 1 \ LOCALS〜1 \ Temp \ msohtml1 \ 01 \ clip_editdata.mso"rel =" Edit-Time-Data"/>< style><!- /*字体定义*/ @ font-face{font-family:Calibri;mso-font-alt:世纪哥特式";mso-font-charset:0;mso-generic-font-family:swiss;mso-font-pitch:变量;mso-font-signature:-1610611985 1073750139 0 0 159 0;} /*样式定义*/ p.MsoNormal,li.MsoNormal,div.MsoNormal{mso-style-parent:";margin-top:0in;margin-right:0in;底边距:10.0pt;margin-left:0in;线高:115%;mso分页:寡妇孤儿;字体大小:11.0pt;font-family:Calibri;mso-fareast-font-family:Calibri;mso-bidi-font-family:"Times New Roman";}@page Section1{大小:8.5英寸11.0英寸;利润:1.0英寸1.25英寸1.0英寸1.25英寸;mso-header-margin:.5in;mso-footer-margin:.5in;mso-paper-source:0;}div.Section1{page:Section1;}-></style>  

<link href="file:///C:\DOCUME~1\SARUKU~1\LOCALS~1\Temp\msohtml1\01\clip_filelist.xml" rel="File-List" /><link href="file:///C:\DOCUME~1\SARUKU~1\LOCALS~1\Temp\msohtml1\01\clip_editdata.mso" rel="Edit-Time-Data" /><style><!-- /* Font Definitions */ @font-face{font-family:Calibri;mso-font-alt:"Century Gothic";mso-font-charset:0;mso-generic-font-family:swiss;mso-font-pitch:variable;mso-font-signature:-1610611985 1073750139 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal{mso-style-parent:"";margin-top:0in;margin-right:0in;margin-bottom:10.0pt;margin-left:0in;line-height:115%;mso-pagination:widow-orphan;font-size:11.0pt;font-family:Calibri;mso-fareast-font-family:Calibri;mso-bidi-font-family:"Times New Roman";}@page Section1{size:8.5in 11.0in;margin:1.0in 1.25in 1.0in 1.25in;mso-header-margin:.5in;mso-footer-margin:.5in;mso-paper-source:0;}div.Section1{page:Section1;}--></style><link href="file:///C:\DOCUME~1\SARUKU~1\LOCALS~1\Temp\msohtml1\01\clip_filelist.xml" rel="File-List" /><link href="file:///C:\DOCUME~1\SARUKU~1\LOCALS~1\Temp\msohtml1\01\clip_editdata.mso" rel="Edit-Time-Data" /><style><!-- /* Font Definitions */ @font-face{font-family:Calibri;mso-font-alt:"Century Gothic";mso-font-charset:0;mso-generic-font-family:swiss;mso-font-pitch:variable;mso-font-signature:-1610611985 1073750139 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal{mso-style-parent:"";margin-top:0in;margin-right:0in;margin-bottom:10.0pt;margin-left:0in;line-height:115%;mso-pagination:widow-orphan;font-size:11.0pt;font-family:Calibri;mso-fareast-font-family:Calibri;mso-bidi-font-family:"Times New Roman";}@page Section1{size:8.5in 11.0in;margin:1.0in 1.25in 1.0in 1.25in;mso-header-margin:.5in;mso-footer-margin:.5in;mso-paper-source:0;}div.Section1{page:Section1;}--></style> 

推荐答案

确保代码格式正确

Don"不要使用MSWord设置代码格式. 

Don''t use MSWord to format your code. 


这篇关于扩展GridView并能够在任何给定的时间点在多行中输入数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-15 07:35