|
|
|
UpdateValues in GridView
|
|||
|---|---|---|---|
|
#18+
Здравствуйте, возможно ли получить новое значение ячейки GridView, который привязан к datadource, при стандартном редактировании? есть метод AccessDataSourceProjects.UpdateParameters.GetValues();, но какие параметры передавать я не пойму( ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 07.06.2013, 12:14 |
|
||
|
UpdateValues in GridView
|
|||
|---|---|---|---|
|
#18+
Спасибо большое, помогло. protected void GridProjects_RowUpdating(object sender, GridViewUpdateEventArgs e) { GridViewRow row = GridProjects.Rows[e.RowIndex]; string newValue = ((DropDownList)(row.Cells[2].FindControl("DropDownListStatus"))).SelectedItem.Text; } ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 07.06.2013, 12:36 |
|
||
|
|

start [/forum/topic.php?fid=18&msg=38289959&tid=1358362]: |
0ms |
get settings: |
12ms |
get forum list: |
20ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
155ms |
get topic data: |
11ms |
get forum data: |
3ms |
get page messages: |
58ms |
get tp. blocked users: |
2ms |
| others: | 246ms |
| total: | 513ms |

| 0 / 0 |
