Click here to Skip to main content
16,013,918 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: New to VBScript Pin
Chris Rickard11-Jul-02 9:12
Chris Rickard11-Jul-02 9:12 
GeneralRe: New to VBScript Pin
Anonymous11-Jul-02 9:31
Anonymous11-Jul-02 9:31 
GeneralRe: New to VBScript Pin
Chris Rickard11-Jul-02 9:41
Chris Rickard11-Jul-02 9:41 
GeneralRe: New to VBScript Pin
Anonymous11-Jul-02 11:04
Anonymous11-Jul-02 11:04 
GeneralRe: New to VBScript Pin
Chris Rickard11-Jul-02 12:03
Chris Rickard11-Jul-02 12:03 
GeneralRedrawing dynamically added controls Pin
whaletail10010-Jul-02 9:20
whaletail10010-Jul-02 9:20 
GeneralRe: Redrawing dynamically added controls Pin
Nick Parker10-Jul-02 12:58
protectorNick Parker10-Jul-02 12:58 
GeneralRe: Redrawing dynamically added controls Pin
whaletail10010-Jul-02 13:15
whaletail10010-Jul-02 13:15 
Here is a snippet of my VB code that adds a dropdown listbox to my form dynamically. How do I set the controls in my VB code to force it to runat server?

Dim tmpDDLB As System.Web.UI.WebControls.DropDownList
Dim lstitem As ListItem

lstitem = New ListItem("A", "0")
tmpDDLB.Items.Add(lstitem)
lstitem = New ListItem("C", "1")
tmpDDLB.Items.Add(lstitem)
lstitem = New ListItem("C", "2")
tmpDDLB.Items.Add(lstitem)
tmpDDLB.SelectedIndex = 0

MyForm.Controls.Add(tmpDDLB)




GeneralRe: Redrawing dynamically added controls Pin
Not Active10-Jul-02 15:28
mentorNot Active10-Jul-02 15:28 
GeneralRe: Redrawing dynamically added controls Pin
Chris Rickard11-Jul-02 9:18
Chris Rickard11-Jul-02 9:18 
GeneralRe: Redrawing dynamically added controls Pin
whaletail10014-Jul-02 7:12
whaletail10014-Jul-02 7:12 
Generalfields number Pin
karanba10-Jul-02 6:11
karanba10-Jul-02 6:11 
GeneralRe: fields number Pin
Richard Deeming10-Jul-02 23:59
mveRichard Deeming10-Jul-02 23:59 
GeneralRe: fields number Pin
karanba11-Jul-02 0:36
karanba11-Jul-02 0:36 
GeneralRe: fields number Pin
Richard Deeming11-Jul-02 6:11
mveRichard Deeming11-Jul-02 6:11 
Questionany1 know about exchange server 2000? Pin
Mustafai9-Jul-02 23:21
Mustafai9-Jul-02 23:21 
GeneralHome Page in full screen Pin
Hitu9-Jul-02 21:32
Hitu9-Jul-02 21:32 
GeneralRe: Home Page in full screen Pin
SimonS9-Jul-02 22:02
SimonS9-Jul-02 22:02 
GeneralRe: Home Page in full screen Pin
Hitu10-Jul-02 18:09
Hitu10-Jul-02 18:09 
QuestionTurn off the spinning Windows logo on the top right hand corner IE browser? Pin
Bala Ganesh9-Jul-02 20:12
Bala Ganesh9-Jul-02 20:12 
AnswerRe: Turn off the spinning Windows logo on the top right hand corner IE browser? Pin
Not Active10-Jul-02 4:15
mentorNot Active10-Jul-02 4:15 
GeneralRe: Turn off the spinning Windows logo on the top right hand corner IE browser? Pin
Roger Wright10-Jul-02 11:45
professionalRoger Wright10-Jul-02 11:45 
GeneralRe: Turn off the spinning Windows logo on the top right hand corner IE browser? Pin
Nick Parker10-Jul-02 13:01
protectorNick Parker10-Jul-02 13:01 
GeneralRe: Turn off the spinning Windows logo on the top right hand corner IE browser? Pin
Roger Wright10-Jul-02 14:27
professionalRoger Wright10-Jul-02 14:27 
Questioncodepage? Pin
zhoujun9-Jul-02 14:42
zhoujun9-Jul-02 14:42 

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.