The 0.1.ZIP file whilst not yet a complete application, can be downloded by you.
Click "Mark as Answer" on the post that helped you.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
One immediate comment - neither teammemtable or teamtable has a primary key. In team table, teamcode could be made non-null and an identity primary key.
In teammemtable, teamcode is a foreign key to teamtable. It would be preferable to add an id identity primary key.
Click "Mark as Answer" on the post that helped you.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
jack007
Member
165 Points
588 Posts
Re: filling the textbox,dropdownlist from the database??
Mar 30, 2008 10:34 AM|LINK
Hi TATWORTH,
Thanks for the codes and example.
But i m lost within the codes .
Anyway can you put everything as one single running web application ?
and send it as a .zip/.rar file instead.
That would be great.
This is my email id : iamjack007@gmail.com
Thanks
Jack.
TATWORTH
All-Star
72415 Points
14017 Posts
MVP
Re: filling the textbox,dropdownlist from the database??
Jul 05, 2008 07:55 PM|LINK
The CommonData functions have now been released on CodePlex as http://www.codeplex.com/CommonData/Release/ProjectReleases.aspx?ReleaseId=15049
The 0.1.ZIP file whilst not yet a complete application, can be downloded by you.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
TATWORTH
All-Star
72415 Points
14017 Posts
MVP
Re: filling the textbox,dropdownlist from the database??
Jul 23, 2008 05:33 AM|LINK
I apologise for the delay in getting back to you.
One immediate comment - neither teammemtable or teamtable has a primary key. In team table, teamcode could be made non-null and an identity primary key.
In teammemtable, teamcode is a foreign key to teamtable. It would be preferable to add an id identity primary key.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239