ASp.Net中的MDI形式与孩子之间的关系 [英] Relation Between MDI form to Child in ASp.Net

查看:108
本文介绍了ASp.Net中的MDI形式与孩子之间的关系的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何将MDI表单访问子表单.在C#.Net中可以创建对象并调用.但是如何在Asp.Net中创建子表单.


在此先感谢.

How to access MDI form to Child Form.In C#.Net can create an object and call.But How to create Child form in Asp.Net.


Thanks In Advance.

推荐答案

我认为您是Asp.net的新手.实际上,Asp.Net中没有MDI(子窗体)概念.相反,这里有母版页和Web表单.

参见 this [
I think you are new to Asp.net. Actually there is no MDI, child form concept in Asp.Net. Instead, here we have Master pages, Web forms.

See this[^]. It will help you.

And, if you want to call a page, you don''t want to create object like in C#.net. Just do this,
Response.Redirect("form.aspx");


Asp.net中没有子表单(页面)...
那里只有母版页和内容页...
There is no child form(page) in Asp.net...
Only Master page and Content Page is there...


希望
Hope this[^] might help you.


这篇关于ASp.Net中的MDI形式与孩子之间的关系的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆