Click here to Skip to main content
15,890,690 members

Comments by Medo-I (Top 19 by date)

Medo-I 14-Nov-13 2:56am View    
sorry i dont undrestand your question? and what is missing?
Medo-I 13-Nov-13 18:21pm View    
hello
i created two css files, one for Chrome and the other for IE, as following:

<link rel="stylesheet" type="text/css" href="css/styleChrome.css" />
<link rel="stylesheet" type="text/css" href="css/styleIE.css" />

<% HttpBrowserCapabilities browser = Request.Browser; %>

<% if (browser.Browser == "AppleMAC-Safari") { %>
<link rel="stylesheet" type="text/css" href="css/styleChrome.css" media="screen" />
<% } else { %>
<link rel="stylesheet" type="text/css" href="css/styleIE.css" media="screen" />
<% } %>

it is working fine in my local server, but when i uploaded it to server it is not working fine, it doesn't use the chrome css when i use chrome browser, and as i told you it is working fine in the local host for both browsers, it is use both css files depends on which browser i use.
do you have any idea why that happen
thanks
Medo-I 25-Oct-13 18:32pm View    
i mean the alignment of the text of the header in the center, but in IE not in the center, and if i change the Left property in the css to make the header's text alignment in the center, that make the alignment not in the center in the Chrome, so if it is center in Chrome it will be not in the center in IE, and if it is Center in IE it will be not in the Center in Chrome
Medo-I 27-Mar-13 4:03am View    
this is really good advice, i tried it in my client side and i saw my connection string, i thing i have to encrypt the connection string.

Thank you
Medo-I 26-Mar-13 14:14pm View    
yes iam passing the connection string to the client side, into the activex code, how the user will see the connection string although it is passing inside the code, unfortunately i don't have background in security especially against hackers, anyway this application using inside intranet and not for internet use, also the activex code converted to setup file and installed in every client pc to run the web page that contains the activex.

i think i really need to read a lot in this subject, thanks a lot.