Daok
|
Registered User
|
Computer engineer
|
|
Nov 23 |
comment |
ASP.NET Controls lose their ID when postback? I am trying to build a small snippet of code. I can't post the real complete code here it's against the "business policy". I'll post back in few. |
|
Nov 23 |
comment |
ASP.NET Controls lose their ID when postback? The ID in the HTML is there the first time the page is loaded. Than, they are not more ID. I noticed that the onblur and onactivate disappear too... but not the style. And not the ID of the usercontrol but of the two textbox in :S |
|
Nov 23 |
asked | ASP.NET Controls lose their ID when postback? |
|
Nov 16 |
comment |
What is a good Javascript debugging tool? FireBug Lite can react very badly if your website is not well structured. It can popup not below the website, like in the middle :P for IE use the IE8 Dev Tool. |
|
Nov 15 |
accepted | C# WPF App to read data from a pipe |
|
Nov 13 |
comment |
Extreme Programming, does it work? In practice when the scope is not defined end-user always add new features, or want something change. With XP, the answer is mostly positive because 1) it makes sense it's small iteration 2) it gives jobs 3) client is happy he has what he wants. The problem is that it costs more because human without limit always go over what it should be. But well, this is what I have hear of people who has been on XP on project over 2 millions initial budget. |
|
Nov 12 |
revised |
Visual Studio Compilation Time Statistic added specification for the question |
|
Nov 12 |
comment |
Why is the usage of “#” comments frequently discouraged in PHP? The OP simply say " for example, those of PEAR or Kohana" and doesnt say "WHY PEAR and Konoha does not use balblabla". Read the question again my friend. And the question is more about if it's gonna be not used anymore by PHP if you read once again more carefully the question. Have a nice day. |
|
Nov 12 |
answered | Why is the usage of “#” comments frequently discouraged in PHP? |
|
Nov 12 |
comment |
Visual Studio Compilation Time Statistic I understand you :) |
|
Nov 12 |
asked | Visual Studio Compilation Time Statistic |
|
Nov 12 |
comment |
Warm-up .NET application This is not a programming problem but an hardware one. If your application is slow when all your others application it's clearly not a programming problem. |
|
Nov 10 |
answered | Returning arrays in php causes syntax error |
|
Nov 9 |
comment |
ASP.NET datalist question I am new to .Net for "web side" and I thought that if I had a list of object the "good" way to do it was with a DataList and a usercontrol that has the "shape" of the container of the information. But now I realize that thee "container" require to be modified depending of what was the previous value. Can you provide me a link with an example? |
|
Nov 9 |
asked | ASP.NET datalist question |
|
Nov 9 |
accepted | Asp.Net page with Ajax reload the whole page everytime, why? |
|
Nov 9 |
asked | Regex how to get stuff between char without those chars? |
|
Nov 6 |
answered | Asp.Net page with Ajax reload the whole page everytime, why? |
|
Nov 6 |
comment |
Asp.Net page with Ajax reload the whole page everytime, why? I must have something wrong because it doesn't work. The title and the label, text box update everytime I hit the button. I have notived a javascript error in the IE8 status bar that say : Webpage error details : Message: 'Sys' is undefined... |
|
Nov 6 |
comment |
Asp.Net page with Ajax reload the whole page everytime, why? I have copied the code in the DefaultPage and added the update method in the click and the whole page still refresh... do I need to setup something in a configuration file? |
|
Nov 6 |
comment |
Asp.Net page with Ajax reload the whole page everytime, why? How can I change the postback then? My snippet is really close to the MSDN one and it doesn't work >.< |
|
Nov 6 |
comment |
Asp.Net page with Ajax reload the whole page everytime, why? I have removed ChildrenAsTriggers without more success. |
|
Nov 6 |
asked | Asp.Net page with Ajax reload the whole page everytime, why? |
|
Nov 6 |
comment |
How do I run NUnit in debug mode from Visual Studio? Look like this question : stackoverflow.com/questions/247900/… The answer is the same... |
|
Nov 4 |
comment |
How to query from a stored procedure in SQL Server? Alright, my english is not at your level I guess :P Hope you have fun haha |
|
Nov 4 |
comment |
How to query from a stored procedure in SQL Server? What I do not get it? What's wrong and I see no where that I use "I do no'". You care to explain? |
|
Nov 4 |
comment |
How to query from a stored procedure in SQL Server? I know but let say that I do not have the right to modify the procedure... |
|
Nov 4 |
comment |
why is this form still submitting after return false? JQuery Validation is far from been clean and nice. It still has a lot of bugs and has changed since the last 18 months at a point that few thing is not even compatible. It's a great piece of code to use but is not nice and clean. |
|
Nov 4 |
asked | How to query from a stored procedure in SQL Server? |
|
Oct 30 |
comment |
How to change where Subversion repositories are stored? Do not forget to move all files from the old repository folder to the new one. This solution is better than uninstall-install. Nice find Ivan. |
|
Oct 28 |
awarded | ● Good Answer |
|
Oct 27 |
awarded | ● Favorite Question |
|
Oct 27 |
comment |
Accessing private member of a parameter within a Static method? Hum, not private for the instance? I think it's wrong because I cannot use : Myvalue my = new Myvalue(100); my._Myvalue = 1; Because the instance "my" cannot access private variable. |
|
Oct 27 |
comment |
Accessing private member of a parameter within a Static method? If you add a class MySecondValue. And you change the Myvalue to have this method: public static implicit operator int(MySecondValue v) { return v.//No _myValue } You won't have access to _myvalue because it's private. This is why at first I thought it was weird because MyValue doesn't have public accessor. But if you told me that's because it's within the class that I can have access, I think it makes sense. |
|
Oct 27 |
comment |
Accessing private member of a parameter within a Static method? Alright thanks for the precision. |
|
Oct 27 |
comment |
Accessing private member of a parameter within a Static method? If the class would have been static I would have understand. But since the object is passed by parameter, why doesn't it require to have accessor? |
|
Oct 27 |
asked | Accessing private member of a parameter within a Static method? |
|
Oct 25 |
answered | CSS: Two 50% fluid columns not respecting min width |
|
Oct 20 |
comment |
PHP - Split a string This won't work for the second example with $ab = "B01250". |
|
Oct 18 |
answered | SQL query doesn’t work when using UNION? |
|
Oct 18 |
comment |
SQL query doesn’t work when using UNION? I can't because I already have a GROUP BY... |
|
Oct 18 |
comment |
SQL query doesn’t work when using UNION? MySql 5.0.51 has view? |
|
Oct 18 |
revised |
SQL query doesn’t work when using UNION? added 181 characters in body |
|
Oct 18 |
comment |
SQL query doesn’t work when using UNION? I have to have sub query... the real query has already Group and a lot of left join, etc. I cannot use directly the way you specified but I do understand your point. For the union, I have tried to remove both side and both work. Thanks to telling me that it only works on 1 level, didn't know that. |
|
Oct 18 |
revised |
SQL query doesn’t work when using UNION? schema re-added |
|
Oct 18 |
comment |
SQL query doesn’t work when using UNION? Here the schema simplified. Like the query, it's a simplified version because everything contain a lot of inner/left join. |
|
Oct 18 |
revised |
SQL query doesn’t work when using UNION? added 248 characters in body |
|
Oct 18 |
asked | SQL query doesn’t work when using UNION? |
|
Oct 14 |
comment |
What is the fastest way to parse this string. Are you sure it wouldn't be [0] and [1] ? But it would be the way I would have do it. |
|
Oct 14 |
awarded | ● Notable Question |
