Click here to Skip to main content
15,898,036 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiononline job provider and search portal with exam maintenance iin ASP.NET Pin
arvind0415-May-07 19:47
arvind0415-May-07 19:47 
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 
Hi,
In my page I have a textbox and a link besides it. Also one DIV is there in which I have put a usercontrol and DIV is not visible at start and I have not made it runat="server". UserControl contains one search button and a textbox.

on the click on link I am making DIV visible by using javascript. when it appears users can do search by clicking on the Search button in the usercontrol.

The problem is when user click on the search button to perform search the DIV disappears. I want DIV to be visible even after any server side event fires.

Can any one suggest me workaround this or any new idea to implement this functionality?

The following is the HTML and javascript which I have written to make the div visible.

<a href="javascript:showDiv();">search</a>

function showDiv()
{
document.getElementById("divSearch").style.visibility = "visible";
}

Thank you all in advance.

Thanks and Regards,
Chetan Ranpariya
AnswerRe: Preserve visibility of DIV Pin
Shrikanth Saripella16-May-07 0:32
Shrikanth Saripella16-May-07 0:32 
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 

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.