Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I want to create new discussion forum in my website.after searching in code project i got this (JumpyForum: Inspired by Code Project Forum / Discussion / Message board)
can i use this source code in my project directly.
JumpyForum: Inspired by Code Project Forum / Discussion / Message board[^]
Posted
Updated 20-Dec-12 23:25pm
v2
Comments
Keith Barrow 21-Dec-12 5:57am    
We are not here to do your project for you, we are all volunteers. Making comments like this will *reduce* your chance of getting any answer.
The correct answer is to study your problem and break it down into manageable smaller tasks. In your case you are going to need to work out a database structure to store you data, which mechanism you are going to use to get info in/out and then how you are going to allow the user interact with the database (and eachother). This should be within the reach of a university student.
Your university may allow you to include other people's code to do this, if so there are plenty of frameworks out there to achieve what you want.
ntitish 21-Dec-12 6:17am    
sir i am not a student ..i am a fresher to this job.so thats why i am very hurry to complete this project....sorry for that post.
Keith Barrow 21-Dec-12 17:41pm    
Apologies, I totally misread your question. Richard's answer answers the question you actually asked.
ntitish 24-Dec-12 6:37am    
sir i am getting one more error related to another topic....actually i created a datalist in gallery page, and displaying the images in a morquee horizontal left and when ever the mouseover it will display the particular image in big size below which are in database in that datalist up-to this compleated sucessfully .but what was the problem is when ever the last image is coming the page is loading again.there is any solution not to page load again
ntitish 24-Dec-12 6:40am    
<asp:UpdatePanel ID="UpdatePanels" runat="server">
<contenttemplate>
<asp:Panel ID="panelDisplayGallery" runat="server" >


<asp:Label ID="lblAvailablePhotos" runat="server" Text="Available Photos:"
Visible="False">

<asp:Panel ID="panelslideshow" runat="server" Height="170px" BackColor="#CCCCCC">

<marquee direction="left" onmouseover="this.stop();" önmouseout="this.start();" >

<asp:DataList ID="datalstGalleryDisplay" runat="server" RepeatDirection="Horizontal"
Font-Name="Verdana" Font-Size="8pt"
CellSpacing="5" Item-BorderWidth="1" Item-BorderColor="#c0c0c0"
BorderStyle="None" ItemStyle-Width="125"
CellPadding="0" ItemStyle-HorizontalAlign="Center"
ItemStyle-VerticalAlign="Bottom" GridLines="Both"
ItemStyle-BorderStyle="Solid" onitemdatabound="datalstGalleryDisplay_ItemDataBound"
onselectedindexchanged="datalstGalleryDisplay_SelectedIndexChanged">
<itemtemplate>

<asp:Image ID="imageGallery" Width="150px" Height="150px" runat="server" onmouseover="zoomIncrease();" onmouseout="zoomDecrease(); />


<itemstyle borderstyle="Solid" horizontalalign="Center" verticalalign="Bottom"
="" width="125px">

</marquee>




No, we won't give you solution.. We can't work out for you like this.. You should try it by yourself.. If you got stuck somewhere, you can certainly come here.. But don't ask directly for code..
-Krunal R.
 
Share this answer
 
v2
Comments
ntitish 21-Dec-12 8:34am    
why every one is pointing me.did i asked any thin wrong above, what i asked there can i use that code in my project directly ...is that wrong..i am having a dought that it will effect my whole project
ntitish 21-Dec-12 8:50am    
any way thanks...........
[no name] 21-Dec-12 8:55am    
Your question is uncertain.. That's why everyone pointing you.. Sorry but its the fact.. :-|
ntitish 23-Dec-12 23:59pm    
if i want to create new discussion forum means...can u say the procedure that what i have to follow ...bec till now i am not having any idea about that topic....you can say in a simple manner...
[no name] 24-Dec-12 0:10am    
http://www.nairaland.com/10776/how-create-forum-website
http://www.htmlhelpcentral.com/messageboard/showthread.php?4830-how-do-i-create-a-message-board
Yes you can use the source code from the article as long as you leave any comments in that identify the author; do not try to claim it as your own work. Note also ,that if you have any problems with the code you will have to resolve them yourself.
 
Share this answer
 
Comments
Thomas Daniels 21-Dec-12 8:04am    
Good answer, +5!
ntitish 21-Dec-12 8:49am    
thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900