Priority
Critical
Type
Bug 
State
Fixed 
Assignee
Sergey Coox 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
Fixed in build
561
  • Submitted by   Ilya Ryzhenkov
    2 years ago (18 Oct 2007 17:12)
  • Updated by Ilya Ryzhenkov
    2 years ago (16 Nov 2007 18:15)
  • Jira: RSRP-51363
    (history, comments)

RSRP-51363

Completion in ASP inserts bogus parenthesis

0
namespace BusinessActions
{
  public class PersonActions {  public IList<Person> GetAllPersons() { return null; }  }
}
// in .aspx file
    <asp:ObjectDataSource 
        ID="PersonsDataSource" 
        runat="server" 
        TypeName="BusinessActions.PersonActions" 
        SelectMethod="|"  />

In SelectMethod, no completion is shown, until I type at least one letter. But even if you type "Get" and complete "GetAllPersons" it inserts "()" which is wrong in this case.

Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments