开发者

Example of SimpleModal with ASP.NET webforms project

I'm looking for a exam开发者_开发百科ple or article that demonstrates using SimpleModal in an ASP.NET webforms project.

Ideally the article would show creates and edits of a grid row using simplemodal.


How about this:

http://beckelman.net/post/2008/09/11/Modal-Delete-Confirmation-in-an-ASPNET-ListView-Using-SimpleModal-jQuery-Plugin.aspx

It's a little old, but the concepts should still apply. You'll want to make sure to use the appendTo option in SimpleModal:

$(el).modal({appendTo: 'form'});

-Eric


The developer's page is pretty nice and gives a good example of how to use it: SimplModal

There is also an old stackoverflow question that may help: Stackoverflow

This may also help: SimpleModal issues

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜