-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to assign #myModal a RecordSet? #7391
Comments
Unlikely to be a bug in Bootstrap itself. For integration help, try asking on the Bootstrap mailing list or on some ASP-related forum. |
I know it's not a bug... I need a programmer to tell me how to get around it. |
This isn't the place to ask for that. We can only help with bugs and feature requests here—just a matter of bandwidth and expertise on our end. Try asking on the mailing list or another resource. |
I can't find an email address anywhere on the website. Could you please give that to me? |
It's in the project readme. |
Why does my Modal window become unresponsive when clicking on its button after I attach the pro_id recordset on myModal? "#myModal?id=<%=RS("pro_id")%>"
It works well with all of my other .ASP pages but for some reason, since this isn't a .ASP page, it will not work. Any ideas?
<a href="#myModal?id=<%=RS("pro_id")%>" role="button" data-toggle="modal" title="Delete Professional">
The text was updated successfully, but these errors were encountered: