Hi..
I'm using the following code. WHen a user clicks a Save button at the bottom of the page.
How can I position the RadAlert at the top of the page? So the user can begin to enter a new record? I tired
txtLastName.Focus()
but it doesn't seem to work...
thanks
I'm using the following code. WHen a user clicks a Save button at the bottom of the page.
string scriptstring = "radalert('Information Added!',300, 100);";
ScriptManager.RegisterStartupScript(this, this.GetType(), "radalert", scriptstring, true);
How can I position the RadAlert at the top of the page? So the user can begin to enter a new record? I tired
txtLastName.Focus()
but it doesn't seem to work...
thanks