|
Technical Interview Questions
Visual Basic Interview Question
.NET Web Interview Questions
.NET
Interview Questions
C#
Interview Questions
.........More
Source Codes
Asp .NET Source Codes
Asp VB Script Source Codes
.........More
Soft Skills
Communication Skills
Leadership Skills
.........More
|
|
Asp/VB Script Source Codes
using combobox, time picker,
listbox
load event:
datetimepicker1.visible = false
listbox1.visible = false
addbutton.enabled = false
event for combo box:
datetimepicker1.visible = true
addbutton.enabled = false
date time picker event:
addbutton.enabled = true
add button click event::
datetimepicker1.visible = false
dim a as string
dim b as string
dim c as string
a=combobox1.text
b=datetimepicker1.text
listbox1.items.add(a+" - " + b)
addbutton.enabled = false
click event for show button::
listbox1.visible = true
addbutton.enabled = false
click event of exit button::
end
compile and run..
<<<----- Return to
Asp/VB Script Source
Code Questions Page.
Have a Question ?
post your questions here. It
will be answered as soon as possible.
Check
Microsoft .Net Interview Questions
for more Microsoft
.Net Interview Questions with Answers.
Check
.Net Database Interview
Questions for more .Net Database Interview Questions with answers
Check
Job Interview Questions
for more Interview Questions with Answers
|