sqldatasource 

selectcommand="select * from table where id like '%'+@id+'%' order by id desc" >

<selectParameters>

          
<asp:QueryStringParameter  name="id" QueryStringField="id" defaultvalue="" ConvertEmptyStringToNull="false"/>

</selectParameters>

</sqldatasource >

 

相关文章:

  • 2022-02-02
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2021-11-07
  • 2021-06-28
猜你喜欢
  • 2021-07-25
  • 2022-12-23
  • 2021-08-26
  • 2021-07-17
  • 2021-12-26
  • 2022-02-10
  • 2021-09-26
相关资源
相似解决方案