Web Forms :: Forum Implementation In Website

Jul 25, 2012

How to create a forum in my website??

View 1 Replies


Similar Messages:

Web Forms :: Create A Forum For Personal Website?

Jun 24, 2010

I 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.

View 3 Replies

How To Add DotNetNuke Forum To Default C# Website

Jun 21, 2010

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

View 1 Replies

Making A Public Forum In Website?

Aug 2, 2010

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 Replies

Web Forms :: How To Make A Forum, Step By Step , In The Forum People Show Their Picture And User Name

Feb 27, 2011

i do knot know how to make a forum, step by step , in the forum people show their picture and user name

View 3 Replies

Website Translation Architecture And Implementation?

Mar 18, 2011

I'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]

View 3 Replies

VS 2008 - How To Make A Forum In A Visual Studio Website

Mar 21, 2011

how i could make a forum in a visual studio 2008 website , or any software that i could use .

View 13 Replies

Javascript - Print Functionality Implementation In Website?

Nov 29, 2010

Currently I am implementing print functionality in a website. Can any one tell me what are the best practice to implement this?

View 2 Replies

Want To Create A Forum Like "forum" In My Application?

Dec 20, 2010

I 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 Replies

Web Forms :: Horizontal Treeview Implementation?

Mar 16, 2011

I am looking for ASP.NET horizontal treeview implementetion/

something like this:

http://www.codeproject.com/KB/WPF/CustomTreeViewLayout.aspx

Any ready to use implemetition?

View 1 Replies

Web Forms :: VB.NET 3.5 Isolation Error Implementation?

May 16, 2010

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]....

View 1 Replies

Web Forms :: To Let Users In Forum Application To Send Messages To Each Other?

Mar 28, 2011

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 Replies

Web Forms :: Way To Create A Forum Using Visual Studio 2005 (C#)

Jan 29, 2010

How 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 Replies

Web Forms :: Unable To Find The Right Forum Related To Routing?

Sep 25, 2010

My app in not MVC style, its WebForms style but I was unable to find the right forum related to routing.

View 2 Replies

Security :: Handler Implementation For Forms Authentication?

Dec 30, 2010

Has 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 Replies

Forms Data Controls :: Gridview Implementation?

Dec 6, 2010

i 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 Replies

Web Forms :: Preview Forum By Popup Page On Button Click?

Mar 16, 2010

I 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]....

View 1 Replies

Web Forms :: Data List Control To Display The Categories And Forum?

Mar 30, 2012

sample code for datalist to display the categories and forum like used in a  aspsnippet forum

View 1 Replies

Forms Data Controls :: Nested Gridview To Show Category And Forum?

Aug 30, 2010

there 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

View 4 Replies

Web Forms :: This Implementation Is Not Part Of The Windows Platform FIPS Validated Cryptographic Algorithms?

Feb 25, 2011

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.

View 1 Replies

Rewrite The Url In Forum?

Apr 5, 2010

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

View 5 Replies

Is There A Forum For Asp Classic

Nov 23, 2010

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 Replies

How To Create A Forum Like Structure In ASP C#

Jun 29, 2010

i 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)

View 5 Replies

Building A Forum Site?

Jun 20, 2010

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

View 14 Replies

How To Create A Simple Forum

Jan 6, 2011

Hey guys, i have some problem here. How can i create a simple forum in asp.net? using wat toolbox?

View 12 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved