Browse by Tags
All Tags »
Dynamic Data (
RSS)
I have spent the last two weeks researching the latest ASP.net technologies and I have to admit, my mind's been swimming with the mass amount of new things out there to learn. I purchased Visual Studio 2008 with framework 3.5 and SP1 and Windows Web Server...
Telerik VB Dynamic Data Field Templates - DateTime Edit RadDatePicker: datetime_edit.ascx <%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> <telerik:RadDatePicker ID="RadDatePicker1" runat="server" DbSelectedDate...
Here is a Telerik VB Dynamic Data Field Templates - Foreign Key Edit RadComboBox: foreignKey_edit.ascx <%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> <telerik:RadComboBox ID="DropDownList1" runat="server...
Here is a customFieldTemplate for Decimal Edit using VB and Telerik controls - RadNumericTextBox : decimal_edit.ascx <%@ Register assembly="Telerik.Web.UI" namespace="Telerik.Web.UI" tagprefix="telerik" %> <telerik:RadNumericTextBox runat="server...
Here are some additional links to Dynamic Data, some using Entities. Again, people recommend not using LINQ to SQL, so using Entities seems the way to go... Thanks Rick for these suggestions. Couldn't find them by searching "Dynamic Data Entities Tutorial...
When you opened up your Visual Studio 2008, you may have seen the ASP.net News on the Start Page promoting Joe Stagner's Six New Videos on ASP.NET Dynamic Data . I viewed each one with interest and thought I'd do a bit more research on the topic. Some...
More Posts