Click here to Skip to main content
16,014,952 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: checkbox in datagrid, but on some rows - help Pin
Paddy Boyd27-Jul-06 22:57
Paddy Boyd27-Jul-06 22:57 
AnswerRe: checkbox in datagrid, but on some rows - help Pin
Khawar Abbas127-Jul-06 23:24
Khawar Abbas127-Jul-06 23:24 
QuestionHow to avoid re-occurring Err "ORA-12154: TNS:could not resolve service name" Pin
cs856927-Jul-06 20:35
cs856927-Jul-06 20:35 
AnswerRe: How to avoid re-occurring Err "ORA-12154: TNS:could not resolve service name" [modified] Pin
Member 9628-Jul-06 5:01
Member 9628-Jul-06 5:01 
AnswerRe: How to avoid re-occurring Err "ORA-12154: TNS:could not resolve service name" Pin
Ista28-Jul-06 11:22
Ista28-Jul-06 11:22 
GeneralRe: How to avoid re-occurring Err "ORA-12154: TNS:could not resolve service name" Pin
cs85693-Aug-06 22:11
cs85693-Aug-06 22:11 
GeneralRe: How to avoid re-occurring Err "ORA-12154: TNS:could not resolve service name" Pin
Ista4-Aug-06 3:29
Ista4-Aug-06 3:29 
GeneralRe: How to avoid re-occurring Err "ORA-12154: TNS:could not resolve service name" Pin
cs856910-Aug-06 23:39
cs856910-Aug-06 23:39 
As per MSDN Note "To deploy high-performance applications, you need to use connection pooling. When you use the .NET Framework Data Provider for OLE DB, you do not need to enable connection pooling because the provider manages this automatically."

The connection will establish if "db_conn.Open();" is successfull. (The Err hits at this line) If its not successful that means there is no connection and I dont need to close or dispose it?

However I still tried what you have suggested. I also tried using OleDbDataAdapter believing that it will manage the connection its own and I dont need to take care of closing or disposing the connection. But both approches did not solve the problem.

CA Keer.

Questionnetwork credentials in web config Pin
mehnazash27-Jul-06 20:05
mehnazash27-Jul-06 20:05 
AnswerRe: network credentials in web config Pin
Mike Ellison3-Aug-06 3:12
Mike Ellison3-Aug-06 3:12 
QuestionDataGrid using c# ASP.NET 2.0 Pin
HTaHir27-Jul-06 19:48
HTaHir27-Jul-06 19:48 
AnswerRe: DataGrid using c# ASP.NET 2.0 Pin
Mike Ellison3-Aug-06 3:15
Mike Ellison3-Aug-06 3:15 
GeneralRe: DataGrid using c# ASP.NET 2.0 Pin
HTaHir3-Aug-06 20:04
HTaHir3-Aug-06 20:04 
QuestionHow to build and maintain the Shopping Cart in asp.net 2.0? Pin
Jay_se27-Jul-06 19:25
Jay_se27-Jul-06 19:25 
AnswerRe: How to build and maintain the Shopping Cart in asp.net 2.0? Pin
bluewavestrider28-Jul-06 0:12
bluewavestrider28-Jul-06 0:12 
GeneralRe: How to build and maintain the Shopping Cart in asp.net 2.0? Pin
Jay_se28-Jul-06 1:13
Jay_se28-Jul-06 1:13 
QuestionCHALLENGE: Formview (ObjectDataSource) can't handle nullable types? Handling null values Pin
joelsef27-Jul-06 19:05
joelsef27-Jul-06 19:05 
AnswerRe: CHALLENGE: Formview (ObjectDataSource) can't handle nullable types? Handling null values Pin
Ista28-Jul-06 7:43
Ista28-Jul-06 7:43 
GeneralRe: CHALLENGE: Formview (ObjectDataSource) can't handle nullable types? Handling null values Pin
joelsef28-Jul-06 8:47
joelsef28-Jul-06 8:47 
GeneralRe: CHALLENGE: Formview (ObjectDataSource) can't handle nullable types? Handling null values Pin
Ista28-Jul-06 9:38
Ista28-Jul-06 9:38 
GeneralRe: CHALLENGE: Formview (ObjectDataSource) can't handle nullable types? Handling null values Pin
joelsef28-Jul-06 11:17
joelsef28-Jul-06 11:17 
GeneralRe: CHALLENGE: Formview (ObjectDataSource) can't handle nullable types? Handling null values [modified] Pin
Ista28-Jul-06 11:19
Ista28-Jul-06 11:19 
GeneralRe: CHALLENGE: Formview (ObjectDataSource) can't handle nullable types? Handling null values Pin
Ista28-Jul-06 9:45
Ista28-Jul-06 9:45 
AnswerRe: CHALLENGE: Formview (ObjectDataSource) can't handle nullable types? Handling null values Pin
MichaelF7717-Jul-10 6:32
MichaelF7717-Jul-10 6:32 
QuestionRadiio Button List Pin
nikeshkumar27-Jul-06 18:43
nikeshkumar27-Jul-06 18:43 

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.