using image control with Browse
-
I want to know how can I use the image control with Browse button so it's just a simple button which will invoke OpenDialog and when selecting the file then it will be shown in the image control?
-
I want to know how can I use the image control with Browse button so it's just a simple button which will invoke OpenDialog and when selecting the file then it will be shown in the image control?
It sin't that difficult and there are many examples available. Upload the file, assign the path to the image control.
I know the language. I've read a book. - _Madmatt
-
I want to know how can I use the image control with Browse button so it's just a simple button which will invoke OpenDialog and when selecting the file then it will be shown in the image control?
There is no any event of browse control which can be handled by server side. you should call the onchange event and implement javascript function and assign selected image in image control. It's better take html control
Farogh Haider Web developer