Problem glasi ovako!
Make a .NET application – that has a login page.
When logging in with the correct username and password – you enter a portal page – this is secure via HTTP FORM authentication. It should use SQL Server to verify login.
Then I should be able to create and manage records.
The records I am creating and managing are – “Issues”.
An issue – has the following attributes
Label - > Client Name, Issue Type, Begin Date, End Date, And Explanation.
DB - > Varchar, Varchar, datetime, datetime, text
API - > String, String, Date, Date, String
GUI - > Textbox, textbox, textbox, textbox, large textbox
I should be able to create – then edit – and delete any that I create.
To je to ako neko ima ideju neka javi!
Unapred hvala!





Registration PROBLEM
