Click here to Skip to main content
15,892,517 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,

i'm having 15 columns in the grid, some of the column value is depend on the another one.
For that i've used updated panel and autopostback for the source control.

Eg.

DDL 2 is depend on the txtbox 1
for that i've added autopost back for textbox1 (i.e during autopost back of txtbox will populate the values in ddl2)

here the during this autopostback the horizontal scroll inside the grid is getting reset .

can you pls help me on this
Posted
Comments
Sinisa Hajnal 4-Aug-15 4:46am    
Try this:
<%@ Page Language="cs" AutoEventWireup="false" CodeFile="whatever.aspx.cs" Inherits="whatever" MaintainScrollPositionOnPostBack = "true" %>

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900