Click here to Skip to main content
15,886,199 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: web page scroll Pin
Pete O'Hanlon2-Jun-11 0:43
mvePete O'Hanlon2-Jun-11 0:43 
GeneralRe: web page scroll Pin
tanzeel852-Jun-11 0:51
tanzeel852-Jun-11 0:51 
GeneralRe: web page scroll Pin
Pete O'Hanlon2-Jun-11 2:55
mvePete O'Hanlon2-Jun-11 2:55 
Questionhow can i use <%=%> code in server control page. Pin
buffering831-Jun-11 18:47
buffering831-Jun-11 18:47 
AnswerRe: how can i use code in server control page. Pin
shankysharma862-Jun-11 4:39
shankysharma862-Jun-11 4:39 
AnswerRe: how can i use code in server control page. Pin
Prasanta_Prince2-Jun-11 7:19
Prasanta_Prince2-Jun-11 7:19 
Questionloop through datasourceid Pin
C#Coudou1-Jun-11 16:18
C#Coudou1-Jun-11 16:18 
AnswerRe: loop through datasourceid Pin
C#Coudou1-Jun-11 19:15
C#Coudou1-Jun-11 19:15 
i figure out already, here's what i did. just want to share.
For i As Integer = 1 To 10
  Dim sds As SqlDataSource = CType(Page.FindControl("dsGrid" & i), SqlDataSource)
  sds.SelectParameters(0).DefaultValue = _passValue  
Next

C# コードMicrosoft End User
2000-2008




「「「「「「「「「「「「「「「「「「「「「「「「「「「「
The best things in life are free
」」」」」」」」」」」」」」」」」」」」」」」」」」」」


Questionpics details Pin
samreen361-Jun-11 9:25
samreen361-Jun-11 9:25 
AnswerRe: pics details Pin
gavindon1-Jun-11 9:33
gavindon1-Jun-11 9:33 
QuestionAndy Brummer Article Pin
Member 76654701-Jun-11 6:20
Member 76654701-Jun-11 6:20 
AnswerRe: Andy Brummer Article Pin
R. Giskard Reventlov1-Jun-11 6:49
R. Giskard Reventlov1-Jun-11 6:49 
GeneralRe: Andy Brummer Article Pin
Keith Barrow1-Jun-11 6:55
professionalKeith Barrow1-Jun-11 6:55 
GeneralRe: Andy Brummer Article Pin
Member 76654701-Jun-11 7:55
Member 76654701-Jun-11 7:55 
AnswerRe: Andy Brummer Article Pin
Keith Barrow1-Jun-11 6:50
professionalKeith Barrow1-Jun-11 6:50 
AnswerRe: Andy Brummer Article Pin
Andy Brummer1-Jun-11 16:43
sitebuilderAndy Brummer1-Jun-11 16:43 
GeneralRe: Andy Brummer Article Pin
Member 76654702-Jun-11 3:34
Member 76654702-Jun-11 3:34 
Questionpanel scroll bar [modified] Pin
tanzeel851-Jun-11 3:38
tanzeel851-Jun-11 3:38 
AnswerRe: panel scroll bar Pin
Not Active1-Jun-11 3:41
mentorNot Active1-Jun-11 3:41 
Questionstyling a message box [modified] Pin
Ali Al Omairi(Abu AlHassan)1-Jun-11 1:37
professionalAli Al Omairi(Abu AlHassan)1-Jun-11 1:37 
AnswerRe: styling a message box [modified] Pin
Not Active1-Jun-11 2:02
mentorNot Active1-Jun-11 2:02 
GeneralRe: styling a message box Pin
Ali Al Omairi(Abu AlHassan)1-Jun-11 2:24
professionalAli Al Omairi(Abu AlHassan)1-Jun-11 2:24 
GeneralRe: styling a message box Pin
Not Active1-Jun-11 2:49
mentorNot Active1-Jun-11 2:49 
GeneralRe: styling a message box Pin
Eddy Vluggen1-Jun-11 3:06
professionalEddy Vluggen1-Jun-11 3:06 
GeneralRe: styling a message box Pin
Ali Al Omairi(Abu AlHassan)2-Jun-11 8:24
professionalAli Al Omairi(Abu AlHassan)2-Jun-11 8:24 

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.