Click here to Skip to main content
15,894,460 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionlogin Pin
arkiboys22-Jan-10 0:30
arkiboys22-Jan-10 0:30 
AnswerRe: login Pin
Prosanta Kundu online22-Jan-10 0:41
Prosanta Kundu online22-Jan-10 0:41 
Questionhow to access textboxid dynamically Pin
vbmadhavi21-Jan-10 23:14
vbmadhavi21-Jan-10 23:14 
AnswerRe: how to access textboxid dynamically Pin
Prosanta Kundu online22-Jan-10 0:37
Prosanta Kundu online22-Jan-10 0:37 
Questionweb service error Pin
iamdking21-Jan-10 22:02
iamdking21-Jan-10 22:02 
AnswerRe: web service error Pin
SeMartens21-Jan-10 22:21
SeMartens21-Jan-10 22:21 
GeneralRe: web service error Pin
iamdking21-Jan-10 22:30
iamdking21-Jan-10 22:30 
QuestionHide and Show Buttons on the Clients Side Pin
Vimalsoft(Pty) Ltd21-Jan-10 21:45
professionalVimalsoft(Pty) Ltd21-Jan-10 21:45 
am not sure what am missing something.

i have a page where i hide Panels and show them. So i have this javascript function
 function HideFilter()
{
document.getElementById("<%= Panel1.ClientID %>").style.display = "none";

document.getElementById("<%= Panel2.ClientID %>").style.display = "none";

document.getElementById("<%= ImageButton3.ClientID %>").style.display = "none";

document.getElementById("<%= ImageButton2.ClientID %>").style.display = "";                    

return false
}

 function ShowFilter()
{

document.getElementById("<%= Panel1.ClientID %>").style.display = "";

document.getElementById("<%= Panel2.ClientID %>").style.display = "";

document.getElementById("<%= ImageButton2.ClientID %>").style.display = "none";           

return false
}


they hide Hide and show Buttons. The Problem here is that ImageButton2 does not appear. The problem is in the function HideFilter() it does not want to show the ImageButton2 and it gives me a JavaScript error.

Thanks

Vuyiswa Maseko,

Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code.

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.com
vuyiswa@its.co.za
http://www.itsabacus.co.za/itsabacus/

AnswerRe: Hide and Show Buttons on the Clients Side Pin
Dinesh Mani21-Jan-10 22:05
Dinesh Mani21-Jan-10 22:05 
AnswerRe: Hide and Show Buttons on the Clients Side Pin
Anurag Gandhi21-Jan-10 22:17
professionalAnurag Gandhi21-Jan-10 22:17 
GeneralRe: Hide and Show Buttons on the Clients Side Pin
Vimalsoft(Pty) Ltd21-Jan-10 22:23
professionalVimalsoft(Pty) Ltd21-Jan-10 22:23 
GeneralMessage Removed Pin
22-Jan-10 1:42
professionalAmit Spadez22-Jan-10 1:42 
GeneralRe: Hide and Show Buttons on the Clients Side Pin
Vimalsoft(Pty) Ltd22-Jan-10 1:46
professionalVimalsoft(Pty) Ltd22-Jan-10 1:46 
QuestionText-Align="Right" in theme Pin
.NET- India 21-Jan-10 21:08
.NET- India 21-Jan-10 21:08 
AnswerRe: Text-Align="Right" in theme Pin
Anurag Gandhi21-Jan-10 22:22
professionalAnurag Gandhi21-Jan-10 22:22 
AnswerRe: Text-Align="Right" in theme Pin
Prosanta Kundu online22-Jan-10 0:27
Prosanta Kundu online22-Jan-10 0:27 
Questionhow to access hiddenfield in usercontrol which is there in master page. Pin
bhavna432121-Jan-10 20:39
bhavna432121-Jan-10 20:39 
AnswerRe: how to access hiddenfield in usercontrol which is there in master page. Pin
Vimalsoft(Pty) Ltd21-Jan-10 21:02
professionalVimalsoft(Pty) Ltd21-Jan-10 21:02 
AnswerRe: how to access hiddenfield in usercontrol which is there in master page. Pin
Brij21-Jan-10 21:04
mentorBrij21-Jan-10 21:04 
AnswerRe: how to access hiddenfield in usercontrol which is there in master page. Pin
Pranay Rana21-Jan-10 21:20
professionalPranay Rana21-Jan-10 21:20 
GeneralRe: how to access hiddenfield in usercontrol which is there in master page. Pin
bhavna432121-Jan-10 22:08
bhavna432121-Jan-10 22:08 
GeneralRe: how to access hiddenfield in usercontrol which is there in master page. Pin
Brij21-Jan-10 22:43
mentorBrij21-Jan-10 22:43 
QuestionDropdown List Multiple Selection problem Pin
vishnukamath21-Jan-10 19:34
vishnukamath21-Jan-10 19:34 
AnswerRe: Dropdown List Multiple Selection problem Pin
Brij21-Jan-10 19:49
mentorBrij21-Jan-10 19:49 
AnswerRe: Dropdown List Multiple Selection problem Pin
thatraja21-Jan-10 19:57
professionalthatraja21-Jan-10 19:57 

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.