Posted by: Vinit on: September 25, 2009
There is two ways which i know, First := ClientScript.RegisterStartupScript(GetType(), ”ShowContinue”, ”ShowContinue();”, true); second := Public m_sScript As String = “” Protected Sub btnSubmit_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnSubmit.Click m_sScript = “<script type=””text/javascript””>ShowContinue()</script>” End Sub and put <%=m_sScript%> at the end of the aspx page
Posted by: Vinit on: June 2, 2009
Basically we have the last Textbox for any web page. Then we dont want to move the cursor position to the button, this will work only with Internet Explorer… Last we have the cursor control in the password textbox. From there only if we want to Login to the next page . For Ex, Like [...]
Comments