Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 13, 2012 11:53 AM by ramiramilu
Member
116 Points
147 Posts
Apr 13, 2012 11:25 AM|LINK
<connectionStrings> <add name="Oracle_Itech" connectionString="Data Source=TEST;User ID=monir;Password=123;Unicode=True" providerName="System.Data.OracleClient" /> </connectionStrings>
when i call another aspx page it make error
i call another page like this
string strConn = WebConfigurationManager.ConnectionStrings("Oracle_Itech").ConnectionString; error in this line
plz help some
thanks
91 Points
26 Posts
Apr 13, 2012 11:28 AM|LINK
What error you are getting?
All-Star
16394 Points
3170 Posts
whats the error?
95275 Points
14072 Posts
Apr 13, 2012 11:53 AM|LINK
check out your namespaces, have you imported these namespaces - http://msdn.microsoft.com/en-us/library/ms178411.aspx
Thanks,
Manirul Isla...
Member
116 Points
147 Posts
asp.net web conf connection string oracle?
Apr 13, 2012 11:25 AM|LINK
<connectionStrings>
<add name="Oracle_Itech" connectionString="Data Source=TEST;User ID=monir;Password=123;Unicode=True"
providerName="System.Data.OracleClient" />
</connectionStrings>
when i call another aspx page it make error
i call another page like this
string strConn = WebConfigurationManager.ConnectionStrings("Oracle_Itech").ConnectionString; error in this line
plz help some
thanks
ankith83
Member
91 Points
26 Posts
Re: asp.net web conf connection string oracle?
Apr 13, 2012 11:28 AM|LINK
What error you are getting?
nijhawan.sau...
All-Star
16394 Points
3170 Posts
Re: asp.net web conf connection string oracle?
Apr 13, 2012 11:28 AM|LINK
whats the error?
nijhawan.sau...
All-Star
16394 Points
3170 Posts
Re: asp.net web conf connection string oracle?
Apr 13, 2012 11:28 AM|LINK
whats the error?
nijhawan.sau...
All-Star
16394 Points
3170 Posts
Re: asp.net web conf connection string oracle?
Apr 13, 2012 11:28 AM|LINK
whats the error?
ramiramilu
All-Star
95275 Points
14072 Posts
Re: asp.net web conf connection string oracle?
Apr 13, 2012 11:53 AM|LINK
check out your namespaces, have you imported these namespaces - http://msdn.microsoft.com/en-us/library/ms178411.aspx
Thanks,
JumpStart