//
archives

system web

This tag is associated with 2 posts

ButtonColumn with “Select” CommandName in ASP.NET Datagrid

Create Datagrid, and create ButtonColumn as column: <asp:ButtonColumn HeaderText=”Grouping” Text=”Grouping” CommandName=”Select” Visible=”False”> <ItemStyle HorizontalAlign=”Center” ForeColor=”#C42711″ /> </asp:ButtonColumn> In ASP.NET code (VB): Protected Sub <DataGridName>_ItemCommand(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridCommandEventArgs) Handles <DataGridName>.ItemCommand Dim row As DataRow Dim strTemp As String lblMessage.Visible = False tblStatusDownload.Visible = False GroupingData_Thread() End Sub Sub GroupingData_Thread() ‘method to start … Continue reading

ASP.NET Error : Could not load file or assembly ‘System.Web.Extensions, Version=1.0.61025.0 in web.config

Download ASP.NET Ajax 1.0 : http://www.microsoft.com/download/en/details.aspx?id=883 1. Install the latest Asp.NET Ajax 2.Open my web.config in my production server and replace this line <add assembly=”System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35″/> by  <add assembly=”System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35″/> It’s the same thing but the PublicKeyToken is in capitals…. Save it and browse to my site and bingo!

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 10 other subscribers
May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Archives

Web Statistic

Blog Stats

  • 187,132 hits