Hardcode
Making it happen
Making it happen
Aug 14th
e.GetType().InvokeMember(“onmouseover”, System.Reflection.BindingFlags.InvokeMethod, null, e, null);
where e is IHTMLElement.
Aug 6th
The Yahoo Developer Network has some interesting articles on common patterns you may encounter in developing web applications.
Aug 5th
I passed the qualification round but couldn’t attend the next round and I was out of the country
next year now. Congrats to Stefan as he did make it.
Aug 5th
At last, Firefox 3 support this via an add-on, now it looks way cooler than IE7.
Jul 23rd
If you’re still working with C++ STL and need a very efficient hash_map implementation here’s the one used at Google.
Jul 17th
I almost forgot about it but still submitted two quickly-written answers for the first two problems, hoping I will make it …
Jul 16th
Would be great if implemented in C++ also, because ((Literal)control).Text looks worse than Literal(control).Text.
Jul 11th
Jul 2nd
If the data item is an entity (wrapped in an EntityDataSourceWrapper) you can use the method described here.
If not (and you are using a custom select statement), you have two choices: