Posts by Gustavo Luiz • 11 points
3 posts
-
-1
votes1
answer134
viewsQ: How can I delete a line from a Session?
I have a NO DATABASE ENTERED page, the registration data is being stored in Session. I am using a Reset to store this. The delete command that I used before was through Reset, which is wrong because…
-
0
votes1
answer282
viewsQ: Change input color in HTML page
I am developing a simple page in HTML with Javascript also. But I have a problem, on my page when a data is filled incorrectly, appears a alert and the color of input changes to red, when the die is…
-
0
votes1
answer95
viewsQ: What command can I use to delete an item from a Repeater in c# Asp.net
I am trying to delete an item from a Reset, this item is a "registered" person. Because there is no database involved I am aware of Repeater1.Controls.Remove, but this does not exclude. Information…