datagrid on page one do not show changed updated list ?
-
I execute following two line of code from page one WebFormDM_DispositionDetail.DataChanged = New Delegate_DataChanged(AddressOf frmDataChanged_DataChanged) Page.RegisterStartupScript("ShowDialog", "showModalDialog('WebFormDM_DispositionDetail.aspx',null, 'dialogHeight: 320px; dialogWidth: 580px; center: Yes; help: No; resizable: No; status: No; scroll: No;')") then in second page i called DataChanged delegate which in return call thee function frmDataChanged_DataChanged of page one and in that function i have following code p1ListView.DataSource = rs.Tables(0).DefaultView p1ListView.DataBind() p1ListView.Visible = True but p1ListView datagrid on page one do not show changed updated list although rs dataset object have valid records in table can any body help me in this regard? r00d0034@yahoo.com
-
I execute following two line of code from page one WebFormDM_DispositionDetail.DataChanged = New Delegate_DataChanged(AddressOf frmDataChanged_DataChanged) Page.RegisterStartupScript("ShowDialog", "showModalDialog('WebFormDM_DispositionDetail.aspx',null, 'dialogHeight: 320px; dialogWidth: 580px; center: Yes; help: No; resizable: No; status: No; scroll: No;')") then in second page i called DataChanged delegate which in return call thee function frmDataChanged_DataChanged of page one and in that function i have following code p1ListView.DataSource = rs.Tables(0).DefaultView p1ListView.DataBind() p1ListView.Visible = True but p1ListView datagrid on page one do not show changed updated list although rs dataset object have valid records in table can any body help me in this regard? r00d0034@yahoo.com