@kurtnelle to minimize the amount of time spent typing I created code snippets. In the Northwind.Web project membership authentication is defined in the web.config by default. When an authentication task is needed the database was automatically created.
@BraindG I'm assuming you are referring to this code snippet. Let me know if this helps.
Dim btn As HyperlinkButton = sender Dim id As String = btn.Tag Me.NavigationService.Navigate(New Uri(String.Format("CustomerDetail/{0}", id), UriKind.Relative))
@kurtnelle to minimize the amount of time spent typing I created code snippets. In the Northwind.Web project membership authentication is defined in the web.config by default. When an authentication task is needed the database was automatically created.
orvillecm 1 year ago
@orvillecm - Can these Snippets be downloaded anywhere? in particular the HyperlinkButton_Click ?
Thanks
BraindG 3 months ago in playlist More videos from orvillecm
@BraindG I'm assuming you are referring to this code snippet. Let me know if this helps.
Dim btn As HyperlinkButton = sender Dim id As String = btn.Tag Me.NavigationService.Navigate(New Uri(String.Format("CustomerDetail/{0}", id), UriKind.Relative))
orvillecm 2 months ago
Where did you get the "Modern Business Applications" tool box items from?
kurtnelle 1 year ago
How do you add the asp.net profile and membership authentication?
kurtnelle 1 year ago