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

ASP.NET

 
GeneralRe: function calling in contentplaceholder javascript Pin
Pete O'Hanlon2-Nov-07 5:01
mvePete O'Hanlon2-Nov-07 5:01 
AnswerRe: function calling in contentplaceholder javascript Pin
Christian Graus2-Nov-07 4:27
protectorChristian Graus2-Nov-07 4:27 
QuestionData Getting Error - Any one help me???? Pin
Senthil S2-Nov-07 2:41
Senthil S2-Nov-07 2:41 
AnswerRe: Data Getting Error - Any one help me???? Pin
Saksida Bojan2-Nov-07 6:58
Saksida Bojan2-Nov-07 6:58 
QuestionHow to handle security for login logout. Pin
Tutul Biswas2-Nov-07 2:38
Tutul Biswas2-Nov-07 2:38 
AnswerRe: How to handle security for login logout. Pin
N a v a n e e t h2-Nov-07 3:37
N a v a n e e t h2-Nov-07 3:37 
Questionhow to set background image Pin
ps.srinivasan2-Nov-07 2:37
ps.srinivasan2-Nov-07 2:37 
AnswerRe: how to set background image Pin
Unknown Ajanabi2-Nov-07 3:19
Unknown Ajanabi2-Nov-07 3:19 
hi
u can help with this

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Change Background</title>
<script type="text/javascript">
function ChangeBackground(background)
{
switch (background)
{
case 1:
document.getElementById('myTableCell').style.backgroundImage =
'URL(/Images/Demos/ChangeBackground/Background1.gif)';
break;
case 2:
document.getElementById('myTableCell').style.backgroundImage =
'URL(/Images/Demos/ChangeBackground/Background2.gif)';
break;
}
}
</script>
</head>
<body>
<table width="250" border="0">
<tr>
<td id="myTableCell" style="background-image:URL
(/Images/Demos/ChangeBackground/Background1.gif);">
I am a cell with a background image<br /><br />
If you click one of the buttons, my background will change.
</td>
</tr>
</table>

<form id="frmTest" name="frmTest" action="" method="get">
<input type="button" id="btnDo1"
name="btnDo1" onclick="ChangeBackground(1)"
value="Click to change to Background 1" />
<input type="button" id="btnDo2"
name="btnDo2" onclick="ChangeBackground(2)"
value="Click to change to Background 2" />
</form>
</body>
</html>

no knowledge in .net
GeneralRe: how to set background image Pin
ps.srinivasan2-Nov-07 18:49
ps.srinivasan2-Nov-07 18:49 
QuestionI need to display the menuitem by horizontally. please help me Pin
PeriyasamyRamachandran2-Nov-07 2:19
PeriyasamyRamachandran2-Nov-07 2:19 
QuestionProblem with Update Panel [modified] Pin
M_Menon2-Nov-07 2:15
M_Menon2-Nov-07 2:15 
AnswerRe: Problem with Update Panel Pin
Venkatesh Mookkan2-Nov-07 17:42
Venkatesh Mookkan2-Nov-07 17:42 
GeneralRe: Problem with Update Panel Pin
M_Menon4-Nov-07 0:15
M_Menon4-Nov-07 0:15 
QuestionNeed comment for Viewstate Pin
dataminers2-Nov-07 2:09
dataminers2-Nov-07 2:09 
AnswerRe: Need comment for Viewstate Pin
N a v a n e e t h2-Nov-07 3:38
N a v a n e e t h2-Nov-07 3:38 
GeneralRe: Need comment for Viewstate Pin
dataminers2-Nov-07 5:13
dataminers2-Nov-07 5:13 
Questionproblem with session time out Pin
vsaran2-Nov-07 1:48
vsaran2-Nov-07 1:48 
AnswerRe: problem with session time out Pin
r a j u u2-Nov-07 2:08
r a j u u2-Nov-07 2:08 
GeneralRe: problem with session time out Pin
vsaran2-Nov-07 3:04
vsaran2-Nov-07 3:04 
AnswerRe: problem with session time out Pin
Braulio Dez3-Nov-07 6:25
Braulio Dez3-Nov-07 6:25 
QuestionReporting options for ASP.NET 2 website? Pin
Baz2-Nov-07 1:28
Baz2-Nov-07 1:28 
AnswerRe: Reporting options for ASP.NET 2 website? Pin
r a j u u2-Nov-07 2:04
r a j u u2-Nov-07 2:04 
GeneralRe: Reporting options for ASP.NET 2 website? Pin
Baz2-Nov-07 2:37
Baz2-Nov-07 2:37 
Questioncheckboxlist Pin
RajeevKumarSharma2-Nov-07 1:24
RajeevKumarSharma2-Nov-07 1:24 
AnswerRe: checkboxlist Pin
Christian Graus2-Nov-07 1:35
protectorChristian Graus2-Nov-07 1:35 

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.