Click here to Skip to main content
15,889,857 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: set div to visible in add attributes Pin
N a v a n e e t h30-Apr-08 3:08
N a v a n e e t h30-Apr-08 3:08 
GeneralRe: set div to visible in add attributes Pin
R. Giskard Reventlov30-Apr-08 4:35
R. Giskard Reventlov30-Apr-08 4:35 
AnswerRe: set div to visible in add attributes Pin
N a v a n e e t h30-Apr-08 3:05
N a v a n e e t h30-Apr-08 3:05 
GeneralRe: set div to visible in add attributes Pin
eyeseetee30-Apr-08 3:16
eyeseetee30-Apr-08 3:16 
GeneralRe: set div to visible in add attributes Pin
eyeseetee30-Apr-08 3:22
eyeseetee30-Apr-08 3:22 
GeneralRe: set div to visible in add attributes Pin
N a v a n e e t h30-Apr-08 3:40
N a v a n e e t h30-Apr-08 3:40 
GeneralRe: set div to visible in add attributes Pin
eyeseetee30-Apr-08 3:50
eyeseetee30-Apr-08 3:50 
GeneralRe: set div to visible in add attributes Pin
N a v a n e e t h30-Apr-08 3:55
N a v a n e e t h30-Apr-08 3:55 
Ok - You need to put all those in a JS function and call that function from the event. Something like
function ChangeDisplay(){
document.getElementById('div5').style.display = 'none';
document.getElementById('Div2').style.display = 'block';
}

Button1.Attributes.Add("onmouseover", "ChangeDisplay();");


All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

GeneralRe: set div to visible in add attributes Pin
eyeseetee30-Apr-08 4:05
eyeseetee30-Apr-08 4:05 
GeneralRe: set div to visible in add attributes Pin
N a v a n e e t h30-Apr-08 4:11
N a v a n e e t h30-Apr-08 4:11 
Questionasp.net [modified] Pin
babusat30-Apr-08 2:14
babusat30-Apr-08 2:14 
AnswerRe: asp.net Pin
Mark J. Miller30-Apr-08 3:41
Mark J. Miller30-Apr-08 3:41 
QuestionRestrict User To Click Back and Next Button on Browser Pin
Krazy Programmer30-Apr-08 1:45
Krazy Programmer30-Apr-08 1:45 
AnswerRe: Restrict User To Click Back and Next Button on Browser Pin
Christian Graus30-Apr-08 2:09
protectorChristian Graus30-Apr-08 2:09 
AnswerRe: Restrict User To Click Back and Next Button on Browser Pin
Kartik Rathi30-Apr-08 2:21
Kartik Rathi30-Apr-08 2:21 
GeneralRe: Restrict User To Click Back and Next Button on Browser Pin
N a v a n e e t h30-Apr-08 2:57
N a v a n e e t h30-Apr-08 2:57 
GeneralRe: Restrict User To Click Back and Next Button on Browser Pin
Krazy Programmer30-Apr-08 6:47
Krazy Programmer30-Apr-08 6:47 
GeneralRe: Restrict User To Click Back and Next Button on Browser Pin
Christian Graus30-Apr-08 11:03
protectorChristian Graus30-Apr-08 11:03 
Questioncookie issue Pin
_tasleem30-Apr-08 1:30
_tasleem30-Apr-08 1:30 
AnswerRe: cookie issue Pin
Vasudevan Deepak Kumar30-Apr-08 1:43
Vasudevan Deepak Kumar30-Apr-08 1:43 
GeneralRe: cookie issue Pin
_tasleem30-Apr-08 3:35
_tasleem30-Apr-08 3:35 
GeneralRe: cookie issue Pin
_tasleem30-Apr-08 3:43
_tasleem30-Apr-08 3:43 
GeneralRe: cookie issue Pin
Vasudevan Deepak Kumar2-May-08 2:04
Vasudevan Deepak Kumar2-May-08 2:04 
QuestionEnable/disable button when enter/delete text in a textbox using Javascript Pin
chakran30-Apr-08 1:30
chakran30-Apr-08 1:30 
AnswerRe: Enable/disable button when enter/delete text in a textbox using Javascript Pin
Vasudevan Deepak Kumar30-Apr-08 1:44
Vasudevan Deepak Kumar30-Apr-08 1:44 

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.