Posts by Cleber Balota • 1 point
2 posts
-
0
votes1
answer88
viewsQ: Open file (pdf, doc, etc.)
I have the following code, which works perfect in IE, but in Chrome does nothing, opens the pdf and does not donwload. Any special settings in Chrome? <%@ Control Language="C#"…
visual-studio-2013asked Cleber Balota 1 -
0
votes1
answer105
viewsQ: HTML embedded in C# dot net visual studio
I need to generate a dynamic HTML in a C# application implemented in Visual Studio. In case, I need to display the tag li as logged in user (Session). The code is: <%if (Session["usuario"] !=…