Click here to Skip to main content
15,912,069 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: JavaScript Code not working properly for a registration ASP page. Pin
Kornfeld Eliyahu Peter20-Sep-14 8:32
professionalKornfeld Eliyahu Peter20-Sep-14 8:32 
AnswerRe: JavaScript Code not working properly for a registration ASP page. Pin
Richard Deeming22-Sep-14 2:27
mveRichard Deeming22-Sep-14 2:27 
QuestionGetting error ORA12541 while connecting to oracle through ASP.net Pin
Akshay Dukhande19-Sep-14 0:01
Akshay Dukhande19-Sep-14 0:01 
AnswerRe: Getting error ORA12541 while connecting to oracle through ASP.net Pin
jkirkerx19-Sep-14 7:47
professionaljkirkerx19-Sep-14 7:47 
GeneralRe: Getting error ORA12541 while connecting to oracle through ASP.net Pin
Akshay Dukhande20-Sep-14 6:34
Akshay Dukhande20-Sep-14 6:34 
GeneralRe: Getting error ORA12541 while connecting to oracle through ASP.net Pin
jkirkerx20-Sep-14 8:07
professionaljkirkerx20-Sep-14 8:07 
GeneralRe: Getting error ORA12541 while connecting to oracle through ASP.net Pin
Akshay Dukhande21-Sep-14 19:20
Akshay Dukhande21-Sep-14 19:20 
GeneralRe: Getting error ORA12541 while connecting to oracle through ASP.net Pin
jkirkerx22-Sep-14 13:30
professionaljkirkerx22-Sep-14 13:30 
I remember the first time I loaded up SQL software and tried to connect. I t took me awhile to get it working. Basically you have a

Protocol
Port Number

that have to match in asp.net and Oracle.

So you start with the Oracle Database Manager, make sure it can connect to the database.
Make sure you have an account with permission to connect, Select, insert, update, delete
Make a database with the manager,

Then start with the asp,net, and do the same thing again, test your connection string
Try the Oracle native client first, you have to import it or register it.
When that works, then you can try the ODBC or whatever you plan to use.
AnswerRe: Getting error ORA12541 while connecting to oracle through ASP.net Pin
thatraja21-Sep-14 19:28
professionalthatraja21-Sep-14 19:28 
QuestionPosting a form to a table Pin
Member 914293618-Sep-14 10:23
Member 914293618-Sep-14 10:23 
AnswerRe: Posting a form to a table Pin
Richard Deeming19-Sep-14 1:34
mveRichard Deeming19-Sep-14 1:34 
QuestionI am having problem updating one table by selecting values from dynamic dropdownlist from another table Pin
samflex18-Sep-14 5:40
samflex18-Sep-14 5:40 
AnswerRe: I am having problem updating one table by selecting values from dynamic dropdownlist from another table Pin
jkirkerx18-Sep-14 13:25
professionaljkirkerx18-Sep-14 13:25 
GeneralRe: I am having problem updating one table by selecting values from dynamic dropdownlist from another table Pin
samflex18-Sep-14 17:28
samflex18-Sep-14 17:28 
GeneralRe: I am having problem updating one table by selecting values from dynamic dropdownlist from another table Pin
jkirkerx18-Sep-14 17:45
professionaljkirkerx18-Sep-14 17:45 
GeneralRe: I am having problem updating one table by selecting values from dynamic dropdownlist from another table Pin
jkirkerx18-Sep-14 18:04
professionaljkirkerx18-Sep-14 18:04 
QuestionHow to check for validation as well as run code in code page on submit button press Pin
omrohit118-Sep-14 3:39
omrohit118-Sep-14 3:39 
AnswerRe: How to check for validation as well as run code in code page on submit button press Pin
hypermellow18-Sep-14 3:45
professionalhypermellow18-Sep-14 3:45 
QuestionCalling multiple OData services from within .net API async Pin
LiQuick17-Sep-14 21:49
LiQuick17-Sep-14 21:49 
AnswerRe: Calling multiple OData services from within .net API async Pin
LiQuick22-Sep-14 2:08
LiQuick22-Sep-14 2:08 
QuestionAspx Page Load Pin
Narendra L17-Sep-14 1:48
Narendra L17-Sep-14 1:48 
AnswerRe: Aspx Page Load Pin
Kornfeld Eliyahu Peter17-Sep-14 2:00
professionalKornfeld Eliyahu Peter17-Sep-14 2:00 
AnswerRe: Aspx Page Load Pin
Sibeesh KV29-Sep-14 1:13
professionalSibeesh KV29-Sep-14 1:13 
QuestionHow to learn Asp.net MVC? Pin
RajeeshMenoth16-Sep-14 23:32
professionalRajeeshMenoth16-Sep-14 23:32 
AnswerRe: How to learn Asp.net MVC? Pin
Swinkaran17-Sep-14 18:20
professionalSwinkaran17-Sep-14 18:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.