English 中文(简体)
ASCX和Jquery Dialog
原标题:ASCX and Jquery Dialog

In my project i have a main aspx page. On that page i create a jquery dialog with multiple options. On click on 1 of the options, i load on an iframe a aspx with a place holder. Depending on the url i load a specific user control (ascx).

关于该星号,i有创建和编辑用户的一种形式,即要改变分类方言,以显示正在编辑的用户名称。

我进行现场搜索,但我可以找到任何这方面的启示者。

任何想法?

提前感谢:

最佳回答

你可以利用窗口。 然后,将首页的括号指向代表方言的 d子的挑选者,并将标题定在备选案文上。

举例来说,在你可以要求的范围内:

window.parent.$( #<div_name> ).dialog( option ,  title ,  New Title );

EDIT This is the correct answer for your needs:

window.parent.$(window.frameElement.parentNode).dialog( option ,  title ,  newTitle );
问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签