Urgenttttttttttttt

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kirankumarkmca
    New Member
    • Mar 2007
    • 1

    Urgenttttttttttttt

    How to set Focus on Textbox in Asp.net while Page Load event

    Another

    How to play songs in Vb.net
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Maybe txtBox1.focus() ... Please provide more information.

    Comment

    • mukeshk
      New Member
      • Mar 2007
      • 4

      #3
      You have to use the javascript function control.setfocu s()

      Comment

      • smahaboob
        New Member
        • Mar 2007
        • 32

        #4
        Originally posted by kenobewan
        Maybe txtBox1.focus() ... Please provide more information.


        may this useful for u



        f.t.focus()



        where f---- form id
        and t-----text field id

        Comment

        Working...