Skip to content

Commit d2832bc

Browse files
author
Natalia Kazakova
authored
Merge pull request #1 from natakamyshnikova/18.1.4+
Add SetConnectionStringsProvider to 18.1.4+
2 parents ed988f9 + 64ec437 commit d2832bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CS/AspxDashboard_GettingStarted/WebForm1.aspx.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace AspxDashboard_GettingStarted {
99
public partial class WebForm1 : System.Web.UI.Page {
1010
protected void Page_Load(object sender, EventArgs e) {
11-
11+
ASPxDashboard1.SetConnectionStringsProvider(new DevExpress.DataAccess.Web.ConfigFileConnectionStringsProvider());
1212
}
1313
}
1414
}

VB/AspxDashboard_GettingStarted/WebForm1.aspx.vb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Namespace AspxDashboard_GettingStarted
1010
Inherits System.Web.UI.Page
1111

1212
Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
13-
13+
ASPxDashboard1.SetConnectionStringsProvider(New DevExpress.DataAccess.Web.ConfigFileConnectionStringsProvider())
1414
End Sub
1515
End Class
1616
End Namespace

0 commit comments

Comments
 (0)