| bio | website | |
|---|---|---|
| location | Sydney, Australia | |
| age | 31 | |
| visits | member for | 2 years, 4 months |
| seen | yesterday | |
| stats | profile views | 116 |
.NET Web Application Developer
everestster@gmail.com
Linkedin: http://au.linkedin.com/pub/thein-than-oo/29/285/468
|
May 14 |
comment |
how can I save a content of a canvas drawn by a user? You can use javascript to convert canvas to image. |
|
May 13 |
revised |
What data structure can I use to access its contents randomly? added 105 characters in body |
|
May 13 |
answered | What data structure can I use to access its contents randomly? |
|
Apr 29 |
comment |
jquery-ui sortable | How to get it work on iPad/touchdevices? Good stuff. You should add a green mark to this answer. |
|
Apr 28 |
awarded | Popular Question |
|
Apr 23 |
awarded | Notable Question |
|
Apr 17 |
answered | How to get the accurate total visitors count in ASP.NET |
|
Apr 11 |
revised |
RequiredFieldValidator client side validations do not work on IE 10 deleted 124 characters in body |
|
Apr 11 |
comment |
RequiredFieldValidator client side validations do not work on IE 10 Hey mate, thank you for that. I finally got it working from your link2 .net 20. Specifically from nuget.org/packages/App_BrowsersUpdate.net20. Could you please update your answer as pickypg suggested? I will accept your answer. |
|
Apr 10 |
revised |
RequiredFieldValidator client side validations do not work on IE 10 edited title |
|
Apr 10 |
comment |
RequiredFieldValidator client side validations do not work on IE 10 Thank you for those info Nag. I added App_Browser folder to website folder since IE 10 came out so that the server recognises IE 10. I have already done link1 solution. Withk link2, our sites are running on .net 2.0 and depending on some DLL files which do not work well with later versions of .net 2.0. I will try with .net 3.5 and IE 10 on a new website. |
|
Apr 10 |
comment |
RequiredFieldValidator client side validations do not work on IE 10 I tried to change all DOCTYPEs from w3.org/QA/2002/04/valid-dtd-list.html. None of them solved this problem. I wanted to know page_ClientValidate too by alert(typeof (Page_ClientValidate) == 'function');, it shows "true" in IE 10. |
|
Apr 10 |
revised |
RequiredFieldValidator client side validations do not work on IE 10 added 114 characters in body |
|
Apr 10 |
comment |
RequiredFieldValidator client side validations do not work on IE 10 I opened developer console, go to script tab and started "debugging", no javascript error comes up. I would say something is wrong with javascript error if it happens on only one page of one website but it is happening across all the pages that use asp:Validator controls. |
|
Apr 10 |
asked | RequiredFieldValidator client side validations do not work on IE 10 |
|
Apr 3 |
comment |
using .net 4 and .net 2 on iis 6 getting a “Server Application Unavailable” error @Gabe On IIS6, I cannot find the place to change aplication pool to target respective framework. How would you do that? |
|
Apr 2 |
comment |
How to find the deadlock in ASP.Net Website I finally found the problem. It was the legacy code that was using static funciton of static class. When there are the number of visitors grow on the site, this happens. After I changed that code to use instance rather than static, the problem has been solved. |
|
Mar 27 |
comment |
ASP.Net validation summary causes page to jump to top +1. Great solution Adamn. javascript solution works for me. @jcollum OP asked about client validation. You need to post another question if you need the solution for mixed validation. |
|
Mar 12 |
awarded | Popular Question |
|
Mar 9 |
awarded | Popular Question |