-
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
-
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
-
By Frank Haertlein in forum Java
Replies: 0
Last Post: 07-23-2003, 08:14 PM
-
Replies: 0
Last Post: 05-14-2003, 03:25 PM
-
By manish jaiswal in forum ASP.NET
Replies: 2
Last Post: 05-08-2003, 04:14 PM
-
Replies: 0
Last Post: 12-11-2002, 05:05 AM
-
Replies: 0
Last Post: 10-30-2002, 04:40 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
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
|
Bookmarks