摘要:Show how to add script to the client in aspx file. /// <param name="rbl">RadioButtonList to apply script to</param>/// <param name="page">The Page the script is going to be appended ...
阅读全文
摘要:Goal:Use a ComboBox to select an item, andsave the selected item's value to some textboxes. each control is using databinding.Problems:1. set control's value when comboBox changed, after the comboBox ...
阅读全文
摘要:I have two test cases: UserTest and CustomerTest, both of them extend the AbstractTransactionalSpringContextTests, they are using the same config file, so I wrote a BaseSpringTest class: 1: public...
阅读全文
摘要:when use '/' in pattern, must use '\' to escape it,when get formatted date string, use the following method: datefrom.ToString("yyyy-MM-dd") 1: DateTime datefrom; 2: try 3: { 4: da...
阅读全文