I'm looking for a example 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.
I'm looking for a example 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:
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