What's hot ? (and I mean really ...) - scroll down for more
1).  Code Templating - advanced usage of delegates & generics: my slides & demos are available for download! CodeProject article is also available.

2).  My series "TDD in the eyes of a simpleminded" is in progress(including code!): preface, part1, part2, Q&A 1, Manual Stub .vs. Mock Stub

3).  TDD Workshop: SeeCompass v0.1 and v0.2 are out.
# Friday, August 19, 2005

If you're trying to postback from a modal dialog window, you'll see that a new window will open up with the results. In order to stay at the same window, use <base> element inside the document's <head> element -

<html>
   <head>
      ....
      <base target="_self"/>
   </head>
   ....
</html>

Friday, March 09, 2007 10:04:09 AM (Jerusalem Standard Time, UTC+02:00)
hi,

how can I make my modal dialog window not postback?

thnx
sheila
Comments are closed.