Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~232 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Acrotab

Hi, Changes made in TextBox is not saved and, consequently, no changes occur in the data base These characteristics are set in the TextBoxes: OnTextChanged="NamеTextChanget" AutoPostBack="true". What do I need to change in the code? This is the code: [CODE] private string resultBase = "Произошло изменение"; string str; string save_str; …

Member Avatar for Acrotab
0
140
Member Avatar for Acrotab

I have this programming code: [CODE] <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:IngBergConnectionString1 %>" InsertCommand="INSERT INTO Table1(namn, development, roll, musik) VALUES (@namn,@development,@roll,@musik)" > <InsertParameters> <asp:Parameter Name="namn" Type="String" /> <asp:Parameter Name="development" Type="String" /> <asp:Parameter Name="roll" Type="String" /> <asp:Parameter Name="musik" Type="String" /> </InsertParameters> </asp:SqlDataSource> [/CODE] But I can't connect up TextBoxes with Parameters. Which …

Member Avatar for Acrotab
0
92