04.03.2014, 10:36
Hello friends,
i got a bunch a data from a SQL-Request and i have formed into a list.
But there are more data in the background that need to be shipped to the OnDialogResponse because i need them for more SQL-Magic.
My approach was: i will form the data to an array. and overwrite the OnDialogResponse method. But this is quite bullshit because i dont call the OnDialogResponse by myself. It is the user who will call the method.
So is there a way to ship my array to the OnDialogResponse method without showing the data array in the list-string?
thank you for your advices
fiel
i got a bunch a data from a SQL-Request and i have formed into a list.
But there are more data in the background that need to be shipped to the OnDialogResponse because i need them for more SQL-Magic.
My approach was: i will form the data to an array. and overwrite the OnDialogResponse method. But this is quite bullshit because i dont call the OnDialogResponse by myself. It is the user who will call the method.
So is there a way to ship my array to the OnDialogResponse method without showing the data array in the list-string?
thank you for your advices
fiel