|
-
Sep 9th, 2004, 07:35 AM
#1
Thread Starter
Hyperactive Member
avoid post back event
I am developing web site using asp.net. I have 50 list box controls on the web form.
I want to cancel the selcted item from the listbox.
I am doing that using lstbox.Cancelselection mehtod but postback event fire again which
populate the all listboxes.
On form_load event i am already checking postback event as false.
Now my question is how do i avoid populationg listbox on click of clear button
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|