Posts by Rodrigo Storti de Oliveira • 159 points
8 posts
-
1
votes1
answer42
viewsQ: Change color Repeater cell
I’m making a system ASPNET c# WEBFORM, and food a REPEATER with information coming from the database. I would like a certain cell to have a certain color, according to information coming from the…
-
1
votes1
answer119
viewsQ: Get public site user IP
Good evening, everyone I made a web application with ASPNET and C#, and I need to get the user’s IP when he accesses the system. I researched if I found several ways, but I always have this…
-
0
votes0
answers217
viewsQ: Error opening aspnet page C#. Could not load file or Assembly 'Microsoft.ReportViewer.Common, Version=12.0.0.0
Good evening, everyone. I have developed a website, which on a given page shows a report. Locally it works normally, but when I run on the published page, it gives the error: Server Error in '/'…
-
0
votes2
answers600
viewsA: Recover image in SQL SERVER and put in a REPEATER list
You guys, I figured it out. I used bytes[] to solve. the result of the database search was placed in a Sqldatareader drCartaoProfissional and then I did it as follows: byte[] bytes =…
-
0
votes2
answers600
viewsQ: Recover image in SQL SERVER and put in a REPEATER list
Today I recover information from a database and I list in a REPEATER, until then all blz. But I also need to take an image from the database and show on this REPEATER. Follow below as I show the…
-
4
votes1
answer1116
viewsQ: Change title bar and window icon
I want to change the title bar icon of the Java window, as shown below: I’m going the method initComponents() and leaving as it is in the code below, but the line setIconImage(iconeTitulo); is left…
-
8
votes1
answer2380
viewsQ: Leave program done in Swing with Windows appearance
I am developing application with Java Swing, but the screens are not looking windows window. Example of screen. I wanted to look like Windows even, with the title bar with minimize, maximize and…
-
1
votes1
answer3495
viewsQ: Update Jtable after each data change in a cell
I’m using java swing where I have a window and in it a JTable. I run a method where you will read the data from this Jtable and update a column, cell by cell, of this Jtable. The problem is that it…