Search

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

Matching Posts

  • Re: Set Focus on Username text box

    This is what I use for a c# page. <script runat="server"> protected void Page_Load(object sender, EventArgs e){ SetFocus(Login1.FindControl("UserName")); } </script>
    Posted to Personal Site Starter Kit (Forum) by nukewarm on 2/27/2008
  • Re: Passing some simple data between two pages?

    I have the same problem except my target page is not written for asp.net. In the .aspx page I have the code below. And in the old .html Data Access Page I have the simple window.opener.getElementById("txtText") This works fine if I open the old.html file in a new window but opening in the parent fails to pass the variable. The problem is that this will not work with a response.redirect(old.html) The old page gets redirected to before the "AUTH_USER" string can be assigned to j
    Posted to Web Forms (Forum) by nukewarm on 2/23/2008
Page 1 of 1 (2 items)