empty gridview although the sqldatasource has values

前端 未结 2 685
孤城傲影
孤城傲影 2021-01-06 04:00

I have really weird situation. I\'ve created new aspx page, and without using ANY custom logic objects (everything created with visual studios wizards) tried to create grid

2条回答
  •  [愿得一人]
    2021-01-06 04:49

    I haven't see assignment of parameters(val1, val2), so default launch will assign default for string and int and pass to SQL server.

    Try SQL Server Profiler to see if you execute selection with REAL parameters

提交回复
热议问题