R Ryan Moore Jul 24, 2003 #1 Is there any way to load only a certain section of a page in ASP.NET without using a FrameSet, preventing the full page refresh? thnx
Is there any way to load only a certain section of a page in ASP.NET without using a FrameSet, preventing the full page refresh? thnx
E Elliot M. Rodriguez Jul 24, 2003 #2 You can also use an IFRAME, which is like a frameset, but inline.