TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Patrick Collins
NA
1
0
Inline Editing Waterfall DropDownlist
Jun 7 2010 11:27 AM
Hello All
I am new to inline editing.
I need to be able to create a row in which one ddl waterfalls off of another.
I have the first ddl populated with its proper data. How do I fire off the event for the first ddl to populate the vaules that pertain the items in the first dropdown list.
I tried the following but got a Requires withEvents variable:
Protected
Sub
ddlDiskArrayMake_SelectedIndexChanged(
ByVal
sender
As
Object
,
ByVal
e
As
System.EventArgs)
Handles
ddlDiskArrayMake.SelectedIndexChanged
Dim
ta
As
New
dalDataCenter_DefsTableAdapters.spGetDiskArrayModelByMakeTableAdapter
With
ddlDiskArrayModel
.DataSource = ta.Get_DAModelsByMake(ddlDiskArrayMake.SelectedValue)
.DataTextField =
"Disk_Array_Model"
.DataValueField =
"Disk_Array_Model"
.DataBind()
.Items.Insert(0,
New
ListItem(
"-Select-"
,
"-Select-"
))
End
With
End
Sub
Much appreciated
Pat
Reply
Answers (
0
)
How to call SAS program from ASP.NET?
Dynamic datagrid based on periods and categories