Click here to Skip to main content
15,920,801 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Inserting calendar in WebPage Pin
Vasudevan Deepak Kumar18-Jun-05 1:06
Vasudevan Deepak Kumar18-Jun-05 1:06 
Generaluploading file Pin
kh_neeru17-Jun-05 0:30
kh_neeru17-Jun-05 0:30 
GeneralRe: uploading file Pin
Vasudevan Deepak Kumar18-Jun-05 1:07
Vasudevan Deepak Kumar18-Jun-05 1:07 
GeneralProblem redesigning the CSS way Pin
David O'Neil15-Jun-05 21:53
professionalDavid O'Neil15-Jun-05 21:53 
GeneralRe: Problem redesigning the CSS way Pin
Mattias Olgerfelt20-Jun-05 0:20
Mattias Olgerfelt20-Jun-05 0:20 
GeneralRe: Problem redesigning the CSS way Pin
David O'Neil20-Jun-05 11:50
professionalDavid O'Neil20-Jun-05 11:50 
GeneralRe: Problem redesigning the CSS way Pin
DavidNohejl20-Jun-05 12:50
DavidNohejl20-Jun-05 12:50 
GeneralRe: Problem redesigning the CSS way Pin
Mattias Olgerfelt20-Jun-05 22:41
Mattias Olgerfelt20-Jun-05 22:41 
1. ok, change the attribute:
BACKGROUND-REPEAT: no-repeat to BACKGROUND-REPEAT: repeat-x

2.
Well.. I am using a CSS-file. and the path is relative to that CSS-file.
In C# I am able to specify which CSS to use in my page with the following code.

in the client-page..
<br />
<link id="styleLink" type="text/css" rel="stylesheet" runat="server"></link><br />


in the Codebehind...
<br />
protected System.Web.UI.HtmlControls.HtmlGenericControl styleLink;<br />
private void Page_Load(object sender, System.EventArgs e)<br />
{<br />
   string style = HttpContext.Current.Request.ApplicationPath + "/" + <br />
      System.Configuration.ConfigurationSettings.AppSettings["GeneralStylePage"];<br />
   style = style.Replace("//","/");<br />
   styleLink.Attributes.Add("href", style);<br />


/Mattias
GeneralRe: Problem redesigning the CSS way Pin
David O'Neil21-Jun-05 4:59
professionalDavid O'Neil21-Jun-05 4:59 
GeneralRe: Problem redesigning the CSS way Pin
Mattias Olgerfelt21-Jun-05 5:42
Mattias Olgerfelt21-Jun-05 5:42 
GeneralRe: Problem redesigning the CSS way Pin
David O'Neil21-Jun-05 7:34
professionalDavid O'Neil21-Jun-05 7:34 
GeneralRe: Problem redesigning the CSS way Pin
Mattias Olgerfelt21-Jun-05 22:12
Mattias Olgerfelt21-Jun-05 22:12 
GeneralRe: Problem redesigning the CSS way Pin
Mattias Olgerfelt22-Jun-05 6:39
Mattias Olgerfelt22-Jun-05 6:39 
GeneralRe: Problem redesigning the CSS way Pin
David O'Neil22-Jun-05 7:42
professionalDavid O'Neil22-Jun-05 7:42 
GeneralRe: Problem redesigning the CSS way Pin
Mattias Olgerfelt22-Jun-05 8:40
Mattias Olgerfelt22-Jun-05 8:40 
GeneralRe: Problem redesigning the CSS way Pin
Mattias Olgerfelt22-Jun-05 8:42
Mattias Olgerfelt22-Jun-05 8:42 
GeneralRe: Problem redesigning the CSS way Pin
David O'Neil22-Jun-05 9:28
professionalDavid O'Neil22-Jun-05 9:28 
GeneralRe: Problem redesigning the CSS way Pin
David O'Neil22-Jun-05 15:09
professionalDavid O'Neil22-Jun-05 15:09 
GeneralRe: Problem redesigning the CSS way Pin
David O'Neil22-Jun-05 19:38
professionalDavid O'Neil22-Jun-05 19:38 
GeneralRe: Problem redesigning the CSS way Pin
DavidNohejl20-Jun-05 12:47
DavidNohejl20-Jun-05 12:47 
Generaldownload executables from web page Pin
ask_you14-Jun-05 18:06
ask_you14-Jun-05 18:06 
GeneralRe: download executables from web page Pin
Vasudevan Deepak Kumar14-Jun-05 19:11
Vasudevan Deepak Kumar14-Jun-05 19:11 
GeneralRe: download executables from web page Pin
ask_you14-Jun-05 19:47
ask_you14-Jun-05 19:47 
GeneralRe: download executables from web page Pin
Vasudevan Deepak Kumar15-Jun-05 2:23
Vasudevan Deepak Kumar15-Jun-05 2:23 
GeneralRe: download executables from web page Pin
ask_you15-Jun-05 17:29
ask_you15-Jun-05 17:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.