Click here to Skip to main content
15,912,329 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Disable all controls of a page at once [modified] -for John Prabhu Pin
Gandalf_TheWhite22-Oct-07 0:35
professionalGandalf_TheWhite22-Oct-07 0:35 
GeneralRe: Disable all controls of a page at once -for John Prabhu Pin
John-ph22-Oct-07 2:54
John-ph22-Oct-07 2:54 
QuestionDynamic Loading for Infragistics TreeView Pin
kapil bhatnagar21-Oct-07 23:10
kapil bhatnagar21-Oct-07 23:10 
Questionpage load on postback Pin
Big Ralph21-Oct-07 23:03
Big Ralph21-Oct-07 23:03 
AnswerRe: page load on postback Pin
M LN Rao21-Oct-07 23:52
M LN Rao21-Oct-07 23:52 
GeneralRe: page load on postback Pin
Big Ralph22-Oct-07 0:34
Big Ralph22-Oct-07 0:34 
GeneralRe: page load on postback Pin
M LN Rao22-Oct-07 2:10
M LN Rao22-Oct-07 2:10 
GeneralRe: page load on postback Pin
Big Ralph22-Oct-07 6:03
Big Ralph22-Oct-07 6:03 
this function is working fine when I click a button but if I put it in the page load it doesn't.

On Error Resume Next
gv4 = LoginView1.FindControl("GridView4")
gv5 = LoginView1.FindControl("GridView5")
lbl5 = LoginView1.FindControl("Label5")
txtSe = LoginView1.FindControl("txtSearch")
Dim fv1 As FormView
fv1 = LoginView1.FindControl("FormView1")

If LoginView1.FindControl("GridView4").ToString = True Then
i = 0
For i = 0 To gv4.Rows.Count - 1
If gv4.Rows(i).Cells(0).Text.StartsWith(gv5.Rows(0).Cells(0).Text) Then
gv4.SelectedIndex = i
fv1.PageIndex = gv4.SelectedIndex
Exit For
End If
Next
sIndex = gv4.SelectedIndex
lbl5.Text = gv4.SelectedIndex
End If


BiG RaLpH
QuestionDoubt about resource files Pin
hogan.smith21-Oct-07 22:58
hogan.smith21-Oct-07 22:58 
AnswerRe: Doubt about resource files Pin
Christian Graus21-Oct-07 22:59
protectorChristian Graus21-Oct-07 22:59 
GeneralRe: Doubt about resource files Pin
hogan.smith21-Oct-07 23:10
hogan.smith21-Oct-07 23:10 
GeneralRe: Doubt about resource files Pin
Christian Graus21-Oct-07 23:52
protectorChristian Graus21-Oct-07 23:52 
GeneralRe: Doubt about resource files Pin
hogan.smith21-Oct-07 23:57
hogan.smith21-Oct-07 23:57 
GeneralRe: Doubt about resource files Pin
hogan.smith22-Oct-07 0:06
hogan.smith22-Oct-07 0:06 
QuestionDecimal(18,2) Regular Expression Pin
Mr.Sam21-Oct-07 22:52
Mr.Sam21-Oct-07 22:52 
AnswerRe: Decimal(18,2) Regular Expression Pin
Christian Graus21-Oct-07 22:59
protectorChristian Graus21-Oct-07 22:59 
AnswerRe: Decimal(18,2) Regular Expression Pin
kapil bhatnagar21-Oct-07 23:04
kapil bhatnagar21-Oct-07 23:04 
GeneralRe: Decimal(18,2) Regular Expression [modified] Pin
Mr.Sam21-Oct-07 23:09
Mr.Sam21-Oct-07 23:09 
GeneralRe: Decimal(18,2) Regular Expression Pin
kapil bhatnagar21-Oct-07 23:18
kapil bhatnagar21-Oct-07 23:18 
GeneralRe: Decimal(18,2) Regular Expression Pin
Chetan Patel21-Oct-07 23:20
Chetan Patel21-Oct-07 23:20 
GeneralRe: Decimal(18,2) Regular Expression Pin
jaysaran22-Oct-07 3:13
jaysaran22-Oct-07 3:13 
QuestionOpen File Dialog without html file field Pin
yesu prakash21-Oct-07 22:40
yesu prakash21-Oct-07 22:40 
AnswerRe: Open File Dialog without html file field Pin
kapil bhatnagar21-Oct-07 22:54
kapil bhatnagar21-Oct-07 22:54 
GeneralRe: Open File Dialog without html file field Pin
yesu prakash21-Oct-07 22:57
yesu prakash21-Oct-07 22:57 
AnswerRe: Open File Dialog without html file field Pin
M LN Rao21-Oct-07 23:03
M LN Rao21-Oct-07 23:03 

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.