Search

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

Matching Posts

  • Re: what is the difference between Framework 2.0 and Framework 1.1 ?

    Hi Kapil, I have a application in IDE framework 1.1 but when i try it running in ASP.NET 2.0 some function are not working. like for example i have 2 label 1. for user id 2. for email address once user key in the userid and tab to next label the email-id will be added in the label from database this function through error. i have few question 1.Is ASP.net 1.1 is compactable with Framework 2.0 ? 2.how i can see that my application is running on framework 2.0 when my server has both framework1.1 &
  • Re: problem in javascript

    Thanks for the suggestion the actually script i use is private void CloseSelf() { //Spit Startup Script to the Page to show the error message Page.RegisterStartupScript( "CloseSelfWindow", @" <script language=""JavaScript""> <!-- var vRecID = document.getElementById('hdnRecID').value; if (top != self) { top.location= remoteSeverAddress1 + 'Home.aspx?cType=A&DocID=' + vRecID ; } --> </script> ") ; } any suggestion on this
    Posted to Client Side Web Development (Forum) by ybasha on 10/8/2007
  • problem in javascript

    Hi There, I need your help in the following, i have a web application in server A, which in turn call another application in server B, to upload a file in server B, now the upload part is working fine after upload i have return a Java script to close the window once the upload is completed, the script is not working...below is the script. private void CloseSelf() { //Spit Startup Script to the Page to show the error message Page.RegisterStartupScript( "CloseSelfWindow", @" ")
    Posted to Client Side Web Development (Forum) by ybasha on 10/8/2007
Page 1 of 1 (3 items)