Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Wednesday, September 10, 2008 6:44 AM
Mind boggling! i'm using Visual Studio 2005, when I create a windows app, I can see and use the datagridview control just fine, but, when I create a new website, the control does not show up... :( please help, is this a bug?
All replies (4)
Wednesday, September 10, 2008 7:21 AM ✅Answered
datagridview control is not a web control
You can use gridview instead
Wednesday, September 10, 2008 5:20 PM ✅Answered
Mind boggling! i'm using Visual Studio 2005, when I create a windows app, I can see and use the datagridview control just fine, but, when I create a new website, the control does not show up... :( please help, is this a bug?
You can show all controls if you click right mouse button on Toolbox, then on context menu select "Show All" option.
Then you can see Windows controls under "All Windows Controls" tab. However, you can't just drag and drop Windows control from toolbox to web form.
Wednesday, September 10, 2008 4:54 PM
The Data Controls are different for Windows and Web Applications.
Wednesday, September 10, 2008 9:28 PM
Thank you very much guys for giving time answering a totally numb-nuts question (:.