חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

mouse cursor is not populated in radtextbox on pageload.I m using focus function.

  • 1 תגובה
  • 1 has this problem
  • 11 views
  • תגובה אחרונה מאת the-edmeister

more options

Protected Sub Page_Load()

           Dim mpCph As ContentPlaceHolder
           Dim mpTb As RadTextBox
           mpCph = _
               CType(_master.FindControl("PrimaryContent"),  _
               ContentPlaceHolder)
           If Not mpContentPlaceHolder Is Nothing Then
               mpTb = CType(mpContentPlaceHolder. _
                   FindControl("SearchValue1"), RadTextBox)
               mpTb.Focus()
              
           End If
       
       End Sub
Protected Sub Page_Load() Dim mpCph As ContentPlaceHolder Dim mpTb As RadTextBox mpCph = _ CType(_master.FindControl("PrimaryContent"), _ ContentPlaceHolder) If Not mpContentPlaceHolder Is Nothing Then mpTb = CType(mpContentPlaceHolder. _ FindControl("SearchValue1"), RadTextBox) mpTb.Focus() End If End Sub

השתנתה ב־ על־ידי nidhi

כל התגובות (1)

more options

Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
http://forums.mozillazine.org/viewforum.php?f=25
You'll need to register and login to be able to post in that forum.