|
Subject:
|
ASP .NET question
|
|
Posted By:
|
redlinegt6
|
Post Date:
|
6/16/2005 10:54:32 AM
|
|
I have two asp:listboxes with buttons to transfer values from one to the other. The button calls a function on the .cs page, and works fine except that it shoots me to the top of the page when it is finished. Is there any way to get around that (return the page to the area where the listboxes are)?
|
|
Reply By:
|
Pranav Joshi
|
Reply Date:
|
2/15/2006 2:04:40 AM
|
Hi,
If you are using IE, then you can put "SmartNavigation" property of the page to "TRUE" in the page directive. eg: <%@ Page language="c#" smartnavigation="true" AutoEventWireup="False" Inherits="NameSpace.Class" %>
Regards Pranav
|