Posts by Mariana • 2,512 points
256 posts
-
1
votes1
answer819
viewsQ: Open Modal by code-Behind
I have a modal, #myModal, and I would like that when I click on the button, I had a condition and that if it entered Else, it would open the modal. I created this code in javascript: <script…
-
-1
votes2
answers386
viewsQ: Get Boolean Value Gridview Column
I have a GridView filling correctly, but I need to take the value of column 5, which is of type BIT in the database (SQL Server). In every way I try, informs error, I tried to pass to a variable of…
-
1
votes1
answer260
viewsA: Defaultview.Rowfilter filter by date filter
I was able to solve the problem, actually it was not on the dates, but because the grid was not being loaded when I was going to perform the filter, I put to load before calling the method on the…
-
1
votes1
answer260
viewsQ: Defaultview.Rowfilter filter by date filter
Good afternoon, I am filled a Gridview, but when I am going to perform the filter, it informs me the following error "Object reference not set for an instance of an object." The field I’m trying to…
-
5
votes2
answers700
viewsQ: Dropdownlist quantity Items
Good morning, I’m using dropdownlist in the asp.net to load some data coming from the database, however I do not know the amount that will be shown, because it depends on the fill in the database. I…
-
0
votes1
answer375
viewsQ: Format Gridview Time
Good morning, I have a field on the grid, which is filled from SQL a Time field(7). It appears this way in the grid: 15:10:51.1000000 But I would like it to appear like this: 15:10:51, and in every…