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

Go to topic 29954

Return to index page 369
Return to index page 368
Return to index page 367
Return to index page 366
Return to index page 365
Return to index page 364
Return to index page 363
Return to index page 362
Return to index page 361
Return to index page 360