Search

You searched for the word(s): userid:849992

Matching Posts

  • Re: textbox loses focus upon ajax timer async postbacks.

    Hi, I am having same situation.Below code helps me alot.Thanks for it. ScriptManager.RegisterStartupScript( this , this .GetType(), "selectAndFocus" , "$get('" + myTextBox.ClientID + "').focus();$get('" + myTextBox.ClientID + "').select();" , true ); I need this same code in javascript .how can i do it. Can you please help me.
    Posted to ASP.NET AJAX UI (Forum) by sunithashukla on 1/26/2009
  • Re: Validation Controls Error Message Missing after AJAX post-back

    Hi, 1)I am having same issuse.ie., I have a Textbox,Button,RequireFieldValidation inside an update panel. First time it is working properly and my error message is shown. 2)After page load ,RequireFieldValidation is working but i am not able to see my error message. 3)When i remove my update panel it is working fine.So i though ,this issuse is with update panel. 4)As you post in this link, i downloaded all that validation controls and place its dll in my Bin folder. and also i added tagmapping in
    Posted to ASP.NET AJAX UI (Forum) by sunithashukla on 1/20/2009
Page 1 of 1 (2 items)