Search

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

Matching Posts

  • Re: Unable to read data from the transport connection: net_io_connectionclosed

    hi i am also facing the same problem i am using the password recovery control in my aspx page My Web.config <? xml version = " 1.0 " ?> < configuration xmlns = " http://schemas.microsoft.com/.NetConfiguration/v2.0 " > < connectionStrings > < add name = " defaultConnectionString " connectionString = " Data Source=vitws-10;Initial Catalog=jobstarter;User ID=sa;Connect Timeout=200 " /> < add name = " defaultConnectionString1 "
  • Re: Error: File Not Found

    i am alos having the same problem... please help me
    Posted to Web Forms (Forum) by srkrishnakumari on 8/28/2007
  • Re: Password Recovery

    I tried that also... But it didnt work... we are catching that in Exception table(message,stracktrace,category) Under Message Field: File does not exist. File does not exist. File does not exist. An existing connection was forcibly closed by the remote host Under stracktrace Field: at System.Web.StaticFileHandler.ProcessRequestInternal(HttpContext context) at System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state) at System.Web.HttpApplication
    Posted to Getting Started (Forum) by srkrishnakumari on 8/23/2007
  • Re: Password Recovery

    Thanks a lot... but sorry it didnt work
    Posted to Getting Started (Forum) by srkrishnakumari on 8/23/2007
  • Password Recovery

    Hi, i am retriving forgot password by using passwordrecovery control... i am giving username it display question.. if i give the answer for that question it wont display "the password sent to u mail" instead of it redirecting to blank page... in my online webpage it redirecting to passworyrecovery.aspx with message "password sent to mail" but if i copy and paste that password and put once again in login page na it wont login... please any one hep me... Thanks in advance PasswordRecovery
    Posted to Getting Started (Forum) by srkrishnakumari on 8/23/2007
  • Re: How to handle Enter Key (without using Default Button Property)

    < script language ="javascript" type ="text/javascript"> document.onkeypress = keyhandler; function keyhandler(e) { Key = window. event .keyCode; if (Key == 13) { var obj = document.getElementById( '<%=Button1.ClientID%>' ); obj.focus(); obj.click(); } } </ script > Hope this will work
Page 1 of 1 (6 items)