Click here to Skip to main content
15,915,336 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ASP.Net vs MVC Pin
sashidhar8-Apr-10 20:55
sashidhar8-Apr-10 20:55 
AnswerRe: ASP.Net vs MVC Pin
Brij8-Apr-10 23:56
mentorBrij8-Apr-10 23:56 
QuestionListBox SelectedIndex does not persist during postback [modified] Pin
Toni788-Apr-10 4:49
Toni788-Apr-10 4:49 
AnswerRe: ListBox SelectedIndex does not persist during postback Pin
JHizzle8-Apr-10 5:03
JHizzle8-Apr-10 5:03 
GeneralRe: ListBox SelectedIndex does not persist during postback Pin
Toni788-Apr-10 5:18
Toni788-Apr-10 5:18 
GeneralRe: ListBox SelectedIndex does not persist during postback Pin
JHizzle8-Apr-10 5:26
JHizzle8-Apr-10 5:26 
GeneralRe: ListBox SelectedIndex does not persist during postback [modified] Pin
Toni788-Apr-10 8:03
Toni788-Apr-10 8:03 
AnswerRe: ListBox SelectedIndex does not persist during postback Pin
michaelschmitt8-Apr-10 8:42
michaelschmitt8-Apr-10 8:42 
Hi,

are you sure, you dont rebind the datasource at any place on postbacks? I mean, obviously your items
still appear in your listbox after postback, you would have mentioned it otherwise.

So your control gets these items either from viewstate or by rebinding the datasource. If you rebind it
on postback, the selectedindex is lost, but the items would still appear. I would suspect that in the first place,
but in your code, i can see the "if (!ispostback...)" part.

Hmm. Maybe you rebind it in some event?

Good luck, these things can really make one scream.
GeneralRe: ListBox SelectedIndex does not persist during postback Pin
Toni788-Apr-10 8:56
Toni788-Apr-10 8:56 
QuestionMultiple file upload Pin
paper678-Apr-10 4:13
paper678-Apr-10 4:13 
AnswerRe: Multiple file upload Pin
chriswk8-Apr-10 19:21
chriswk8-Apr-10 19:21 
GeneralRe: Multiple file upload Pin
Gaurav Dudeja India8-Apr-10 19:31
Gaurav Dudeja India8-Apr-10 19:31 
GeneralRe: Multiple file upload Pin
paper679-Apr-10 5:08
paper679-Apr-10 5:08 
AnswerRe: Multiple file upload Pin
Anurag Gandhi8-Apr-10 19:33
professionalAnurag Gandhi8-Apr-10 19:33 
QuestionHow to Block Specific IP Number to Access my website Pin
Samarjeet Singh@india8-Apr-10 2:26
Samarjeet Singh@india8-Apr-10 2:26 
AnswerRe: How to Block Specific IP Number to Access my website Pin
Brij8-Apr-10 3:46
mentorBrij8-Apr-10 3:46 
AnswerRe: How to Block Specific IP Number to Access my website Pin
Jens Meyer8-Apr-10 3:51
Jens Meyer8-Apr-10 3:51 
GeneralRe: How to Block Specific IP Number to Access my website Pin
Brij8-Apr-10 7:28
mentorBrij8-Apr-10 7:28 
AnswerRe: How to Block Specific IP Number to Access my website Pin
Abhijit Jana8-Apr-10 8:51
professionalAbhijit Jana8-Apr-10 8:51 
QuestionSession Pin
Morgs Morgan8-Apr-10 2:25
Morgs Morgan8-Apr-10 2:25 
AnswerRe: Session Pin
sashidhar8-Apr-10 2:28
sashidhar8-Apr-10 2:28 
GeneralRe: Session Pin
Morgs Morgan8-Apr-10 2:40
Morgs Morgan8-Apr-10 2:40 
GeneralRe: Session Pin
Morgs Morgan8-Apr-10 2:41
Morgs Morgan8-Apr-10 2:41 
AnswerRe: Session Pin
michaelschmitt9-Apr-10 1:14
michaelschmitt9-Apr-10 1:14 
QuestionGridview with subheaders below.... Pin
pranavcool8-Apr-10 1:46
pranavcool8-Apr-10 1:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.