Hi
I working on something like :
Add button Insert image but rather than uploading the image right into the textBox(Cute Editor), the user shoudl be able to choose where to insert a hyperlink that reads, "Click here to view image - x" (x = 1,2,3 etc.). The hyperlink would open in another window and display the image that was associated.
I created my oun button as described in howTo examples.
But now after popup window close. I need refresh page:
for update textBox from posted data from popup to parent
I tryed when creating button:
ctrl.Attributes["OnClientClick"] = "ShowMyDialog(this)";
ctrl.Attributes["OnClick"] = "btnUpload_Click";
but nothing .
Any Ideas ? help :)