Posts by Winston • 53 points
5 posts
-
1
votes1
answer104
viewsQ: Ispostback Asp.net
My Asp.net application (aspx) has two Label-type Controls that need to be filled with information from a Request Querystring. In Page_load I do the treatment so that the Controls of type Label…
-
0
votes1
answer436
viewsA: Modal bootstrap
I discovered the problem. I was using a Scriptmanager component in body. I took out the Scriptmanager component and the problem is over.
-
2
votes1
answer436
viewsQ: Modal bootstrap
I’m building a mobile app using Asp.net (aspx) and modal bootstrap. The purpose of this modal is to fill in a label with the information contained in the href "date-mark" attribute that triggers…
-
1
votes1
answer666
viewsQ: Bootstrap Modal ASP.NET
I’m creating a mobile app using modal bootstrap, Asp.net (aspx). A href link triggers the modal and needs to send the modal value contained in a data-* attribute that has been created. The goal is…
-
1
votes1
answer396
viewsQ: Chart.js - Type Line - JSON - SQL Server
I’m putting together my first chart. When I use date constants Chart renders normally, but when I upload sql database information I don’t have the same success. Follow code ... <div…