Showing related tags and posts accross the entire site.
-
Hey guys, tremendous work you all are doing with .netTiers!! I need to be able to dynamically change the connection string on my Entity Data Source and for the life of me I can't figure it out. Here is my Entity Data Source and EntityGirdView. < dataAms : AMSSiteDrugsViewDataSource ID ="dsSiteDrugsView...
-
This is a two step process, first you add the dynamic connection string to the Connections dictionary. If this has already been added then you can simply reference that connection string by key. //in some method as soon as you find out hte connection //string for this user Session["DynamicConnection...