Friday, March 16, 2012

please help me!

hi to all;
i'm using asp.net 1.1, c#.net.visual studio 2003 to make my asp web applicat
ion
in my application, i want when i add a new topic a link or icon about this t
opic appear in another page .
example:
consider we have two page "add new message" and the "show all messages"
in add new message page:
i use two text boxes to set a name of the topic and to write a content in th
e second text box.and then click on save/insert button to save the the mess
age in the database.
what i want is : after saving the message--> a link about this message appea
r in the "show all mesage page". so the other user when go to "show all mess
age page" can view a link --> click on it then redirect to the page where i
s the content of the messag
e.
what i want is mostly like what i do now
[i wrote a message name "Subject" textbox--> then i write now the content o
f the message in "Message" texbox-->then i will click on post button --
> then a link of my message "please help me !" will appear in forums page --
--> so the other users of t
he site can go to the forums page,see my message,click on it to view the con
tent of the message]
please help me with code,i really need help to do this ideaOn Jun 5, 10:26 pm, Mero wrote:
> hi to all;
> i'm using asp.net 1.1, c#.net.visual studio 2003 to make my asp web appli
cation
> in my application, i want when i add a new topic a link or icon about this
topic appear in another page .
> example:
> consider we have two page "add new message" and the "show all messages"
> in add new message page:
> i use two text boxes to set a name of the topic and to write a content in
the second text box.and then click on save/insert button to save the the me
ssage in the database.
> what i want is : after saving the message--> a link about this message appear in t
he "show all mesage page". so the other user when go to "show all message page" can
view a link --> click on it then redirect to the page where is the content of the m
ess
age.
> what i want is mostly like what i do now
> [i wrote a message name "Subject" textbox--> then i write now the content of the
message in "Message" texbox-->then i will click on post button --> then a link
of my message "please help me !" will appear in forums page --> so the other users
of
the site can go to the forums page,see my message,click on it to view the content of the me
ssage]
> please help me with code,i really need help to do this idea
You need a DataGrid control
http://samples.gotdotnet.com/quicks...c_datagrid.aspx

0 comments:

Post a Comment