Click here to Skip to main content
15,898,588 members

Comments by Prince Sagayaraj (Top 3 by date)

Prince Sagayaraj 7-Jun-13 9:26am View    
Hi

thanks for your reply!!!.

Are you aware of "visual studio 2010 code analysis"? (Sorry !! Don't take it in wrong side)

I am planning to implement the "visual studio 2010 code analysis" in our project to find out methods not having the Try, Catch block in my whole solution.

For that I need to create a "Custom Code Analysis Rule Set"

As I am new to the "visual studio 2010 code analysis" Tool. So am struck here to create a "Custom Code Analysis Rule Set"

Is this clear?
Prince Sagayaraj 7-Jun-13 1:12am View    
you have to give "return false" in the OnClientClick. Otherwise it will call the server side event. So you lost the div.

Collapse | Copy Code
<asp:Button ID="Button1" runat="server" OnClientClick="javascript:document.getElementById('someDiv').style.display='inline';return false;" Text="Button" />
Prince Sagayaraj 6-Jun-13 3:01am View    
Cheers!!!!!!!!!!!!!! :-) .. You are welcome...