Posts by Leandro Batista • 63 points
3 posts
-
5
votes1
answer1694
viewsQ: The 'Oraoledb.Oracle' Provider is not Registered on the local machine
I have a problem that is limiting my work, it is the following, I created a Webservice with a connection string to an oracle database : OleDbConnection con = new…
-
1
votes2
answers180
viewsQ: ASP.net Javascript does not recognize Textarea if it has a runat="server" tag
I have a problem with my Javascript. I am using a server code to do the numbering in a Textarea when the user gives Enter, however, if that TextArea has the tag runat="server" Javascript does not…
-
-1
votes2
answers218
viewsQ: ASP.NET My Javascript is not working
Hello, I’m using Javascript to create a numbering in a Textarea when the Enter key is pressed, an example : 1. Olá 2. Isto é isto 3. Fim This Javascript, however, is not working and I do not know…