Textbox serves as the controlparameter of sqldatasource, and the query result gridview is empty.

Source: Internet
Author: User
Tags connectionstrings

Requirements:

(1) Enter query conditions in the textbox of the input box <br/> (2) use sqldatasource as the data source <br/> (3) controlparameter in selectparameter of sqldatasource is textbox <br/> (4) use gridview to output the result

 

ProblematicCode:

<% -- Data Source: Statistics -- %> </P> <p> <asp: sqldatasource id = "statistic_sqldatasource" runat = "server" connectionstring = "<% $ connectionstrings: connectionstring %> "<br/> selectcommand =" Exec [p_statisticwork] 0, '2017-9-9 ', '2017-9-9', '', 0, ''"> </P> <p> <selectparameters> <br/> <asp: controlparameter name = "strareaname" controlid = "textbox2" defaultvalue = ""/> <br/> </selectparameters> </P> <p> </ASP: sqldatasource>

 

Symptom:

(1) The query result is null.

 

Modified code:

<% -- Data Source: Statistics -- %> </P> <p> <asp: sqldatasource id = "statistic_sqldatasource" runat = "server" connectionstring = "<% $ connectionstrings: connectionstring %> "<br/> selectcommand =" Exec [p_statisticwork] 0, '2017-9-9 ', '2017-9-9', '', 0, ''"> </P> <p> <selectparameters> <br/> <asp: controlparameter name = "strareaname" controlid = "textbox2" defaultvalue = ""/> <br/> </selectparameters> </P> <p> </ASP: sqldatasource>

 

Modification:

Change defaultvalue = "" To defaultvalue = ""

 

The problem is resolved and the cause is unknown.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.