Click here to Skip to main content
15,900,907 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to Identify which dataitem has been clicked? Pin
irkahc30-Mar-07 0:52
irkahc30-Mar-07 0:52 
QuestionControlling Page Load Pin
Mel Padden29-Mar-07 22:52
Mel Padden29-Mar-07 22:52 
AnswerRe: Controlling Page Load Pin
badgrs30-Mar-07 1:38
badgrs30-Mar-07 1:38 
QuestionHow to Identify which dataitem has been clicked? Pin
irkahc29-Mar-07 22:51
irkahc29-Mar-07 22:51 
AnswerRe: How to Identify which dataitem has been clicked? Pin
mghiassi30-Mar-07 6:38
mghiassi30-Mar-07 6:38 
Questionasp with css please help me see this coding Pin
neodeaths29-Mar-07 22:29
neodeaths29-Mar-07 22:29 
AnswerRe: asp with css please help me see this coding Pin
Sun Rays29-Mar-07 22:35
Sun Rays29-Mar-07 22:35 
AnswerRe: asp with css please help me see this coding Pin
badgrs30-Mar-07 1:28
badgrs30-Mar-07 1:28 
Where is this CSS declared? By the sounds of things its in the page. the url() directive is relative to the document the CSS is in, in this case the page so the subfolder won't work. Move the CSS into an external file and reference it on each page, the url() should then point to the image relative to the CSS file.

So if you had folder:
root
root/css
root/images
root/subfolder

With your .css file in the root/css folder you'd want this:
body {<br />
background-image:url(../images/red.jpg);<br />
}

QuestionAdd, Edit, Delete items from GridView Pin
mail57235229-Mar-07 22:15
mail57235229-Mar-07 22:15 
QuestionHow to write events to labels? Pin
Raheem MA29-Mar-07 21:28
Raheem MA29-Mar-07 21:28 
AnswerRe: How to write events to labels? Pin
Colin Angus Mackay29-Mar-07 22:15
Colin Angus Mackay29-Mar-07 22:15 
GeneralRe: How to write events to labels? Pin
Raheem MA29-Mar-07 22:27
Raheem MA29-Mar-07 22:27 
GeneralRe: How to write events to labels? Pin
Colin Angus Mackay29-Mar-07 23:02
Colin Angus Mackay29-Mar-07 23:02 
GeneralRe: How to write events to labels? Pin
Raheem MA29-Mar-07 23:44
Raheem MA29-Mar-07 23:44 
AnswerRe: How to write events to labels? Pin
Sun Rays29-Mar-07 22:39
Sun Rays29-Mar-07 22:39 
AnswerRe: How to write events to labels? [modified] Pin
hardikprogrammer30-Mar-07 0:41
hardikprogrammer30-Mar-07 0:41 
AnswerRe: How to write events to labels? Pin
MinhajuddinK30-Mar-07 8:03
MinhajuddinK30-Mar-07 8:03 
QuestionActive directory & .net Pin
samerh29-Mar-07 21:05
samerh29-Mar-07 21:05 
AnswerRe: Active directory & .net Pin
Colin Angus Mackay29-Mar-07 21:11
Colin Angus Mackay29-Mar-07 21:11 
GeneralRe: Active directory & .net Pin
samerh29-Mar-07 21:15
samerh29-Mar-07 21:15 
GeneralRe: Active directory & .net Pin
Colin Angus Mackay29-Mar-07 22:12
Colin Angus Mackay29-Mar-07 22:12 
Questionhyperlink lables Pin
Raheem MA29-Mar-07 20:53
Raheem MA29-Mar-07 20:53 
AnswerRe: hyperlink lables Pin
Kunal P29-Mar-07 21:23
Kunal P29-Mar-07 21:23 
QuestionProblem with sending mail. Pin
anujose29-Mar-07 20:53
anujose29-Mar-07 20:53 
QuestionCustom principal "replaced" by GenericPrincipal Pin
EnkelIk29-Mar-07 20:51
EnkelIk29-Mar-07 20:51 

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.