| Priority |
Critical |
| Type | Bug |
| State | Fixed |
| Assignee | Sergey Coox |
| Subsystem | No subsystem |
| Affected versions |
No affected versions
|
| Fixed in |
4.0, 3.1
|
| Fixed in build |
Next build |
| Fixed in build |
561
|
RSRP-51363 |
Completion in ASP inserts bogus parenthesis |
|
|
namespace BusinessActions
{
public class PersonActions { public IList<Person> GetAllPersons() { return null; } }
}
// in .aspx file
<asp:ObjectDataSource
ID="PersonsDataSource"
runat="server"
TypeName="BusinessActions.PersonActions"
SelectMethod="|" />