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

ASP.NET

 
Questionasp:label databinding Pin
ybasha17-Oct-06 15:26
ybasha17-Oct-06 15:26 
AnswerRe: asp:label databinding Pin
Christian Graus17-Oct-06 16:10
protectorChristian Graus17-Oct-06 16:10 
GeneralRe: asp:label databinding Pin
ybasha17-Oct-06 16:42
ybasha17-Oct-06 16:42 
GeneralRe: asp:label databinding Pin
Amit Agarrwal17-Oct-06 18:37
Amit Agarrwal17-Oct-06 18:37 
AnswerRe: asp:label databinding Pin
kirthikirthi17-Oct-06 18:39
kirthikirthi17-Oct-06 18:39 
GeneralRe: asp:label databinding Pin
ybasha17-Oct-06 19:50
ybasha17-Oct-06 19:50 
QuestionChange dynamically ConnectionString of SQLDatasource Pin
Sianspheric17-Oct-06 13:46
Sianspheric17-Oct-06 13:46 
AnswerRe: Change dynamically ConnectionString of SQLDatasource Pin
minhpc_bk17-Oct-06 15:57
minhpc_bk17-Oct-06 15:57 
Because the SqlDataSource control is placed inside the FormView (in other words it's a child of the FormView), so when you try to access the SqlDataSource, that causes the FormView's control hierarchy to be built, and this always happens before you repalce the default connection string, so it uses the default value. In this case, you may think of persisting the connection string in a central place so that once you change it that will affect all other places instead of walking all the controls to change one by one like you are doing.



GeneralRe: Change dynamically ConnectionString of SQLDatasource Pin
Sianspheric18-Oct-06 2:47
Sianspheric18-Oct-06 2:47 
GeneralRe: Change dynamically ConnectionString of SQLDatasource Pin
minhpc_bk18-Oct-06 20:08
minhpc_bk18-Oct-06 20:08 
GeneralRe: Change dynamically ConnectionString of SQLDatasource Pin
Sianspheric19-Oct-06 7:26
Sianspheric19-Oct-06 7:26 
QuestionWizard control does not work - help Pin
Rookie17-Oct-06 12:03
Rookie17-Oct-06 12:03 
AnswerRe: Wizard control does not work - help Pin
minhpc_bk17-Oct-06 15:57
minhpc_bk17-Oct-06 15:57 
QuestionChange Direction of SiteMapPath Pin
morteza5717-Oct-06 10:37
morteza5717-Oct-06 10:37 
AnswerRe: Change Direction of SiteMapPath Pin
minhpc_bk17-Oct-06 19:48
minhpc_bk17-Oct-06 19:48 
GeneralRe: Change Direction of SiteMapPath Pin
morteza5717-Oct-06 20:13
morteza5717-Oct-06 20:13 
QuestionLoad XML file Pin
shapper17-Oct-06 9:22
shapper17-Oct-06 9:22 
AnswerRe: Load XML file Pin
minhpc_bk17-Oct-06 19:49
minhpc_bk17-Oct-06 19:49 
Questionregarding "application/octet-stream" Pin
DGtech17-Oct-06 5:11
DGtech17-Oct-06 5:11 
QuestionASP.NET and Shell command Pin
Ritesh123417-Oct-06 4:15
Ritesh123417-Oct-06 4:15 
AnswerRe: ASP.NET and Shell command Pin
minhpc_bk17-Oct-06 19:54
minhpc_bk17-Oct-06 19:54 
GeneralRe: ASP.NET and Shell command Pin
Ritesh123418-Oct-06 4:38
Ritesh123418-Oct-06 4:38 
GeneralRe: ASP.NET and Shell command Pin
minhpc_bk18-Oct-06 20:13
minhpc_bk18-Oct-06 20:13 
GeneralRe: ASP.NET and Shell command Pin
Ritesh123418-Oct-06 21:18
Ritesh123418-Oct-06 21:18 
Questionddls lose selections Pin
tadhg8817-Oct-06 3:31
tadhg8817-Oct-06 3:31 

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.