Click here to Skip to main content
15,891,748 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Report viewer Pin
ReactiveX4-Dec-07 19:02
ReactiveX4-Dec-07 19:02 
GeneralRe: Report viewer Pin
Aptiva Dave5-Dec-07 3:16
Aptiva Dave5-Dec-07 3:16 
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 
I had the following code:
Dim constr as string<br />
 Dim mysystem as system.configuration.configuration<br />
mysystem=system.web.configuration.webconfigurationmanager.openwebconfigura tion(Nothing)<br />
 Dim mycon as System.Configuration.ConnectionSettings<br />
 mycon=mysystem.connectionstrings.connectionstrings("CString1")<br />
 constr =mycon.connectionstring
he code above returned the error below:
"Object not sent to an instance of an object" on the line
constr =mycon.connectionstring<br />

Please where did I get it wrong.
Thanks
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 
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 

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.