Torna al Thread

<asp:GridView ID="GridView1" runat="server" AllowSorting="True" DataSourceID="SqlDataSource1" Font-Names="Verdana" Font-Size="Smaller" EnableSortingAndPagingCallbacks="True" AllowPaging="true" DataKeyNames="UserID" AutoGenerateEditButton="true" EditRowStyle-BackColor="Red" EditRowStyle-ForeColor="Yellow" HeaderStyle-BackColor="Blue" HeaderStyle-BorderStyle="Double" HeaderStyle-BorderColor="ActiveBorder" HeaderStyle- ForeColor="Yellow" PagerStyle-Font-Bold="true" PagerSettings-PageButtonCount="20" AutoGenerateColumns="true"> <AlternatingRowStyle BackColor="#8080FF" BorderColor="#8080FF" Font-Names="Verdana" ForeColor="White" /> </asp:GridView> </div> <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:ANOMALIES_WEBConnectionString %>" ProviderName="<%$ ConnectionStrings:ANOMALIES_WEBConnectionString.ProviderName %>" SelectCommand="SELECT UserID, User_NameSurname, User_Name, User_Surname, Pass, StartDatePassw, Email, StartDate, LastAccessDate, AccessCounter, LastOperaz, UserTest, Abilitazioni_Gruppo, PCTag, Commento, GruppoLavoro, SeAttivo, SeRiattivatoNuovo, SeOnline, SeMultimachine, SeAMReference, StopDate FROM User_Dati" UpdateCommand="UPDATE [User_Dati] SET [User_NameSurname]=@User_NameSurname, [User_Name]=@User_Name where [UserID] = @UserID"> </asp:SqlDataSource> &nbsp; </form>
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5