hi,
I am using 2 usercontrols namely usercontrol1 and usercontrl2 in my project.
In Usercontrol1, there is a button, whenever the user clicked on that button, another usercontrol which is usercontrol2 has to be opened as a popup window.
In usercontrol2, there is a fileupload control to browse the image, image control and save button to save it.
After browsing the image, user clicks on Save button, the image has to be saved in the database and that window has to be close and that saved image has to be displayed in the Usercontrol1.
now, my question is,
1.how can I open usercontrol2, in apopup window?
2. how can i display the image after he saved the image?
3. in usercontrol2, when evr he browse the image, i want to show that image in the image control. how can I achieve this?
plese reply me, its very urgent for me.
Thanks in Advance.
...
Go to the complete details ...