|
|
|
не устанавливает SelectedValue в ddl UC после postback-a
|
|||
|---|---|---|---|
|
#18+
в uc: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim dtCalendarList As System.Data.DataTable '...... CalendarDropDownList.DataSource = dtCalendarList CalendarDropDownList.DataTextField = "Name_Rus" CalendarDropDownList.DataValueField = "ID" 'CurrentCalendar приходит правильным, но в итоге не устанавливается на странице как selected CalendarDropDownList.SelectedValue = CurrentCalendar Me.DataBind() End Sub страница-контейнер: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load ' ... If Not UcCalendarList.CalendarDropDownList.SelectedValue = Nothing Then calendarID = UcCalendarList.CalendarDropDownList.SelectedValue End If If Not UcYearList.YearDropDownList.SelectedValue = Nothing Then year = CType(UcYearList.YearDropDownList.SelectedValue, System.Int32) End If UcCalendarList.CurrentCalendar = calendarID UcYearList.CurrentYear = year.ToString() Page.DataBind() End Sub ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 18.09.2006, 16:25:00 |
|
||
|
не устанавливает SelectedValue в ddl UC после postback-a
|
|||
|---|---|---|---|
|
#18+
1. биндить только при !IsPostback 2. В обработчике поста устанавливаешь нужное значение Но и тогда, Когда во всей планете Пройдет вражда племен, Исчезнет ложь и грусть, - Я буду воспевать Всем существом в поэте Шестую часть земли С названьем кратким Русь. С. Есенин ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 18.09.2006, 16:52:00 |
|
||
|
|

start [/forum/topic.php?fid=18&msg=33994678&tid=1389497]: |
0ms |
get settings: |
4ms |
get forum list: |
12ms |
check forum access: |
2ms |
check topic access: |
2ms |
track hit: |
1647ms |
get topic data: |
6ms |
get forum data: |
1ms |
get page messages: |
23ms |
get tp. blocked users: |
1ms |
| others: | 179ms |
| total: | 1877ms |

| 0 / 0 |
