Greetings, I have an aspx page where on it is a link that calls my
smartclient (a windows form) that opens up. When the user is done in
the form, he or she hits a button that saves data and closes the
form. I want the smartclient to call the opened browser (IE6 and
maybe 7 down the line) and refresh the aspx page. The page contains a
datagrid control that gets populated on the page's load event. Does
anyone know how you can do that? Is there an Windows API call that I
can use to tell the web browser window to refresh? Any help would be
great.
Thanks, Mike
RobinS - 12 Apr 2007 03:34 GMT
You might try posting your question to
microsoft.public.dotnet.framework.aspnet. It's more active than this group.
Robin S.
--------------------------------
> Greetings, I have an aspx page where on it is a link that calls my
> smartclient (a windows form) that opens up. When the user is done in
[quoted text clipped - 7 lines]
>
> Thanks, Mike