no i just want to know how i can add that textbox for messaging just like yours in my project , but that app_Code stuff i no nothing about if you could show me how were it goes
no i just want to know how i can add that textbox for messaging just like yours in my project , but that app_Code stuff i no nothing about if you could show me how were it goes
create one class file App_code is automaticaly Create(display) in u r project. solution explorer..
this is the trouble when i go into database doesnt show the fields untill i pretend im a registered user then open table it shows the database stuff , its like hes created it so it it justs loads it by itself in my tables it only shows username password
password salt ,
on other table it likes it cant be seen till user registers
K crate new tabe(UserProfile) and profileId and userid refer forienkey in u r user table....and add Messaging coloumn in userprofile table datatype nvarchar(Max),....
this is what i have in App_code folder
ClassDiagram.cd
GenericResponse.cs
LoginHelper.cs
ProfileDataAttribute.cs
SaltedHash.cs
UserHelper.cs
UserObject.cs
sriramabi
Contributor
4351 Points
1277 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 09:56 PM|LINK
k sry sry pls kust change my code
PostBackUrl='<%# "~/EditScore.aspx ?Values=" + TxtValue.Text %>'
and set ImageUrl="~/Images/Editicon.jpg" for u put correct image both...
this TxtValue.Text means.you'r values....its my just examble code .you modification in this code....
richkyrs
Member
436 Points
500 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 10:08 PM|LINK
ok i got it but thats never going to work in my project
have you ever used things like userObject.cs UserHelper.cs classes App_Code ?
sriramabi
Contributor
4351 Points
1277 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 10:11 PM|LINK
S i m alredy any time use sqlhelper .You want sql helper....
pls use this
http://solve-dotnet.blogspot.in/2012/02/sqlheplercs.html
thanks...
richkyrs
Member
436 Points
500 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 10:13 PM|LINK
no i just want to know how i can add that textbox for messaging just like yours in my project , but that app_Code stuff i no nothing about if you could show me how were it goes
sriramabi
Contributor
4351 Points
1277 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 10:16 PM|LINK
are u use database?...
use database and create table then insert messaging in database table using insert query....
thanks
sriramabi
Contributor
4351 Points
1277 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 10:18 PM|LINK
create one class file App_code is automaticaly Create(display) in u r project. solution explorer..
richkyrs
Member
436 Points
500 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 10:20 PM|LINK
this is the trouble when i go into database doesnt show the fields untill i pretend im a registered user then open table it shows the database stuff , its like hes created it so it it justs loads it by itself in my tables it only shows username password password salt ,
on other table it likes it cant be seen till user registers
you want a look at project to see what i mean ?
sriramabi
Contributor
4351 Points
1277 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 10:27 PM|LINK
K crate new tabe(UserProfile) and profileId and userid refer forienkey in u r user table....and add Messaging coloumn in userprofile table datatype nvarchar(Max),....
thank u
richkyrs
Member
436 Points
500 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 10:27 PM|LINK
this is what i have in App_code folder
ClassDiagram.cd
GenericResponse.cs
LoginHelper.cs
ProfileDataAttribute.cs
SaltedHash.cs
UserHelper.cs
UserObject.cs
richkyrs
Member
436 Points
500 Posts
Re: what is difference between a textbox and a textarea
Apr 26, 2012 10:29 PM|LINK
can i no just add it to my table that i have if there is away of doing this?