Click here to Skip to main content
15,897,891 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: online job provider and search portal with exam maintenance iin ASP.NET Pin
Sathesh Sakthivel15-May-07 19:53
Sathesh Sakthivel15-May-07 19:53 
GeneralRe: online job provider and search portal with exam maintenance iin ASP.NET Pin
arvind0416-May-07 5:18
arvind0416-May-07 5:18 
AnswerRe: online job provider and search portal with exam maintenance iin ASP.NET Pin
meeram39515-May-07 20:19
meeram39515-May-07 20:19 
QuestionProblem in Mozillz for displaying cells Pin
248912815-May-07 19:46
248912815-May-07 19:46 
AnswerRe: Problem in Mozillz for displaying cells Pin
Sathesh Sakthivel15-May-07 19:51
Sathesh Sakthivel15-May-07 19:51 
GeneralRe: Problem in Mozillz for displaying cells Pin
248912815-May-07 20:12
248912815-May-07 20:12 
QuestionPreserve visibility of DIV Pin
Chetan Ranpariya15-May-07 19:46
Chetan Ranpariya15-May-07 19:46 
AnswerRe: Preserve visibility of DIV Pin
Shrikanth Saripella16-May-07 0:32
Shrikanth Saripella16-May-07 0:32 
Hi Chetan Ranpariya,

Check this peace of code
<script language="javascript">
function CallMe()
{
var obj = document.getElementById("hndDisplayValue")
if (obj.value !="")
{
DivShow.style.display=obj.value
}
else
{
DivShow.style.display="";
}

}
function ShowMe()
{
var StrValue ="none";
if( DivShow.style.display !="")
{
StrValue ="";
}
obj = document.getElementById("hndDisplayValue")
obj.value = StrValue;
DivShow.style.display = StrValue;
}
</script>
</HEAD>

<body onload="CallMe();">
<form id="form1" runat="server">
<a href="#" onclick="ShowMe();return false;">Click</a>
<div style='display:none' id="DivShow" >This</div>
<asp:Button ID="btnButton" text="Button" runat="server"/>
<input type="hidden" Id="hndDisplayValue" value="" runat="server" />
</form>
</BODY>

QuestionControl is in disabled state Pin
IamPoojaa15-May-07 19:42
IamPoojaa15-May-07 19:42 
AnswerRe: Control is in disabled state Pin
Sathesh Sakthivel15-May-07 19:48
Sathesh Sakthivel15-May-07 19:48 
QuestionFrames in asp.net Pin
Sanjay S Nair15-May-07 19:21
Sanjay S Nair15-May-07 19:21 
AnswerRe: Frames in asp.net Pin
N a v a n e e t h15-May-07 19:25
N a v a n e e t h15-May-07 19:25 
GeneralRe: Frames in asp.net Pin
Amr M. K.16-May-07 20:12
Amr M. K.16-May-07 20:12 
Questionplaying video files Pin
Rahul Babu15-May-07 18:51
Rahul Babu15-May-07 18:51 
AnswerRe: playing video files Pin
Sathesh Sakthivel15-May-07 18:55
Sathesh Sakthivel15-May-07 18:55 
GeneralRe: playing video files Pin
Rahul Babu15-May-07 19:08
Rahul Babu15-May-07 19:08 
GeneralRe: playing video files Pin
Sathesh Sakthivel15-May-07 19:31
Sathesh Sakthivel15-May-07 19:31 
AnswerRe: playing video files Pin
N a v a n e e t h15-May-07 19:00
N a v a n e e t h15-May-07 19:00 
QuestionOnServerClick in asp.net 2.0 hyperlink control Pin
Uma Kameswari15-May-07 18:42
Uma Kameswari15-May-07 18:42 
AnswerRe: OnServerClick in asp.net 2.0 hyperlink control Pin
N a v a n e e t h15-May-07 18:46
N a v a n e e t h15-May-07 18:46 
AnswerRe: OnServerClick in asp.net 2.0 hyperlink control Pin
Sathesh Sakthivel15-May-07 18:53
Sathesh Sakthivel15-May-07 18:53 
QuestionProblem in SMTP mail server settings Pin
shufun15-May-07 18:03
shufun15-May-07 18:03 
AnswerRe: Problem in SMTP mail server settings Pin
N a v a n e e t h15-May-07 18:28
N a v a n e e t h15-May-07 18:28 
GeneralRe: Problem in SMTP mail server settings Pin
shufun15-May-07 18:40
shufun15-May-07 18:40 
GeneralRe: Problem in SMTP mail server settings Pin
Sathesh Sakthivel15-May-07 18:44
Sathesh Sakthivel15-May-07 18: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.