Posts by Gabriel Scossi • 127 points
6 posts
-
1
votes1
answer9353
viewsQ: ORA-12154 TNS: could not resolve the connect Identifier specified
I’m having trouble when an application tries to connect with the database, I get error ORA-12154 TNS: could not resolve the connect Identifier specified. When I give a tnsping or try to connect by…
-
2
votes1
answer570
viewsQ: Conversion of string to datetime with specific format
I have a string in the following format: 16Mar2009(mon), but I’m not getting to convert into datetime. string format = "dMMMyyyy(dd)"; DateTime dt = DateTime.ParseExact("16Mar2009(mon)",…
-
1
votes2
answers294
viewsA: I Can’t Make Reports
Have you tried using the ExportToHttpResponse(ExportFormatType.PortableDocFormat, Response, false,"rel.pdf");? When I couldn’t use the view and generated a PDF report myself.…
c#answered Gabriel Scossi 127 -
1
votes1
answer605
viewsQ: How to catch div through another class
I have a .aspx where I put a div alert. I have a class Message to handle system messages. To treat these messages when instantiating the class, step as parameter to page, in the method step as…
-
4
votes2
answers2764
viewsQ: Windows Forms Start with Operating System
How do I make the user have the option to choose whether the system (system Tray c#) will start with the OS or not through installation in Wizardsetup (Visual Studio 2010)?
-
3
votes1
answer987
viewsQ: ORA-00911: invalid Character
I’m having trouble with Oracleparameter, I could not find the problem, because I can not see the sql after the assignment of the parameters... follow the code: private DataTable GetSearch() { string…