DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Nov 2005
    Posts
    7

    Question plz help me to solve this problem..

    Hello dear,

    i am developin my project in ASP.Net,

    when i select a customer from dropdownList box. based upon that customer i open a web page in Dialog box by using
    window.showModalDialog('Customer Quotation.aspx','',''); show that customer records.
    in this page it i write some code on Page_Load() event(Server Side). in which i pick some records from Database based on some creteria and show that records in page regarding that customer.

    there is close button on this page in which i write 'self.close();'
    after close that dialog box when i again select another customer from dropdown box it open the previous page(which i closed) and Page_Load event of 'Customer Quotation.aspx' did not fire and records of previous customer show on page.

    plz tell me how i will close this DialogBox or 'Customer Quotation.aspx' page so that when again open it then it will agein load from server and Page_Load event fire from server side.


    waiting for your reply......

    Ankush

  2. #2
    Join Date
    May 2005
    Location
    UK
    Posts
    278
    try using a window.refresh on the client side page load, I am mentioning a quick answer so that you can then debug stepping through and know why there is no post back
    Sri

Similar Threads

  1. Replies: 0
    Last Post: 07-23-2003, 08:14 PM
  2. Plz Help!!!!
    By Kyle in forum Java
    Replies: 0
    Last Post: 05-14-2003, 03:25 PM
  3. solve this problem urgently
    By manish jaiswal in forum ASP.NET
    Replies: 2
    Last Post: 05-08-2003, 04:14 PM
  4. Replies: 0
    Last Post: 12-11-2002, 05:05 AM
  5. Reliability Problem
    By elise in forum Java
    Replies: 0
    Last Post: 10-30-2002, 04:40 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links