V
verci
Hi guys,
I'm running VS2005 Team, SQL Server 2005, .net framework 2.0
I've been asked to develop a small smart client that uses form based
membership authentication and writes to only one sql server table, can
anyone help me find an example or tutorial regarding this application. I'm
farly new to web services and have not been able to find a clear, real world
sample.
After the login screen the user would be presented with a form that ask him
for the values to be written to the database, with the basic functions add,
delete, modify, the table would look something like this:
Column
Type
PercentageID
INTEGER
NOT NULL
Day
DATETIME
NOT NULL
Percentage
DECIMAL(5,2)
NOT NULL
Thanks in advanced
I'm running VS2005 Team, SQL Server 2005, .net framework 2.0
I've been asked to develop a small smart client that uses form based
membership authentication and writes to only one sql server table, can
anyone help me find an example or tutorial regarding this application. I'm
farly new to web services and have not been able to find a clear, real world
sample.
After the login screen the user would be presented with a form that ask him
for the values to be written to the database, with the basic functions add,
delete, modify, the table would look something like this:
Column
Type
PercentageID
INTEGER
NOT NULL
Day
DATETIME
NOT NULL
Percentage
DECIMAL(5,2)
NOT NULL
Thanks in advanced