Malin
09-01-2005, 07:39 AM
Finally, I managed to solve the problem. A bit irritatating that the problem was because of a specific control, a control which was the first I suspected and therefore changed. It was an "<input type=submit id=submit". As I said, I suspected this control right from the start and I changed it to an asp:button but with no luck. But now after many hours I realized that I should ALSO have changed the id of the asp:button to be something else than "submit". Of course that name is not good for buttons. As soon as I changed the name everything started to work perfectly.
(I have this old site that I take care of and I have transformed it to asp.net but I haven't changed all controls to asp.net controls since it would require a lot of work. Therefore I have many controls such as "<input type=submit" with the runat=server added. Unfortunately they constantly causes me trouble.)http://community.discountasp.net/emoticons/cool.gif
Malin
~Postingat the DASP-forum since thebeginning ~
(I have this old site that I take care of and I have transformed it to asp.net but I haven't changed all controls to asp.net controls since it would require a lot of work. Therefore I have many controls such as "<input type=submit" with the runat=server added. Unfortunately they constantly causes me trouble.)http://community.discountasp.net/emoticons/cool.gif
Malin
~Postingat the DASP-forum since thebeginning ~