tags:

views:

10

answers:

0

When creating an asmx webservice, ASP.NET generate dynamically a webform client for testing, is it possible to customize it (for example I'd like to create a checkbox for boolean, combobox for list of values,...)

Aren't the source code accessible somewhere ?