Click here to Skip to main content
16,004,686 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to refresh a contorl???? Pin
Christian Graus20-Aug-07 23:31
protectorChristian Graus20-Aug-07 23:31 
AnswerRe: how to refresh a contorl???? Pin
Talal Sultan20-Aug-07 23:32
Talal Sultan20-Aug-07 23:32 
GeneralRe: how to refresh a contorl???? Pin
kiran@p2softech20-Aug-07 23:57
kiran@p2softech20-Aug-07 23:57 
GeneralRe: how to refresh a contorl???? Pin
Talal Sultan21-Aug-07 1:51
Talal Sultan21-Aug-07 1:51 
QuestionI just want my root Pin
Sam Heller20-Aug-07 23:20
Sam Heller20-Aug-07 23:20 
QuestionDeleting Multiple Items in a Listbox Pin
Brendan Vogt20-Aug-07 22:39
Brendan Vogt20-Aug-07 22:39 
AnswerRe: Deleting Multiple Items in a Listbox Pin
Christian Graus20-Aug-07 23:13
protectorChristian Graus20-Aug-07 23:13 
AnswerRe: Deleting Multiple Items in a Listbox Pin
Talal Sultan20-Aug-07 23:23
Talal Sultan20-Aug-07 23:23 
If you are running this code inside an event method (of a button click for example), bear in mind that if you are performing data binding on the listbox in the page load method, you need to make sure that the code is included inside the if (!isPostBack) section, or else the data binding will be performed on each page postback (when you click the button) and thus no item will be selected anymore in the listbox. The page load is executed before the button click event method.

Talal

-- If this is a post that has been helpful to you, please vote for it. Thank you!

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
--Rich Cook

QuestionProblem Pin
Big Ralph20-Aug-07 21:59
Big Ralph20-Aug-07 21:59 
AnswerRe: Problem Pin
Christian Graus20-Aug-07 22:27
protectorChristian Graus20-Aug-07 22:27 
GeneralRe: Problem Pin
Sam Heller20-Aug-07 23:23
Sam Heller20-Aug-07 23:23 
GeneralRe: Problem Pin
Christian Graus20-Aug-07 23:30
protectorChristian Graus20-Aug-07 23:30 
GeneralRe: Problem Pin
Big Ralph20-Aug-07 23:57
Big Ralph20-Aug-07 23:57 
GeneralRe: Problem Pin
Big Ralph20-Aug-07 23:59
Big Ralph20-Aug-07 23:59 
AnswerRe: Problem Pin
Bhaskar Shetty21-Aug-07 0:26
Bhaskar Shetty21-Aug-07 0:26 
GeneralRe: Problem Pin
Big Ralph22-Aug-07 0:28
Big Ralph22-Aug-07 0:28 
Questionregarding datetimepicker control in asp.net 2.0 Pin
shanmukeshwar20-Aug-07 21:58
shanmukeshwar20-Aug-07 21:58 
AnswerRe: regarding datetimepicker control in asp.net 2.0 Pin
Christian Graus20-Aug-07 22:29
protectorChristian Graus20-Aug-07 22:29 
Questionhow to fill a PDF form Pin
naumananwar20-Aug-07 21:44
naumananwar20-Aug-07 21:44 
AnswerRe: how to fill a PDF form Pin
Christian Graus20-Aug-07 22:23
protectorChristian Graus20-Aug-07 22:23 
QuestionHow to Display PDF in Browser ? Pin
Rizwan Bashir20-Aug-07 21:42
Rizwan Bashir20-Aug-07 21:42 
AnswerRe: How to Display PDF in Browser ? Pin
Vasudevan Deepak Kumar20-Aug-07 22:35
Vasudevan Deepak Kumar20-Aug-07 22:35 
GeneralRe: How to Display PDF in Browser ? Pin
Rizwan Bashir20-Aug-07 23:11
Rizwan Bashir20-Aug-07 23:11 
AnswerRe: How to Display PDF in Browser ? Pin
Christian Graus20-Aug-07 23:33
protectorChristian Graus20-Aug-07 23:33 
GeneralRe: How to Display PDF in Browser ? Pin
Rizwan Bashir21-Aug-07 0:03
Rizwan Bashir21-Aug-07 0:03 

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.