We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed988f9 + 64ec437 commit d2832bcCopy full SHA for d2832bc
CS/AspxDashboard_GettingStarted/WebForm1.aspx.cs
@@ -8,7 +8,7 @@
8
namespace AspxDashboard_GettingStarted {
9
public partial class WebForm1 : System.Web.UI.Page {
10
protected void Page_Load(object sender, EventArgs e) {
11
-
+ ASPxDashboard1.SetConnectionStringsProvider(new DevExpress.DataAccess.Web.ConfigFileConnectionStringsProvider());
12
}
13
14
VB/AspxDashboard_GettingStarted/WebForm1.aspx.vb
@@ -10,7 +10,7 @@ Namespace AspxDashboard_GettingStarted
Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
+ ASPxDashboard1.SetConnectionStringsProvider(New DevExpress.DataAccess.Web.ConfigFileConnectionStringsProvider())
End Sub
15
End Class
16
End Namespace
0 commit comments