DropDownList ???

SixString

Newcomer
Joined
Aug 5, 2003
Messages
18
Hi ;)

I have a DropDownLIst that as 1 Static Value and is databound with more values when its selected it jumps to another page

and i have a DataGrid with paging ..now my problem is that when the user selects something on the DropDownList jumps to the other page then if it does a Webpageback and clicks on the paging Grid the DropDownList do a PostBack when it sould be the DataGrid .

How can i (if possible) make the DropDownList always assume the Static value if the User dindt select any of the Databound Values ???

Thanks

Cheers
 
Back
Top