this is what i have in App_code folder
ClassDiagram.cd
GenericResponse.cs
LoginHelper.cs
ProfileDataAttribute.cs
SaltedHash.cs
UserHelper.cs
UserObject.cs
ClassDiagram.cd is not class.and next all in class file..
first u r messages values add u r database table...then retrive and bind alredy stired messages in u r page and edite time view messages in multiline text box and finaly update database....
sriramabi
Contributor
4351 Points
1277 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 10:30 PM|LINK
ClassDiagram.cd is not class.and next all in class file..
richkyrs
Member
436 Points
500 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 10:31 PM|LINK
classDiagram.cs shows the tables of every propert and method etc
sriramabi
Contributor
4351 Points
1277 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 10:35 PM|LINK
K....
first u r messages values add u r database table...then retrive and bind alredy stired messages in u r page and edite time view messages in multiline text box and finaly update database....
thnakssssssss
richkyrs
Member
436 Points
500 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 10:41 PM|LINK
are you wanting me to add a new table ?
and what goes in the table
sriramabi
Contributor
4351 Points
1277 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 10:45 PM|LINK
its u r choice .but just add messages coloumn in You'r User table
for(coloumnNames)
UserId
USerName
Password
.
.
.
.
.
Messages
thanks
richkyrs
Member
436 Points
500 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 10:49 PM|LINK
ok and what are the datatypes?
sriramabi
Contributor
4351 Points
1277 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 10:52 PM|LINK
ColoumnName(DataType)
UserId(int)
USerName(nvarchar(150)
Password(nvarchar(150)
Messages(nvarchar(MAX))
.
.
.
.
.
.
thank u
richkyrs
Member
436 Points
500 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 10:55 PM|LINK
allow nulls ticked or unticked?
sriramabi
Contributor
4351 Points
1277 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 10:58 PM|LINK
Firt UseriD is set primary key and isidentity(Yes)
then next all table Null is k click Unchecked.Its not problem ...but UserId Is notNull....
richkyrs
Member
436 Points
500 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 11:01 PM|LINK
ik ive unchecked every null, set userid as primary
what next