Adapt this script to your needs.
This works just fine for me :)
function getBrowser(/* As String */ Header, /* As String */ Footer)
{
var myHeader = document.getElementById(Header);
var myFooter = document.getElementById(Footer);
if(navigator.userAgent.indexOf("Firefox")!=-1)
{...
Hello, everybody!
I have a DataList control which displays data from 3 different xml files as DataSource.
To select which DataSource to display in the DataList I use a ComboBox.
The code for DataList is this:
<asp:DataList ID="DataRepeater" runat="server" HorizontalAlign="Left">...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.