Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: changing the action attribute doesn't work


Message #1 by "dwarakanath hanumappanahalli" <madivi2002@y...> on Tue, 26 Mar 2002 21:42:18
Hi

I have an .Net web page (.aspx) where in I used a form and set the action 
attribute to some other page. It worked fine, however when I changed the 
action attribute but it still points to the old page. Can't understand why?

Thanks
Dwarka
Message #2 by "Minh T. Nguyen" <nguyentriminh@y...> on Tue, 26 Mar 2002 13:54:27 -0800
Dwarka,

	Make sure to compile. ASP.NET is a compiled language, so changes
don't come into effect until you recompile your code. Also, verify that
you have caching turned off for that page. Maybe you still get a cached
version.

Hope this works,
Minh.

-----Original Message-----
From: dwarakanath hanumappanahalli [mailto:madivi2002@y...] 
Sent: Tuesday, March 26, 2002 9:42 PM
To: aspx_beginners
Subject: [aspx_beginners] changing the action attribute doesn't work


Hi

I have an .Net web page (.aspx) where in I used a form and set the
action 
attribute to some other page. It worked fine, however when I changed the

action attribute but it still points to the old page. Can't understand
why?

Thanks
Dwarka



_________________________________________________________

Do You Yahoo!?

Get your free @yahoo.com address at http://mail.yahoo.com




  Return to Index