I Want Picture Box in Asp.net .not Image Control
ASP.NET
4
Posts
4
Posters
0
Views
1
Watching
-
There is no PictureBox control in ASP.NET.You can asp image control or use normal HTML image control. There are some third party Picturebox control, you can use them... might be you have to pay for them.
Cheers!! Brij My Latest Article :Exploring ASP.NET Validators
-
Hi, There is a vast data controls are available in .net2.0, use such a kind of available controls to populate your image ...but there is no exact picture box control but related controls are image control, image button control, html control , so u can use this control also.... Picture box control available in VB6.0. regards, kannak,,,,
kannak