Hello I am trying out your Controls
in the Sharepoint.
I have made a Test Class People with Name, Age, Link, Image and so on.
I have a Class named PeopleCollection that contains a People list.
I have a drop down That Contains All Kind Of People Collection adn A Dictornary taht has the
People Collection by their name:
for ex.
PeopleDropdown:
On DropDownLoad()
{ Fill PeopleDictonary with all Kind of People
)
onDrpDownSlectedIndexChange
{
Grid.Datasource=null
Grid.Rebind()
Grid.DataSource = dictonarywithpeople[Combobox.SelectedItem.Text].PeopleList;}
Grid.Rebind()
}
onGridLoad()
{
Grid.DataSource = dictonarywithpeople[Combobox.SelectedItem.Text].PeopleList;}
Grid.DataBind()
}
onGridUpdate(object source, DataGridEvents e)
{
Here i like to get the Item that has chaneged but it has only the old values ??
}
in the Sharepoint.
I have made a Test Class People with Name, Age, Link, Image and so on.
I have a Class named PeopleCollection that contains a People list.
I have a drop down That Contains All Kind Of People Collection adn A Dictornary taht has the
People Collection by their name:
for ex.
PeopleDropdown:
On DropDownLoad()
{ Fill PeopleDictonary with all Kind of People
)
onDrpDownSlectedIndexChange
{
Grid.Datasource=null
Grid.Rebind()
Grid.DataSource = dictonarywithpeople[Combobox.SelectedItem.Text].PeopleList;}
Grid.Rebind()
}
onGridLoad()
{
Grid.DataSource = dictonarywithpeople[Combobox.SelectedItem.Text].PeopleList;}
Grid.DataBind()
}
onGridUpdate(object source, DataGridEvents e)
{
Here i like to get the Item that has chaneged but it has only the old values ??
}