Click here to Skip to main content
15,900,258 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to upload a sqlserver database Pin
M.V4-Dec-07 8:09
M.V4-Dec-07 8:09 
AnswerRe: how to upload a sqlserver database Pin
pmarfleet4-Dec-07 8:26
pmarfleet4-Dec-07 8:26 
AnswerRe: how to upload a sqlserver database Pin
Fred_Smith4-Dec-07 8:34
Fred_Smith4-Dec-07 8:34 
QuestionHow to have different pages use the same master but different VB files? Pin
Jordanwb4-Dec-07 7:45
Jordanwb4-Dec-07 7:45 
AnswerRe: How to have different pages use the same master but different VB files? Pin
Guffa4-Dec-07 14:27
Guffa4-Dec-07 14:27 
QuestionHow do I read cnnection string from web config file Pin
Tomic4-Dec-07 3:14
Tomic4-Dec-07 3:14 
AnswerRe: How do I read cnnection string from web config file Pin
pmarfleet4-Dec-07 8:24
pmarfleet4-Dec-07 8:24 
AnswerRe: How do I read cnnection string from web config file Pin
Sunil Wise4-Dec-07 19:45
professionalSunil Wise4-Dec-07 19:45 
in web.config:
<appSettings><br />
<br />
        <add key="ConnString" value="server=(local);database=Northwind;Integrated Security=SSPI" /><br />
<br />
      </appSettings>


call in u r web page as

<br />
Imports System.Web.Configuration<br />
<br />
dim constr as string<br />
constr=ConfigurationManager.ConnectionStrings("ConnString").ConnectionString<br />
        <br />

use this
hope this helps
Generalcrystal report error in asp.net Pin
Member 41706454-Dec-07 2:53
Member 41706454-Dec-07 2:53 
GeneralRe: crystal report error in asp.net Pin
Vasudevan Deepak Kumar4-Dec-07 18:20
Vasudevan Deepak Kumar4-Dec-07 18:20 
GeneralBinding Drop down from another page. Pin
Lijo Rajan4-Dec-07 2:48
Lijo Rajan4-Dec-07 2:48 
GeneralRe: Binding Drop down from another page. Pin
ReactiveX4-Dec-07 2:54
ReactiveX4-Dec-07 2:54 
GeneralRe: Binding Drop down from another page. Pin
Lijo Rajan4-Dec-07 3:12
Lijo Rajan4-Dec-07 3:12 
GeneralCreating Website in SharePoint using C#/ASP.NET Pin
md Nazeem4-Dec-07 2:32
md Nazeem4-Dec-07 2:32 
GeneralRe: Creating Website in SharePoint using C#/ASP.NET Pin
Expert Coming4-Dec-07 14:50
Expert Coming4-Dec-07 14:50 
Questionhow can i retrieve the url of a child window from a parent window in Microsoft IE6/IE7? Pin
Vishnu Narayan Mishra4-Dec-07 1:32
Vishnu Narayan Mishra4-Dec-07 1:32 
AnswerRe: how can i retrieve the url of a child window from a parent window in Microsoft IE6/IE7? Pin
Vishnu Narayan Mishra4-Dec-07 20:18
Vishnu Narayan Mishra4-Dec-07 20:18 
GeneralUsing Ref cursor(oracle) in asp.net Pin
Amr M. K.4-Dec-07 1:26
Amr M. K.4-Dec-07 1:26 
GeneralRe: Using Ref cursor(oracle) in asp.net Pin
Vasudevan Deepak Kumar4-Dec-07 18:22
Vasudevan Deepak Kumar4-Dec-07 18:22 
Generalsepatare the dropdoen values in the gridview textboxs Pin
yardly4-Dec-07 1:05
yardly4-Dec-07 1:05 
GeneralRe: sepatare the dropdoen values in the gridview textboxs Pin
ReactiveX4-Dec-07 2:48
ReactiveX4-Dec-07 2:48 
GeneralRe: sepatare the dropdoen values in the gridview textboxs Pin
yardly4-Dec-07 3:08
yardly4-Dec-07 3:08 
QuestionTree view asp.net 2.0 Pin
AnhTin3-Dec-07 21:40
AnhTin3-Dec-07 21:40 
GeneralRe: Tree view asp.net 2.0 Pin
ReactiveX4-Dec-07 2:40
ReactiveX4-Dec-07 2:40 
QuestionHow to integrate Paypal in Asp.Net Pin
rahul.net113-Dec-07 21:12
rahul.net113-Dec-07 21:12 

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.