如何程序中在动态设置HtmlTableCell的InnerText为一个空格,在线等候。

zhaolh2002 2003-09-29 04:58:49
我试了两种方法都不行。
1:htcTemp.InnerText = “”;
2:htcTemp.InnerText = “ ”;
...全文
170 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
zhaolh2002 2003-09-30
  • 打赏
  • 举报
回复
我试了一下,htctemp.innertext=" "没有问题,但是htctemp.innertext =" ",原因是什么?
dbx 2003-09-29
  • 打赏
  • 举报
回复

htctemp.innertext =" "
htctemp.innertext=" "


neodotnet 2003-09-29
  • 打赏
  • 举报
回复
htcTemp.InnerText = " ";
- or -
htcTemp.InnerHtml = " ";
目录: 第1章 ASP.NET概述 1.1 .NET框架 1.1.1 .NET的设计目标 1.1.2 .NET框架的基本组成 1.2 ASP.NET简介 1.2.1 ASP.NET发展历史 1.2.2 ASP.NET技术背景 1.2.3 ASP.NET 运行机制 1.2.4 ASP.NET的脚本语言 1.2.5 ASP.NET与ASP比较 1.2.6 ASP.NET的优点 1.3 配置ASP.NET的运行环境 1.3.1 安装IIS 1.3.2 安装Visual Studio.NET 1.3.3 ASP.NET的配置 1.3.4 测试安装 1.4 Web窗体 1.5 HTML简介 1.5.1 HTML常用标记 1.5.2 表格的基本结构 本章小结 第2章 数据库管理 2.1 SQL Server 2000概述 2.1.1 SQL Server进化过程 2.1.2 SQL Server 2000的特性 2.1.3 SQL Server 2000新增特性 2.2 SQL Server 2000安装与配置 2.2.1 系统要求 2.2.2 安装步骤 2.3 SQL Server 2000常用工具 2.4 SQL语言 2.4.1 SQL语言的特点 2.4.2 SQL语言分类 2.4.3 SELECT语句 2.4.4 数据更改 2.4.5 汇总函数 2.5 使用企业管理器创建和管理表 2.5.1 创建表 2.5.2 约束 2.5.3 规则 2.5.4 默认值 2.5.5 修改表 2.5.6 删除表 2.6 与SQL Server数据库连接 2.7 操作SQL Server数据库 2.8 在SQL Server数据库提取数据 本章小结 第3章 服务器控件 3.1 HTML服务器控件 3.1.1 HtmlInputFile控件 3.1.2 HtmlAnchor控件 3.1.3 HtmlTableHtmlTableRow和HtmlTableCell控件 3.1.4 HtmlForm控件 3.1.5 HtmlButton控件 3.2 Web服务器控件 3.2.1 Label控件 3.2.2 TextBox控件 3.2.3 LinkButton控件 3.2.4 ImageButton控件 3.2.5 CheckBox控件 3.2.6 RadioButton控件 3.2.7 ListBox控件 3.2.8 Calendar控件 本章小结 第4章 新闻发布系统 4.1 系统设计 4.2 数据库设计 4.2.1 数据库的需求分析 4.2.2 数据库的结构设计 4.3 连接数据库和文件配置 4.4 系统实现 4.4.1 新闻首页面 4.4.2 新闻更多信息浏览页面 4.4.3 新闻详细信息查看页面 4.4.4 管理人员登录页面 4.4.5 管理首页面 4.4.6 增加新闻页面 4.4.7 编辑和删除新闻页面 4.5 系统演示 4.6 系统发布 本章小结 第5章 论坛系统 5.1 系统总体设计 5.1.1 系统功能描述 5.1.2 系统功能模块划分 5.2 数据库设计 5.2.1 数据库的需求分析 5.2.2 数据库的结构设计 5.2.3 连接数据库和文件配置 5.3 系统实现 5.3.1 页面头、尾部分的实现 5.3.2 论坛首页 5.3.3 注册页面 5.3.4 密码修改页面 5.3.5 论坛页面 5.3.6 查看文章页面 5.3.7 回复帖子页面 5.3.8 发表话题页面 5.4 系统演示 5.5 系统发布 本章小结 第6章 网上书店系统 6.1 系统设计 6.2 数据库设计 6.2.1 数据库的需求分析 6.2.2 数据库的结构设计 6.3 连接数据库和文件配置 6.4 系统实现 6.4.1 首页面 6.4.2 管理页面 6.4.3 用户注册页面 6.4.4 用户信息管理页面 6.4.5 添加新书页面 6.4.6 编辑和删除页面 6.4.7 高级搜索页面 6.4.8 订单信息页面 6.4.9 购物车页面 6.4.10 售出图书统计页面 6.5 系统演示 6.6 系统发布 本章小结 第7章 企业员工管理系统 7.1 系统总体设计 7.1.1 系统功能描述 7.1.2 系统功能模块划分 7.1.3 系统预览 7.2 数据库设计 7.2.1 设计数据库 7.2.2 创建数据库 7.2.3 配置系统Web.config 7.3 编写公共类 7.4 具体模块的实现 7.4.1 系统主框架页面的实现 7.4.2 登录页面的实现 7.4.3 添加用户页面 7.4.4 编辑员工基本档案的实现 7.4.5 员工职位变动页面的实现 7.4.6 员工个人档案页面的实现 7.4.7 员工信息查询页面的实现 7.5 系统的发布与维护 本章小结 第8章 学生信息管理系统 8.1 系统设计 8.2 数据库设计 8.2.1 数据库的需求分析 8.2.2 数据库的结构设计 8.3 连接数据库和文件配置 8.4 系统实现 8.4.1 登录页面 8.4.2 用户控件 8.4.3 主页面 8.4.4 学生信息页面 8.4.5 添加页面 8.4.6 编辑和删除页面 8.4.7 成绩页面 8.4.8 课程信息页面 8.4.9 密码修改页面 8.5 系统演示 8.6 系统发布 本章小结 第9章 图书管理系统 9.1 系统总体设计 9.1.1 系统功能描述 9.1.2 系统功能模块划分 9.2 数据库设计 9.2.1 数据库的需求分析 9.2.2 数据库的结构设计 9.2.3 连接数据库和文件配置 9.3 系统实现 9.3.1 图书查询主页面 9.3.2 图书高级查询页面 9.3.3 用户登录页面 9.3.4 读者信息页面 9.3.5 查阅借阅信息页面 9.3.6 修改密码页面 9.3.7 图书借阅页面 9.3.8 图书归还页面 9.3.9 权限维护页面 9.4 系统演示 9.5 系统发布 本章小结
Scott Worley Publisher: New Riders Publishing First Edition November 15, 2001 ISBN: 0-7357-1135-6, 730 pages Inside ASP.NET Here’s what reviewers are saying about Inside ASP.NET: About the Author Contributing Authors About the Technical Reviewers Acknowledgments Tell Us What You Think! Introduction Who Is This Book For? Contents of the Book I: Introducing ASP.NET 1. An Overview of ASP.NET ASP.NET The .NET Base Class Libraries ASP.NET Web Application Configuration Session and State Management Cache Management ASP.NET Web Application Development Layers Web Forms XML Web Services COM/COM+ Interoperability and Component Services ADO.NET Migration from Classic ASP to ASP.NET Globalization and Localization Enhanced Security 2. Developing Applications with ASP.NET Application Settings Files The Page Syntax Commonly Used Objects and Classes in ASP.NET Tracing ASP.NET Applications ASP.NET Migration Issues Summary 3. Configuring ASP.NET Applications Deploying the web.config Configuration File Using the Configuration Section Analyzing the system.web Configuration Sections Summary II: Core ASP.NET 4. Web Form-Based Development Introduction to Web Forms Web Form Architecture Separating Code from the User Interface Server Controls Validation Controls Summary 5. State Management in ASP.NET What Is State Management? Using ASP.NET Application State Management Summary III: ASP.NET and Data Access 6. Using ADO.NET in ASP.NET Applications Data Access from a Web-Based Perspective ADO and ADO.NET Working with the Main ADO.NET Objects Building Data-Oriented Web Forms Transaction-Enabled ASP.NET Applications Summary 7. Using XML in ASP.NET Applications XML Document Structure How XML Is Used in ASP.NET Other XML Technologies Using XML in Your Application Real-World Examples Summary IV: Advanced Technologies 8. XML Web Service Development in ASP.NET Introduction to XML Web Services Using the SOAP Toolkit with XML Web Services XML Web Service Discovery—Advertising Your Service Using an XML Web Service in ASP.NET Pages Summary 9. Securing ASP.NET Applications Overview of ASP.NET Security Features Applying Security in ASP.NET Applications Inside ASP.NET Security Other Security Considerations Summary 10. Using Component Services with ASP.NET What Are Component Services? Applying Component Services in an ASP.NET Application The business Object Using the business Object Serviced Components Summary 11. Using Messaging Services with ASP.NET Introduction to Messaging Systems Managing MSMQ Message Queues with Windows 2000 Architecture of the .NET Messaging Services Accomplishing Tasks Using MSMQ and .NET Summary 12. Using Directory Services with ASP.NET Introducing Directory Services How Does Active Directory Work? The Benefits of Active Directory Active Directory Technology Summary Summary 13. Localizing and Globalizing ASP.NET Applications What Is Localization? Localizing an ASP.NET Web Application Summary V: Advanced Web Forms 14. Cache Control in ASP.NET ASP.NET Cache Management Page Output Caching Fragment Caching (Partial Page Caching) Request Caching Summary 15. Creating User and Custom Controls for ASP.NET User Controls Introduction to Custom Controls Summary 16. Mobile Device Development with ASP.NET Wireless Application Protocol (WAP) Wireless Markup Language (WML) Enter ASP.NET Summary VI: Putting It All Together 17. Putting It All Together What Is ProjectPal? Installing the ProjectPal Application A Brief Application Walkthrough Application Architecture ProjectPal Service Layers ProjectPal Client Interfaces The ProjectPal Database The ProjectPal Components Inside the ProjectPal Code Summary VII: Appendixes A. An Overview of .NET Multiple Development Platforms Multiple Development Languages .NET Base Class Libraries Common Language Runtime (CLR) Common Type System (CTS) .NET Server Products B. ASP.NET Common Object Reference HttpContext Object (Context Intrinsic Control) The HttpApplication Class The HttpApplicationState Class (Application Intrinsic Object) The HttpSessionState Class ( Session Intrinsic Object) The HttpRequest Class (Request Intrinsic Object) The HttpResponse Class (Response Intrinsic Object) The Server Class ( HttpServerUtility ) SMTPMail API C. ADO Common Object Reference DataSet Object DataTable Object DataColumn Object DataRow Class DataRelation Object DataView Object DataRowView Class OLEDBDATA Objects SQLData … Objects D. HTML Server Control Reference HtmlForm Object— < form> Element HtmlInputText Object— < input> Element HtmlInputHidden Object— < input type=“hidden”> Element HtmlInputCheckbox Object— < input type=”checkbox”> Element HtmlInputRadioButton Object— < input type=“radiobutton”> Element HtmlInputFile Object— < input type=“file”> Element HtmlTextArea Object— < textarea> Element HtmlButton Object— < button> Element HtmlInputButton Object— < input type=“button”> Element HtmlAnchor Object— < a> Element HtmlImage Object— < img> Element HtmlInputImage Object— < input type=“image”> Element HtmlSelect Object— < select> and

62,025

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术交流专区
javascript云原生 企业社区
社区管理员
  • ASP.NET
  • .Net开发者社区
  • R小R
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

.NET 社区是一个围绕开源 .NET 的开放、热情、创新、包容的技术社区。社区致力于为广大 .NET 爱好者提供一个良好的知识共享、协同互助的 .NET 技术交流环境。我们尊重不同意见,支持健康理性的辩论和互动,反对歧视和攻击。

希望和大家一起共同营造一个活跃、友好的社区氛围。

试试用AI创作助手写篇文章吧