The results are in! Meet the top members of our 2017 Expert Awards. Congratulations to all who qualified!
<asp:SqlDataSource ID="SqlDataSource1" runat="server"
ConnectionString="<%$ ConnectionStrings:ConnectionString %>"
SelectCommand="usp_Admin_GetAll"
SelectCommandType="StoredProcedure"
ProviderName="<%$ ConnectionStrings:on.ProviderName %>">
<SelectParameters>
<asp:FormParameter DefaultValue="%" FormField="txtSearch" Name="txt"
Type="String" />
</SelectParameters>
</asp:SqlDataSource>
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
click event of the button, do a grid.DataBind(), that will update the data source.