Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

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

Modified by nidhi

All Replies (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.