Click here to Skip to main content
15,902,275 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: .net framework 3.5 Pin
Baran M25-May-09 20:58
Baran M25-May-09 20:58 
Question[Message Deleted] Pin
Subin Alex25-May-09 19:04
Subin Alex25-May-09 19:04 
AnswerRe: How to change the colour of the MenuItem which is generated dynamically? Pin
Baran M25-May-09 19:25
Baran M25-May-09 19:25 
AnswerRe: How to change the colour of the MenuItem which is generated dynamically? Pin
Ramesh Swaminathan25-May-09 19:27
Ramesh Swaminathan25-May-09 19:27 
GeneralRe: How to change the colour of the MenuItem which is generated dynamically? Pin
Baran M25-May-09 19:44
Baran M25-May-09 19:44 
GeneralRe: How to change the colour of the MenuItem which is generated dynamically? Pin
Ramesh Swaminathan25-May-09 20:49
Ramesh Swaminathan25-May-09 20:49 
QuestionJavascript and Obfuscator Pin
ycorre25-May-09 17:29
ycorre25-May-09 17:29 
AnswerRe: Javascript and Obfuscator Pin
N a v a n e e t h25-May-09 17:43
N a v a n e e t h25-May-09 17:43 
Do you know how Jasob names the methods? If yes, you can keep a key/value association where key will be your real method name and value will be the obfuscated name. For OnClientClick, you need to create a custom control which is derived from Button class and when it renders OnClientClick, get the obfuscate name for the specified method and write it to response.

Other way is not to write OnClientClick on the markup. Add the obfuscated method name to button from code behind using button.Attributes.Add("OnClick","Your_Obfuscated_JS_MethodName").

Smile | :)


QuestionSetting ValidationExpression clientSide Pin
dwolver25-May-09 14:29
dwolver25-May-09 14:29 
AnswerRe: Setting ValidationExpression clientSide Pin
N a v a n e e t h25-May-09 17:07
N a v a n e e t h25-May-09 17:07 
QuestionCurrent best practices to querying sql server in an asp.net website? Pin
Goalie3525-May-09 9:11
Goalie3525-May-09 9:11 
AnswerRe: Current best practices to querying sql server in an asp.net website? Pin
N a v a n e e t h25-May-09 16:45
N a v a n e e t h25-May-09 16:45 
Questionuse fax in asp.net Pin
MAHDIEHES25-May-09 8:49
MAHDIEHES25-May-09 8:49 
AnswerRe: use fax in asp.net Pin
Goalie3525-May-09 9:18
Goalie3525-May-09 9:18 
AnswerRe: use fax in asp.net Pin
Christian Graus25-May-09 18:12
protectorChristian Graus25-May-09 18:12 
QuestionHow to properly configure DNS and domain mapping to IP? Pin
baburman25-May-09 7:22
baburman25-May-09 7:22 
AnswerRe: How to properly configure DNS and domain mapping to IP? Pin
Matt Cavanagh25-May-09 20:25
Matt Cavanagh25-May-09 20:25 
GeneralRe: How to properly configure DNS and domain mapping to IP? Pin
baburman26-May-09 23:58
baburman26-May-09 23:58 
GeneralRe: How to properly configure DNS and domain mapping to IP? Pin
Matt Cavanagh27-May-09 6:16
Matt Cavanagh27-May-09 6:16 
AnswerRe: How to properly configure DNS and domain mapping to IP? Pin
Perry Holman25-May-09 21:48
Perry Holman25-May-09 21:48 
GeneralRe: How to properly configure DNS and domain mapping to IP? Pin
baburman26-May-09 5:24
baburman26-May-09 5:24 
QuestionProblem with web application Pin
sarang_k25-May-09 6:00
sarang_k25-May-09 6:00 
AnswerRe: Problem with web application Pin
Baran M25-May-09 7:17
Baran M25-May-09 7:17 
QuestionAnti fraud voting system w/o login. Pin
Mohammad A Gdeisat25-May-09 5:26
Mohammad A Gdeisat25-May-09 5:26 
AnswerRe: Anti fraud voting system w/o login. Pin
N a v a n e e t h25-May-09 16:38
N a v a n e e t h25-May-09 16:38 

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.