Posts by Carlos Henrique • 5 points
5 posts
-
0
votes2
answers395
viewsA: Close an Iframe from within 2 ASPX Iframes
I was able to do the following way Parent.Location='url', so I reloaded only iframe 1. Thank you all for the help.
-
0
votes2
answers395
viewsQ: Close an Iframe from within 2 ASPX Iframes
I am in need of help to reload an iframe from within 2 iframes , already tried Parent.Document, Response.redirect, but does not occur what I request. If I use Response.redirect(url), Iframe1 is…
-
0
votes1
answer179
viewsA: Crystal Reports Displaying Strange Values
I was able to solve the problem, created a Datatable and populated it with a query in sql, then invoked the report using this datatable as datasource, and it worked! Thank you all for your help !…
-
0
votes1
answer179
viewsQ: Crystal Reports Displaying Strange Values
I’m starting in CR and I’m having a hard time generating a report in Crystal Reports from visual studio 2008. It is not displaying values from my database table. The datasource I am using in the…
-
0
votes2
answers189
viewsQ: Asp.Net Dropdownlist tooltip or title with JS
I’m starting in Javascript, and would like my DropDownList of a control .ascx, when selecting an item, display its full value when you hover over it, as if it were a tooltip or title. This is my…