Posts by Matheus Alves de Oliveira • 47 points
6 posts
-
1
votes0
answers61
viewsQ: ASP.NET Button only executes the method when clicked several times
Hi, I’m facing a very annoying problem because I have a page function to cancel the weigh-in. Weighing because this page is an application that works internally by communicating with a scale over…
-
0
votes2
answers1379
viewsQ: Select line from a gridview and pass the values to a textbox
I am facing problems trying to find a solution so that when I click a grid view, it passes the values contained in the line to text boxes. My gridview is being populated, but I need to find a…
-
0
votes1
answer71
viewsQ: Popular Gridview with Access Data
I managed to do this in VB.NET, but now I need to do it in C#and I can’t turn the code the right way. I have this Gridview: <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False"…
-
1
votes0
answers35
viewsQ: Open Gridview2 by selecting a Gridview1 field
Hello. I’m trying to get every time I select a specific field within the Gridview1, open related data in an Access Database on Gridview2. That’s the code on my page. <%@ Page Title=""…
-
2
votes1
answer2443
viewsQ: How to change the color of the rows of a table according to the value of each one
I’m having trouble developing a Function that changes the color of a <tr> based on a specific value of a <td> I need this Function to do for each line, because they contain different…
-
0
votes1
answer5518
viewsQ: How to change table row color based on the value of a cell?
I need to make the table row change to a certain color based on the value contained within the tag 'td'. All functions that I have found so far have not been useful to me as I have tried to…