Posts by Junior Dias • 1 point
3 posts
-
1
votes0
answers35
viewsQ: Treat Customerror ASP.NET
Good morning, I was having an error publishing the Runtime error site, I created a blank ASPX page and added the tag to the web.config <customErrors mode="On"…
-
0
votes2
answers176
viewsA: Run Modal Code Behind ASP.NET?
I got it this way: <asp:ScriptManager ID="sm1" runat="server"></asp:ScriptManager> <asp:UpdatePanel runat="server"> <ContentTemplate> <asp:Button Text="Abrir Modal"…
-
-3
votes2
answers176
viewsQ: Run Modal Code Behind ASP.NET?
I’m trying to run a modal through ASP.NET and I got it; Using the Script <div id="mymodals" class="modal" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div…