Click here to Skip to main content
15,890,609 members
Home / Discussions / Web Development
   

Web Development

 
Generalfavicon - help pls :) Pin
Megan Forbes4-Oct-02 2:37
Megan Forbes4-Oct-02 2:37 
GeneralRe: favicon - help pls :) Pin
leppie4-Oct-02 14:42
leppie4-Oct-02 14:42 
GeneralRe: favicon - help pls :) Pin
Nick Parker4-Oct-02 18:22
protectorNick Parker4-Oct-02 18:22 
GeneralRe: favicon - help pls :) Pin
Shog94-Oct-02 19:00
sitebuilderShog94-Oct-02 19:00 
GeneralRe: favicon - help pls :) Pin
leppie5-Oct-02 2:18
leppie5-Oct-02 2:18 
GeneralRe: Thanks all Pin
Megan Forbes4-Oct-02 21:09
Megan Forbes4-Oct-02 21:09 
Questionhow to view SOAP/HTTP messages sent by .NET client Pin
Anonymous3-Oct-02 21:08
Anonymous3-Oct-02 21:08 
GeneralUserControl problems, take two Pin
afronaut3-Oct-02 11:45
afronaut3-Oct-02 11:45 
I have a user control in which I need to bind a list of State abbreviations to a dropdown list. I have an array as follows:
<br />
string[] foo = {"CA","MA","HA","WA"};<br />


I tried to use the Page Load event to initialize the dropdown with the values as follows:
<br />
ddlData.DataSource = foo;<br />
ddlData.DataBind();<br />


I know the code is pristine but for some reason the Page Load isn't getting fired off in the control.

*->>Always working on my game, teach me
*->>something new.
cout << "dav1d\n";
GeneralRe: UserControl problems, take two Pin
leppie3-Oct-02 12:04
leppie3-Oct-02 12:04 
GeneralPreserving a variable accross frames Pin
BarryW3-Oct-02 7:53
BarryW3-Oct-02 7:53 
GeneralRe: Preserving a variable accross frames Pin
afronaut3-Oct-02 11:32
afronaut3-Oct-02 11:32 
GeneralRe: Preserving a variable accross frames Pin
BarryW3-Oct-02 13:09
BarryW3-Oct-02 13:09 
GeneralWeb User Control Issues Pin
afronaut3-Oct-02 5:57
afronaut3-Oct-02 5:57 
QuestionCan ASP pages run on Redhat Linux 7.1? Pin
Derek Smigelski3-Oct-02 4:37
Derek Smigelski3-Oct-02 4:37 
AnswerRe: Can ASP pages run on Redhat Linux 7.1? Pin
Paul Ingles3-Oct-02 5:22
Paul Ingles3-Oct-02 5:22 
GeneralRe: Can ASP pages run on Redhat Linux 7.1? Pin
afronaut3-Oct-02 5:59
afronaut3-Oct-02 5:59 
GeneralAd rotator Pin
Megan Forbes2-Oct-02 23:26
Megan Forbes2-Oct-02 23:26 
GeneralImplementing the SelectSingleNode for Netscape Pin
Knappen2-Oct-02 22:33
Knappen2-Oct-02 22:33 
GeneralASP Script Time out Pin
Hitu2-Oct-02 19:37
Hitu2-Oct-02 19:37 
GeneralRe: ASP Script Time out Pin
Max Santos4-Oct-02 14:32
Max Santos4-Oct-02 14:32 
GeneralRemoving Header & Footer from Print Preview page Pin
Hitu2-Oct-02 19:32
Hitu2-Oct-02 19:32 
GeneralRe: Removing Header & Footer from Print Preview page Pin
Paul Watson2-Oct-02 23:43
sitebuilderPaul Watson2-Oct-02 23:43 
GeneralMethods in ASP Pin
Sarvesvara (BVKS) Dasa2-Oct-02 7:57
Sarvesvara (BVKS) Dasa2-Oct-02 7:57 
GeneralGetting Server Name Pin
Jason Weibel2-Oct-02 6:51
Jason Weibel2-Oct-02 6:51 
GeneralRe: Getting Server Name Pin
Paul Riley2-Oct-02 9:22
Paul Riley2-Oct-02 9:22 

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.