Torna al Thread

Dim odsDataList As ObjectDataSource Dim ContentPlaceHolderNav As ContentPlaceHolder ContentPlaceHolderNav = CType(Master.FindControl("ContentPlaceHolderNavigation"), ContentPlaceHolder) If Not ContentPlaceHolderNav Is Nothing Then odsDataList = CType(ContentPlaceHolderNav.FindControl("ObjectDataSource1"), ObjectDataSource) If Not odsDataList Is Nothing Then DataList1.DataSourceID = odsDataList.ID End If End If
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5