- 2
- 0
- 约9.18千字
- 约 29页
- 2017-11-23 发布于河南
- 举报
6.第六章内置对象
* * * * * * * * * * * * * * * * * HttpResponse:常用属性 9-6 控件 属性 值 Label ID lblHdr Label BackColor #E0E0E0 Label Text Response 对象的属性及它们的值 Label ID lblResponse Label BackColor LightBlue * 演示:示例 1 HttpResponse 对象不同属性的用法 打开 VS.NET IDE 并创建名为‘Example 1’ 的新项目 将默认 Web 窗体 (.aspx) 文件从‘Webform1.aspx’重命名为‘ResponseProperties.aspx’ 通过向 Web 窗体添加两个标签为 Web 窗体设计界面 ResponseProperties.aspx 的 GUI 按照表中的内容设置 ResponseProperties.aspx 上控件的属性 * HttpResponse:常用属性 9-7 将下列代码片段添加到页面的 Load 事件中 private void Page_Load(object sender, System.EventArgs e) { lblResponse.Text=lblResponse.Text + [ HttpResponse.Buffer= + HttpContext
原创力文档

文档评论(0)