Search

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

Matching Posts

  • PostBack issue in Firefox???

    I have an image button in the page HotelRulesDashboard.aspx which references to a master page Dashboard.master. I set the PostBackUrl of my image button to ACCheck.aspx. In Dashboard.master, I have another image button Go.gif. I set the Click event handler of this button to "GoButton_Click". In Firefox 2, I open HotelRulesDashboard.aspx, then I click on the first image button to open ACCheck.aspx. After I'm done viewing ACCheck.aspx, I press the browser's Back button to go back to HotelRulesDashboard
    Posted to Web Forms (Forum) by ikhvanje on 11/16/2006
  • Re: Unable to include javascript from script.js file

    Hi, gjalmeida , the script should run if you place the js file in the same folder with your main page. Can you post your source code? To those who have the same problem as mine, it is the problem with the file path. If your calling pages are in different folders, try using Server.MapPath to get the physical file path of the js file in the Page_Load event of the master page. string jscript_path = Server.MapPath( "~/JScript/jscript.js" ); HtmlGenericControl htmlControl = new HtmlGenericControl(); htmlControl
    Posted to Getting Started (Forum) by ikhvanje on 7/20/2006
  • Re: Unable to include javascript from script.js file

    Hi, I'm facing the same problem. I have a flash control in the master page. I'm using an external js file to fix the click-to-activate issue but the functions cannot be called, event simple functions like alert(). Does anybody have any suggestion?
    Posted to Getting Started (Forum) by ikhvanje on 7/19/2006
  • Re: Caching problem

    I found that I only get this problem when the page is postback
    Posted to Getting Started (Forum) by ikhvanje on 7/14/2006
  • Re: Caching problem

    Forgot to mention that I also set expires to -1 and what I expect to see is something like "Warning: Page has expired..."
    Posted to Getting Started (Forum) by ikhvanje on 7/14/2006
  • Caching problem

    Hi, Can anyone help me with this problem? I have a web page which contains a multiview. In my views I have some databound textboxes. I don't want to cache this page so I set SetCacheability to NoCache. It works fine if I don't change the active view. But the problem is when I activate another view browse to another page use browser's back button to return to the same page I got the "The page cannot be displayed" message . Does anyone know why? Pleeaaase heeelp!!! Thanks
    Posted to Getting Started (Forum) by ikhvanje on 7/14/2006
  • Re: RequiredFieldValidator one at a time

    I change to CustomValidator and it works. Thanks
    Posted to Getting Started (Forum) by ikhvanje on 7/14/2006
  • Re: RequiredFieldValidator one at a time

    Hello rekoms, I want just one validator to validate each time the visitor clicks the submit button. Is it possible? Thanks,
    Posted to Getting Started (Forum) by ikhvanje on 7/13/2006
  • RequiredFieldValidator one at a time

    Hi, I'm new to ASP.NET I have a web form with four textboxes and four requiredfieldvalidators, one for each textbox. I want show the error message for one textbox at a time. For example, if my visitors forget to enter their first name and last name, I should ask them to fill in their first name first, then their last name. How can I do that? Thanks in advance
    Posted to Getting Started (Forum) by ikhvanje on 7/13/2006
Page 1 of 1 (9 items)