and first insert values in u r table .then get values and bind one gridview and edit time we first code (querystring) send values in edite page and lat update
u r question is: what is difference between a textbox and a textarea ?
its my answer is first post...any more question start new post...i go to sleep i m sorry frnd...
now my last idea...
1)one new page create(Create Account)
2)create 3 textbox and lable(Name,Password,Messages).the messages textbox only set pptoperty textmode="multiline"
3)then insert values in u r database table(Use insert query)
4)Get the datebase vale(select query) and bind another page..or gridview...
5)then edite the message(click edite button time pass quetystring in Edite page( or alredy first create page) then the query string value retrive in one textbox .This textbox set texmode is multiline).
6)finaly the messages any word change and re entry(Update) use update query.This time Messages change update in u r table
i know what you mean but looking at that behind code doesnt look like what im looking for cause after i added the whole behind code has red underscores all over the label1 etc
plus dont understand why i have to have a database table with userid password if ive already got username with password salt etc , so other words all i needed was textbox behind code to work within my project , your idea was like starting all over again
,
if you looked at my project you wouldve said to yourself , hes right all he needed was that , no need to start a new database
sriramabi
Contributor
4351 Points
1277 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 11:03 PM|LINK
Userid coloumn set isidentity(Yes)
see this link:http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/
and first insert values in u r table .then get values and bind one gridview and edit time we first code (querystring) send values in edite page and lat update
thank u
richkyrs
Member
436 Points
500 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 11:05 PM|LINK
yiip forgot to mention i added indensity set it to yes
richkyrs
Member
436 Points
500 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 11:10 PM|LINK
how do you mean with insert values ?
sriramabi
Contributor
4351 Points
1277 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 11:14 PM|LINK
hellow
pls look this:http://forums.asp.net/t/1193643.aspx/1
use insert query and select query update query,,(sql query's)...
fro more details:http://blog.sqlauthority.com/2010/06/08/sql-server-merge-operations-insert-update-delete-in-single-execution/
thanks...
richkyrs
Member
436 Points
500 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 11:24 PM|LINK
ok just show me how your going to do the value thing that talk in that page is way ouy over my head
sriramabi
Contributor
4351 Points
1277 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 11:28 PM|LINK
Hai
u r question is: what is difference between a textbox and a textarea ?
its my answer is first post...any more question start new post...i go to sleep i m sorry frnd...
now my last idea...
1)one new page create(Create Account)
2)create 3 textbox and lable(Name,Password,Messages).the messages textbox only set pptoperty textmode="multiline"
3)then insert values in u r database table(Use insert query)
4)Get the datebase vale(select query) and bind another page..or gridview...
5)then edite the message(click edite button time pass quetystring in Edite page( or alredy first create page) then the query string value retrive in one textbox .This textbox set texmode is multiline).
6)finaly the messages any word change and re entry(Update) use update query.This time Messages change update in u r table
Thanks goodnyt frnd
richkyrs
Member
436 Points
500 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 11:34 PM|LINK
i know what you mean but looking at that behind code doesnt look like what im looking for cause after i added the whole behind code has red underscores all over the label1 etc
sriramabi
Contributor
4351 Points
1277 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 11:39 PM|LINK
build u r project.the red underscores mean.error...
thank u
richkyrs
Member
436 Points
500 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 11:39 PM|LINK
plus dont understand why i have to have a database table with userid password if ive already got username with password salt etc , so other words all i needed was textbox behind code to work within my project , your idea was like starting all over again ,
if you looked at my project you wouldve said to yourself , hes right all he needed was that , no need to start a new database
richkyrs
Member
436 Points
500 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 11:40 PM|LINK
exactly that means error which the coded i pasted in is incorrect