Click here to Skip to main content
15,893,668 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: retrive file Pin
SeMartens7-Feb-09 1:03
SeMartens7-Feb-09 1:03 
QuestionError while trying to runa web appication Pin
reogeo20087-Feb-09 0:37
reogeo20087-Feb-09 0:37 
AnswerRe: Error while trying to runa web appication Pin
vaghelabhavesh7-Feb-09 11:04
vaghelabhavesh7-Feb-09 11:04 
AnswerRe: Error while trying to runa web appication Pin
Ranjit Viswakumar7-Feb-09 11:17
Ranjit Viswakumar7-Feb-09 11:17 
Questionhow to apply css to my asp.net page [modified] Pin
kulandaivel_mca20076-Feb-09 23:36
kulandaivel_mca20076-Feb-09 23:36 
AnswerRe: how to apply css to my asp.net page Pin
needhi_p7-Feb-09 0:00
needhi_p7-Feb-09 0:00 
GeneralRe: how to apply css to my asp.net page Pin
kulandaivel_mca20077-Feb-09 0:06
kulandaivel_mca20077-Feb-09 0:06 
AnswerRe: how to apply css to my asp.net page Pin
Ranjit Viswakumar7-Feb-09 11:30
Ranjit Viswakumar7-Feb-09 11:30 
A couple things. Make sure you enclose your background images in quotes. Next, you want your CSS to declare images relative to where the CSS is located, not where the web pages exists. So, given these three files-

./page.aspx
./css/king.css
./IMAGES/theme1.bmp

...make sure the background image call looks like this-

background-image: url('../IMAGES/theme1.bmp');

Good luck!

Ranjit Viswakumar
Professional Services Specialist
http://hostmysite.com/?utm_source=bb

AnswerRe: how to apply css to my asp.net page Pin
sepel9-Feb-09 4:55
sepel9-Feb-09 4:55 
GeneralMy boss want me to shift my web applications to ASP.NET2005 Pin
Subin Alex6-Feb-09 21:46
Subin Alex6-Feb-09 21:46 
GeneralRe: My boss want me to shift my web applications to ASP.NET2005 Pin
Christian Graus6-Feb-09 23:15
protectorChristian Graus6-Feb-09 23:15 
GeneralRe: My boss want me to shift my web applications to ASP.NET2005 Pin
ziwez07-Feb-09 7:18
ziwez07-Feb-09 7:18 
GeneralRe: My boss want me to shift my web applications to ASP.NET2005 Pin
Ranjit Viswakumar7-Feb-09 12:14
Ranjit Viswakumar7-Feb-09 12:14 
QuestionUnable to bind datagrid item to vb variable Pin
_HawkeyeD6-Feb-09 19:46
_HawkeyeD6-Feb-09 19:46 
AnswerRe: Unable to bind datagrid item to vb variable Pin
_HawkeyeD6-Feb-09 20:17
_HawkeyeD6-Feb-09 20:17 
QuestionShowing Error Using Java Script Pin
ais076-Feb-09 19:40
ais076-Feb-09 19:40 
AnswerRe: Showing Error Using Java Script Pin
Perspx6-Feb-09 21:01
Perspx6-Feb-09 21:01 
AnswerRe: Showing Error Using Java Script Pin
Ranjit Viswakumar8-Feb-09 5:48
Ranjit Viswakumar8-Feb-09 5:48 
QuestionLoad Report failed Pin
priyagee6-Feb-09 19:33
priyagee6-Feb-09 19:33 
AnswerRe: Load Report failed Pin
varma suresh6-Feb-09 19:50
varma suresh6-Feb-09 19:50 
GeneralRe: Load Report failed Pin
priyagee7-Feb-09 0:40
priyagee7-Feb-09 0:40 
Questionplz help me, i am new to web designing with asp.net and C# Pin
be_humble6-Feb-09 18:07
be_humble6-Feb-09 18:07 
AnswerRe: plz help me, i am new to web designing with asp.net and C# Pin
Christian Graus6-Feb-09 18:10
protectorChristian Graus6-Feb-09 18:10 
AnswerRe: plz help me, i am new to web designing with asp.net and C# Pin
MacSpudster9-Feb-09 9:27
professionalMacSpudster9-Feb-09 9:27 
QuestionAsp.net Gridview header [modified] Pin
SreejithKumar M6-Feb-09 18:04
SreejithKumar M6-Feb-09 18:04 

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.