Click here to Skip to main content
15,909,953 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Refreshing a part of webSite Pin
Abhijit Jana12-Jan-10 5:34
professionalAbhijit Jana12-Jan-10 5:34 
AnswerRe: Refreshing a part of webSite Pin
DJ Matthews12-Jan-10 5:35
DJ Matthews12-Jan-10 5:35 
QuestionRe: Refreshing a part of webSite Pin
jojoba201012-Jan-10 6:33
jojoba201012-Jan-10 6:33 
QuestionPrint document from remote system Pin
sarang_k12-Jan-10 2:45
sarang_k12-Jan-10 2:45 
AnswerRe: Print document from remote system Pin
Vasudevan Deepak Kumar12-Jan-10 4:06
Vasudevan Deepak Kumar12-Jan-10 4:06 
QuestionHide server control with JavaScript! Pin
awedaonline12-Jan-10 2:26
awedaonline12-Jan-10 2:26 
AnswerRe: Hide server control with JavaScript! Pin
Viral Upadhyay12-Jan-10 3:02
Viral Upadhyay12-Jan-10 3:02 
AnswerRe: Hide server control with JavaScript! Pin
Brij12-Jan-10 5:14
mentorBrij12-Jan-10 5:14 
First you have to have the clientid of the panel in JS.Sample code
<script type="text/javascript"><br />
var panelClientID="<%=panelId.ClientID%>"<br />
function HidePanel()<br />
{<br />
    document.getElementById(panelClientID).style.display='none';<br />
}<br />
</script><br />


Now put this code in your page and just change
panelId
to your
PanelId
and call the HidePanel() mathod from where you want.
Similarly you can do from other server side controls. Smile | :)

Cheers!!
Brij

GeneralRe: Hide server control with JavaScript! Pin
awedaonline13-Jan-10 3:30
awedaonline13-Jan-10 3:30 
GeneralRe: Hide server control with JavaScript! Pin
Brij15-Jan-10 21:10
mentorBrij15-Jan-10 21:10 
Questionpermission denied error in WebResource.axd Pin
Amit Patel198512-Jan-10 1:53
Amit Patel198512-Jan-10 1:53 
GeneralRe: permission denied error in WebResource.axd Pin
Pranay Rana12-Jan-10 18:12
professionalPranay Rana12-Jan-10 18:12 
QuestionMenu control in asp.net slows down Pin
bhushanl12-Jan-10 1:27
bhushanl12-Jan-10 1:27 
AnswerRe: Menu control in asp.net slows down Pin
Pranay Rana12-Jan-10 18:11
professionalPranay Rana12-Jan-10 18:11 
GeneralRe: Menu control in asp.net slows down Pin
bhushanl12-Jan-10 19:07
bhushanl12-Jan-10 19:07 
Questionswap rows in repeater Pin
m@dhu12-Jan-10 0:21
m@dhu12-Jan-10 0:21 
AnswerRe: swap rows in repeater Pin
Brij12-Jan-10 5:01
mentorBrij12-Jan-10 5:01 
GeneralRe: swap rows in repeater Pin
m@dhu12-Jan-10 5:57
m@dhu12-Jan-10 5:57 
GeneralRe: swap rows in repeater Pin
Abhijit Jana12-Jan-10 7:00
professionalAbhijit Jana12-Jan-10 7:00 
GeneralRe: swap rows in repeater Pin
Brij12-Jan-10 7:54
mentorBrij12-Jan-10 7:54 
QuestionCounter Website C# Pin
jojoba201011-Jan-10 19:37
jojoba201011-Jan-10 19:37 
AnswerRe: Counter Website C# Pin
sashidhar11-Jan-10 19:48
sashidhar11-Jan-10 19:48 
AnswerRe: Counter Website C# Pin
<<Tash18>>11-Jan-10 20:08
<<Tash18>>11-Jan-10 20:08 
GeneralRe: Counter Website C# Pin
sashidhar11-Jan-10 20:11
sashidhar11-Jan-10 20:11 
QuestionRe: Counter Website C# Pin
jojoba201011-Jan-10 20:13
jojoba201011-Jan-10 20:13 

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.