Asp.Net
4 posts with this tag
- Design Patterns(C#): Basic example Strategy patternIn this example I´m going to explane the strategy pattern. With this example you can do a calculation with two numbers /+ and expand the number of operators…Nov 24, 20102 min read
- Asp.Net: Webtest trough proxy (WebTestPlugin)The test team came to me with a problem involving connection errors while running webtests trough the company proxy. The webrequest needed to go to the…Oct 24, 20102 min read
- Asp.Net: keyboard sort itemsAs proof of concept I wanted to sort images in a Grid by keyboard. The sort logic needed to be implemented on the server. My solution for this problem is a…Sep 24, 20101 min read
- Asp.Net: DataPager problem with ListviewWhen using the Datapager with a ListView I had the following problem. When clicking a paging button for the first time nothing happens.But when I click a…Dec 23, 20091 min read