Web Forms :: How To Develop The Forums Module In A Website
Dec 10, 2010I need to develop the forums module in a website. Now i am able to post the forums but how to track the record like comments posted by the viewers.
View 1 RepliesI need to develop the forums module in a website. Now i am able to post the forums but how to track the record like comments posted by the viewers.
View 1 Repliessend me some tutorial links to develop a module based website and admin can enable disable any modules.
View 2 Replieshow to create forums for my website. I downloaded forum software from Jilbilt.com Its working fine but I need to integrate it with my website. Like if a user registers in my site he should be aoutomaticalluy registered with the forums
also.
Am going to develop authentication part in the web site. I want my authentication module should not be hacked by any one and also want in secure side.
View 1 RepliesIs .net framework free, If i want to develop a website using asp.net do i need to purchase a license to deploy my website?
View 2 RepliesIs there any tool available for developing mobile websites using asp.net (C#). or else any other tool?
View 4 RepliesI am developing a web site using ASP.Net and c#. I need to design a site map for the web site.
View 2 RepliesSometimes I need to block access on a website, but I don't want to block access for administrators so they should be able to see the website and for that I guess I need to make a module.
How can I make a module like that?
This is the code I have. I just don't know where I should place it.
var user = Membership.GetUser() as User;
if (user == null || (user != null && !user.IsAdministrator))
{
// Block
}
We have developed a small method that pulls a cryptographic key from a signed xml document and then checks the signature using the SignedXml.CheckSignature method.
When run from a command line app the key validates properly. However as soon as I call it from a web app it stops working. Anybody know what could be happening?:
// Verify the signature of an XML file against an asymmetric
// algorithm and return the result.XmlDocument Doc, RSA Key
public static Boolean VerifyLicenceFile(string xmlLicFilePathArg)
{
bool isVerified = false;....
I am using 51Degrees.mobi to detect if the mobile browser, resolution, screensize and etc.
The problem is that there are so many phones with so many screen size, and I need to customize foe each phone its own page.
I have a site that holds some movies for mobile (3gp extensions).
I am looking for the easiest way to right a webpage only once, and to be 100% sure it feets all the mobile browsers :
I am going to develop a website in ASP.NET in which users can submit article for this i need a CMS(Content management system ) to handle their article and users comment. which CMS will we good and simple.
View 8 Repliesi am developing a mobile website ... and the target devices are windows mobile or black berry... following is my form code...
[Code]....
i have uploaded the site to the server .... when i try to access the site... it is showing the 404 error... but working in Windows Mobile simulator with out any error
I've got a requirement to develop a Multilingual webform (Chinese, Spanish, Portugese, Russian etc). I am using VS 2005, .NET Framework 2, C# laungauge, SQL 2005.
View 5 RepliesI have develop one website in asp and access. But now a day it is facing a problem of sql injection. So how can I protect the .asp pages from sql injection. I have gone through some of the post and get that some function have to written to overcome the sql injection.Function as below...
[Code]....
How i develop multi language website in asp.net for this what steps i need if i already have sqlserver db,design template, requirements stuff and application flow
View 9 Replieshow to write htm code as a result my website will be resolution independent and it will show same in any resolution and any pc monitor size.
View 4 RepliesHow to develop program/website and minimize DB dependencies using C#.NET? For example I have made some changes in my DB, after that I must rewrite half a project.
View 2 RepliesI am trying to develop a image slideshow for the front of my website.I have an idea of how I would like it to look like .... http://www.reef.com/guys/But I have not been able to find any similar pre-built slideshows.I would like to be able to have a loading gif and buttons down the bottom allowing to scroll through the images at your own pace but still letting the images slide without clicking.I am unsure how I would go about making a slideshow like this one, would I use AJAX, jQuery or Silverlight?If you know of any pre built solutions that are similar to what I am looking for provide the link for me or if you have any knowlege
View 6 RepliesI am trying to develop the nerddinner mvc website, so I downloaded Visual Studio 2010 Express but I do not see an option for MVC or even asp.net website. Can I download this for Visual Studio?
View 2 RepliesI have a web Application in .net 3.5 sp1 in which i need to added some forums functionality like Post forums (as we post on forums.Asp.net) and 1 shoutBox in which all registerd user leave there Messages....an any one tell me that what is ways of acheiving itLike i create this as new Project or i add this functionality from interne
View 8 RepliesI want to use an editor contorl for my website and i want tit exactly like this Website Can you please tell me which is the editor it is??
View 1 RepliesHow to create unique URL like our forums URL?
I have PO table with POID as unique.
I need to set unique URL for each PO like our each new Thread has unique URL forums.asp.net/12345.aspx
On the whole i need unique URL for each PO as our forums has unique URL for each new post. Like this format( forums.asp.net/12345.aspx)
I am creating a social website and i want to create asp.net forums. and i dont create forums so please give the solution of this problem....
View 8 Repliesi need to create a rating mechanism for a website just like the one in here (asp.net forums) but i don't know how it's working and it's a little confusing since i saw someone with 105 posts is rated 35 point while another person with 35 posts has the samerate
View 1 Replies've created asp site, and i would like to get free & nice forum to include .. where i can get that ?also, i would like to get the best offers for server ( best hosters ) which support asp
View 2 Replies