load image
-
hi. i work in Microsoft Visual Studio 2008 . i working in C# enviroment and creat a website project. i want open picture with open dialog .please tell me who i can load picture with open dialog? i am beginner . please explain step to step. whether i need a componet as toolbar? please help me. i need help body.
-
hi. i work in Microsoft Visual Studio 2008 . i working in C# enviroment and creat a website project. i want open picture with open dialog .please tell me who i can load picture with open dialog? i am beginner . please explain step to step. whether i need a componet as toolbar? please help me. i need help body.
Don't cross post.
I know the language. I've read a book. - _Madmatt
-
hi. i work in Microsoft Visual Studio 2008 . i working in C# enviroment and creat a website project. i want open picture with open dialog .please tell me who i can load picture with open dialog? i am beginner . please explain step to step. whether i need a componet as toolbar? please help me. i need help body.
-
1. Put a File Upload control on your aspx page 2. When the user submits the page, save the selected file on the server. 3. In the postback code, create an image that points to the file you saved in step 2.
thank you. but what i write code in submit buttom?