Click here to Skip to main content
16,007,472 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP.NET Performance & JS/XML Pin
thund3rstruck13-Dec-08 15:59
thund3rstruck13-Dec-08 15:59 
Questionhow to work with Treeview Pin
Nanda_MR12-Dec-08 17:40
Nanda_MR12-Dec-08 17:40 
AnswerRe: how to work with Treeview Pin
codingrocks12-Dec-08 17:43
codingrocks12-Dec-08 17:43 
GeneralRe: how to work with Treeview Pin
Nanda_MR12-Dec-08 18:00
Nanda_MR12-Dec-08 18:00 
GeneralRe: how to work with Treeview Pin
codingrocks12-Dec-08 18:11
codingrocks12-Dec-08 18:11 
GeneralRe: how to work with Treeview Pin
Nanda_MR12-Dec-08 19:11
Nanda_MR12-Dec-08 19:11 
GeneralRe: how to work with Treeview Pin
Christian Graus12-Dec-08 19:24
protectorChristian Graus12-Dec-08 19:24 
Questionasp:TextBox backgroundColor change also affects borderStyle? Pin
Cyrilix12-Dec-08 8:35
Cyrilix12-Dec-08 8:35 
I have an ASP .NET page with some text boxes, where I set the javascript events onfocus and onblur to change the backgroundColor, so the code is something like what's below:
function setBackgroundColor(elementID, color)
{
var control = document.getElementById(elementID);
control.style.backgroundColor = color;
}


The problem is, as soon as this happens, the borderStyle also changes from the original flat/solid borderStyle to one that's 3D (not sure which one though). Does anyone know why these two backgroundColor and borderStyle properties are tied to each other and how I'd go about only changing just the backgroundColor?
AnswerRe: asp:TextBox backgroundColor change also affects borderStyle? Pin
Uwe Keim12-Dec-08 9:56
sitebuilderUwe Keim12-Dec-08 9:56 
GeneralRe: asp:TextBox backgroundColor change also affects borderStyle? Pin
Cyrilix12-Dec-08 20:40
Cyrilix12-Dec-08 20:40 
QuestionRead xml from SSL server [modified] Pin
Phrone12-Dec-08 8:24
Phrone12-Dec-08 8:24 
AnswerRe: Read xml from SSL server Pin
Uwe Keim12-Dec-08 9:57
sitebuilderUwe Keim12-Dec-08 9:57 
GeneralRe: Read xml from SSL server Pin
Phrone12-Dec-08 10:01
Phrone12-Dec-08 10:01 
QuestionObjectDataSource bounded DropDownList in GridView Pin
b43r_3oo312-Dec-08 5:49
b43r_3oo312-Dec-08 5:49 
QuestionEnabling view state Pin
chandra vempati12-Dec-08 5:24
chandra vempati12-Dec-08 5:24 
AnswerRe: Enabling view state Pin
Christian Graus12-Dec-08 10:18
protectorChristian Graus12-Dec-08 10:18 
QuestionDataBound DropDownList Questions (2) Pin
ffowler12-Dec-08 4:02
ffowler12-Dec-08 4:02 
AnswerRe: DataBound DropDownList Questions (2) Pin
Brij12-Dec-08 4:16
mentorBrij12-Dec-08 4:16 
GeneralRe: DataBound DropDownList Questions (2) Pin
ffowler12-Dec-08 4:21
ffowler12-Dec-08 4:21 
AnswerRe: DataBound DropDownList Questions (2) Pin
Brij12-Dec-08 4:26
mentorBrij12-Dec-08 4:26 
GeneralRe: DataBound DropDownList Questions (2) Pin
ffowler12-Dec-08 4:46
ffowler12-Dec-08 4:46 
AnswerRe: DataBound DropDownList Questions (2) Pin
Blue_Boy12-Dec-08 4:50
Blue_Boy12-Dec-08 4:50 
QuestionHow to download the files using Asp.Net? Pin
Nagaraj Muthuchamy12-Dec-08 2:11
professionalNagaraj Muthuchamy12-Dec-08 2:11 
AnswerRe: How to download the files using Asp.Net? Pin
SeMartens12-Dec-08 2:18
SeMartens12-Dec-08 2:18 
GeneralRe: How to download the files using Asp.Net? Pin
Nagaraj Muthuchamy12-Dec-08 2:22
professionalNagaraj Muthuchamy12-Dec-08 2:22 

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.