Open FileWindow
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
Hello,I have a button,when i click on that button it opens the OpenFile window like a window after click on the browse button Plzz Give me some idea regarding this Advanced Thanks Srilakshmi
-
Hello,I have a button,when i click on that button it opens the OpenFile window like a window after click on the browse button Plzz Give me some idea regarding this Advanced Thanks Srilakshmi
Try it using the Javascript.
Regards, Satips.
-
Hello,I have a button,when i click on that button it opens the OpenFile window like a window after click on the browse button Plzz Give me some idea regarding this Advanced Thanks Srilakshmi
you can open a new browser window with the help of javascript. window.open() function is used for that
Pankaj Gupta (Take it easy)