Search results for query: *

  • Users: Kim
  • Order by date
  1. K

    Close popup refresh parent

    Hi all, This is the code i use for closing a popup window and refreshing the parent. The parent needs to be refreshed because in the pop up people can select something and then what they selected must come in the parent.: Dim writer As HtmlTextWriter writer = New...
  2. K

    Datagrid Problem

    Hi all, I have a datagrid and i use paging. I have a button for deleting everything in the datagrid (so not one by one). Now my problem is when i click the button my code is the following: ForEach i As DataGridItem InMe.dataGridPcGegevens.Items text = i.FindControl("TextNummer") nummer =...
  3. K

    Datagrid Paging

    Hi all, I have a datagrid and i use paging. I have a button for deleting everything in the datagrid (so not one by one). Now my problem is when i click the button my code is the following: For Each i As DataGridItem In Me.dataGridPcGegevens.Items text = i.FindControl("TextNummer") nummer =...
Back
Top