vs2005中创建WebSite应用程序为何没有添加数据源菜单项
创建WindowsApplication应用程序,主菜单上有数据主菜单,下有显示数据源和添加数据源菜单,但WebSite应用程序中为何没有?????? 问题点数:100、回复次数:4Top
1 楼saucer(思归)回复于 2006-06-01 01:56:16 得分 0
for asp.net, I believe the IDE is a little different, you will use Server Explorer, under the menu Tools, do you see "Connect to Database"? also use Add New Item to add DataSet/Database....Top
2 楼ilovejolly(有些伤感)回复于 2006-06-01 08:15:43 得分 0
markTop
3 楼JahaSoft()回复于 2006-06-01 09:26:00 得分 0
我想添加ObjectDatasource使用自定义业务对象Top
4 楼saucer(思归)回复于 2006-06-01 10:26:09 得分 0
then on the design surface, drag an ObjectDataSource from the Data section on the toolbox, then configure itTop




