Web Forms :: Forum Implementation In Website
Jul 25, 2012How to create a forum in my website??
View 1 RepliesHow to create a forum in my website??
View 1 RepliesI just wanted to create a forum for my personal purpose .....
It should be similar like our asp.net forum.
how to get started to create forum like this.
Steps i want to know
First user will register in my forum. He might post his / her question in the post. The question first should be verified by forum admin, and then it should be publish to everyone. For any question, any user will come and reply to the post. How to do so? The post should be marked as answer only by the user who posts the question other reply user cant able to marked as answered...?
For the above second (2) steps:
For Eg:
Category:-Buyer/Seller (This will be in dropdown list)
Username:-User A
Subject:- Required 1000 pens in best price
Message:- We are leading stationary products buyers in the world.
Hence we need good pen in best price.
For the above third (3) steps:
How to publish new post in new page dynamically.
For Eg: www.abc.com/0001.aspx this is the new post, posted by User A.
I'm trying to add Forum module to my Web Site , so I add dlls, components and modules and :
[Code]....
so how can add the forum from DNN to my page ? or how to fix this error
Me with C# asp.net, I want to make a public forum in my website. Any good article for making forum will be helpful. Is there any bultin fourms that can be used in .Net?
View 3 Repliesi do knot know how to make a forum, step by step , in the forum people show their picture and user name
View 3 RepliesI'm conducting a project in which a website should have multi-language support.Now, this website is supposed to serve about 500K+ visitors a day, so it must be super-efficient.
I've created a table of parameters {[ID],[Name]} AND a linkage-table {[objectID],[parameterID],[languageID],[value]}. I think it's the best way to deploy multi-language support while having the privilege to translate different parameters for each language.
As far as I know, server's memory is much faster than a physical HDD. Therefore, I'm planning to store ASP.NET Application State objects for my translation architecture.[URL]
how i could make a forum in a visual studio 2008 website , or any software that i could use .
View 13 RepliesCurrently I am implementing print functionality in a website. Can any one tell me what are the best practice to implement this?
View 2 RepliesI want to Create a forum like "asp.net forum" in My Application.So i want to know that easy flow of making forum list in my Application and how to store it in database.I dont want to make my page loading time is slow. .
View 6 RepliesI am looking for ASP.NET horizontal treeview implementetion/
something like this:
http://www.codeproject.com/KB/WPF/CustomTreeViewLayout.aspx
Any ready to use implemetition?
I am implementing an Isolation test in my project to ensure the data is the same in the as it was when originaly retrieved before submitting the new form data.I was wondering what would be the best way of handling this error (not an exception). The following code is the function that will determine whether or not an error should be reported, If 1 or more fields of the current record is different from the original it will return false, otherwise it will return true. How should I go about handling a false response for a best practice, Should I use a statcode and transfer to the main page displaying a message with the state code, or should I send a simple msgbox, or simply just log the error and transfer the user to main page.
[Code]....
i am building a forum application i want my application users to be able to send messages to each other and application will show some alert that they have new message. I am a beginner i have no idea how to achieve this, can anyone please guide how to get started for this.
View 1 RepliesHow do i create a forum using the toolbox for interface design with connection string connection to the database using visual studio 2005 express edition
View 5 RepliesMy app in not MVC style, its WebForms style but I was unable to find the right forum related to routing.
View 2 RepliesHas any body got a clue to how to impliment the httphandler in the case o forms authentication for Authenticating multiple websites .Lets say you have 2 websites and after you authenticate one using forms i need not authenticate the other .(Already assumed that the machine key between the websites are the same )And both implement Forms authentication.
View 3 Repliesi have to create a gridview on search button click. when user enter a name in the textbox then all the matching name will be displayed in the gridview at runtime , also it should have option to edit, delete ,update existing rows in gridview as well as new rows can be entered. thats why i have to append three buttons dynamically insert,edit and delete with each row of gridview..
View 6 RepliesI have never before used pop up in asp.net. I am trying to code for Preview of forum on button click event. I am able to do successfully to open window but can't retrive data to display from parent page. So what is the way to retrive data from (contols) of parent page on the Child(popup) page. I already know to get data from textbox at parent page by below code.
[Code]....
sample code for datalist to display the categories and forum like used in a aspsnippet forum
View 1 Repliesthere is category and under its there are all forum of this category
to do that , I create 2 tables in DB
cat for category have 2 rows ( id,title) and table forum have 3 rows ( id,title,Cat_ID)
I can do it with Php but in asp.net I can't
I read in some article to create nested gridview
Our asp.net 2.0 app encountered the following error:
This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.After adding the following in web.config -> <system.web> section:
<machineKey validationKey="AutoGenerate,IsolateApps" decryptionKey="AutoGenerate,IsolateApps" validation="3DES" decryption="3DES"/>
The error occurs in those pages that uses AJAX.
I have a forum on my website
what i need to do is to rewrite the url :
[URL]
to
[URL] to dogracer players
Is there any quick way to achieve this.
The rewrite should be dynamic because each posts in the forum should have a rewritten url
Just two many pages to re-write. A Microsoft consultant informed us it would cost about $750,000 to rewrite all of our pages. The school district's budget is only $67,500 so this is out of the question. Therefore I am going to have to stick to asp Classic.
View 1 Repliesi want to create a forum like page in ASP ,C# where user can enter some question.
Administrator reply this question,according to if user does not satisfied with the solution then in same thread he may ask for further clearance.for example the forum of asp.net ( the current page)
I need assistance on the following issues, i am trying to create a site which involve forum , i need code for the following. or i need schema and data type for
1. last post
2. views
3. replies
4. user onlines
5.total post
6. thread.
7.last post like less than 5 minutes
Hey guys, i have some problem here. How can i create a simple forum in asp.net? using wat toolbox?
View 12 Replies