User-909867351 posted
I have one gridview and one edit buttom. How can I create the update control to my sqldatasource. How cab I access the textbox for the upadte command?
like this select, I need one update that access the textbox inside gridvie
<asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:explicame %>" ProviderName="<%$ ConnectionStrings:explicame.ProviderName %>" SelectCommand="select * from disciplinas where tipo=?">