Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: Drop Highlights in Tree Views? Pin
miah alom18-Aug-05 11:17
miah alom18-Aug-05 11:17 
GeneralRe: Drop Highlights in Tree Views? Pin
McClamm18-Aug-05 11:51
McClamm18-Aug-05 11:51 
Generalhaving filefilter problem Pin
Pyro Joe18-Aug-05 8:29
Pyro Joe18-Aug-05 8:29 
GeneralRe: having filefilter problem Pin
sgatto15918-Aug-05 8:36
sgatto15918-Aug-05 8:36 
GeneralRe: having filefilter problem Pin
Pyro Joe18-Aug-05 8:50
Pyro Joe18-Aug-05 8:50 
GeneralRe: having filefilter problem Pin
sgatto15918-Aug-05 9:00
sgatto15918-Aug-05 9:00 
QuestionHow to Use DropDownList in ASP.NET Pin
dwark10618-Aug-05 7:53
dwark10618-Aug-05 7:53 
AnswerRe: How to Use DropDownList in ASP.NET Pin
sgatto15918-Aug-05 8:29
sgatto15918-Aug-05 8:29 
where is your databind() ? in page_load ?
if I understand your problem, I'm quite sure you've not checked if ispostback before databind().
try (in Page_Load):

/* ... */<br />
if(IsPostBack == false) {<br />
    /* ... */<br />
    DropDownList1.DataBind();<br />
}<br />
/* ... */

GeneralRe: How to Use DropDownList in ASP.NET Pin
dwark10618-Aug-05 9:05
dwark10618-Aug-05 9:05 
GeneralRe: How to Use DropDownList in ASP.NET Pin
sgatto15918-Aug-05 9:28
sgatto15918-Aug-05 9:28 
GeneralRe: How to Use DropDownList in ASP.NET Pin
dwark10618-Aug-05 11:42
dwark10618-Aug-05 11:42 
GeneralRecursive method calling (is it wrong?) Pin
therealmccoy18-Aug-05 7:22
therealmccoy18-Aug-05 7:22 
GeneralRe: Recursive method calling (is it wrong?) Pin
Judah Gabriel Himango18-Aug-05 7:27
sponsorJudah Gabriel Himango18-Aug-05 7:27 
GeneralRe: Recursive method calling (is it wrong?) Pin
Dan Neely18-Aug-05 7:30
Dan Neely18-Aug-05 7:30 
GeneralRe: Recursive method calling (is it wrong?) Pin
therealmccoy18-Aug-05 18:50
therealmccoy18-Aug-05 18:50 
GeneralRegular Expression Pin
vuthaianh18-Aug-05 7:15
vuthaianh18-Aug-05 7:15 
GeneralRe: Regular Expression Pin
sgatto15918-Aug-05 8:39
sgatto15918-Aug-05 8:39 
GeneralRe: Regular Expression Pin
eggie518-Aug-05 11:01
eggie518-Aug-05 11:01 
GeneralDealing with dpi Pin
sgatto15918-Aug-05 6:48
sgatto15918-Aug-05 6:48 
GeneralRe: Dealing with dpi Pin
Dan Neely18-Aug-05 7:12
Dan Neely18-Aug-05 7:12 
GeneralRe: Dealing with dpi Pin
sgatto15918-Aug-05 8:24
sgatto15918-Aug-05 8:24 
GeneralGet Message ID after Sending in Message Q Pin
DeepToot18-Aug-05 6:28
DeepToot18-Aug-05 6:28 
GeneralRe: Get Message ID after Sending in Message Q Pin
leppie18-Aug-05 6:36
leppie18-Aug-05 6:36 
GeneralRe: Get Message ID after Sending in Message Q Pin
DeepToot18-Aug-05 6:52
DeepToot18-Aug-05 6:52 
GeneralRe: Get Message ID after Sending in Message Q Pin
eggie518-Aug-05 14:04
eggie518-Aug-05 14:04 

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.