Wrong Control on Page
-
My project is on ASP.NET 1.1 and it runs on ie only. In this project i have a setup in which there is one base page and all of the rest pages are as component. their is a strange problem when i move from one specific page say page1 to another say page2 and then check its source from view source. i am seeing source of page1 whereas the ie displays page2. but when i goes from some other page3 to page2 every thing is fine. i m getting error when in base page i have used some javascript and it is saying hidden field is null. but when i go from page3 to page 2 there is no error. any possible reasons?
Regards Shajeel
-
My project is on ASP.NET 1.1 and it runs on ie only. In this project i have a setup in which there is one base page and all of the rest pages are as component. their is a strange problem when i move from one specific page say page1 to another say page2 and then check its source from view source. i am seeing source of page1 whereas the ie displays page2. but when i goes from some other page3 to page2 every thing is fine. i m getting error when in base page i have used some javascript and it is saying hidden field is null. but when i go from page3 to page 2 there is no error. any possible reasons?
Regards Shajeel
Shajeel wrote:
i am seeing source of page1 whereas the ie displays page2.
That's just plain not possible, unless the source is being changed in script ( you see the original source ).
Shajeel wrote:
i m getting error when in base page i have used some javascript and it is saying hidden field is null.
OK, apparently, your hidden field is null. You need to check your javascript and markup, and if you want meaningful help, you need to post it, so we can comment on your code.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )