Finding Tutorial Links To Develop A Module Based Website?
Feb 24, 2010send me some tutorial links to develop a module based website and admin can enable disable any modules.
View 2 Repliessend me some tutorial links to develop a module based website and admin can enable disable any modules.
View 2 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 RepliesI 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 need some tutorial regarding AJAX news ticker
View 7 Repliesfind out a better tutorial on how to fill a treeview control. I'm still in the process of learning ASP.NET. By the way I attached an example content of my database.
View 1 RepliesDoes anyone have a good tutorial or now how to send html emails. I have searched and searched and not been able to get anything to work. I have tried CDOSYS and havent been able to get it to work. Currently I am using System.Net.Mail and System.Text so that I can use StringBuilder and put it in the body.
I would like to be able to build an aspx page and send it as the body in an auto generated email.
find a good tutorial for uploading files to a virtual directory?
I have been googling for a while now.
I found is this:
[URL]
But I need code examples, more specific information about security in IIS etc.
where I can find a good generic tutorial on persistence data access layers?
View 2 RepliesI need to develop in ASP.NET or in SilverLight a web-based editor and a web-based player for PowerPoint presentation. Are there any components I can use to do this?
View 2 RepliesI am developing a module for insert watermark in pdf file in asp.net with c# and I want to insert this module in existing application which is based on MVC architecture. I am new in mvc architecture. Can I merge asp.net based module in MVC based application.
View 1 RepliesI am going through the Security Tutorials here on ASP.Net. I am currently working on the last part of the Membership - User-Based Authorization. The tutorial covers restricting access to specific pages or to directories using a second Web.Config file. I am running into a problem with the myLogin page DestinationPageURL. Here is what is happening: 1. When the website starts, the Login page opens. 2. If I log in with an existing user, I am sent to the Default.aspx page. That is what is in the yLogin.DestinationPageURL for the login page.
View 1 RepliesI have been using the following tutorial and had to convert the code to C# for my project, now i cant get the code to work, im getting red line under the word "in" in the UpdateRolesFromList,
i tried to add a datasource on page load for the checkboxlist like so RoleList.DataSource = PopulateRoleList(User.Identity.Name.ToString());and gives me error saying cannot implictly convert type 'void' to 'object'
[URL]What am i missing, that when i load the page or even do a search it never displays the checkbox list as it shows in the tutorial?
[Code]....
I am trying to get the hotfile's downloadable file links in html source in
C#.Net.
Ex Html Source:
<A class="l" onmousedown="return clk(this.href,'','','','6','','0CDgQFjAF')"href="http://tinypaste.com/f4472e">
<EM>http://hotfile.com/dl</EM>/31214236/e3ad3a3/dora_ve_unicorn.avi.html<B>
.</B></A></H3><DIV class="s"><EM>http://hotfile.com/dl</EM>/31214236/e3ad3a
3/dora_ve_unicorn.avi.html <EM>http</EM><B>...</B><BR><SPAN class="f">
<CITE>tinypaste.com/f4472e</CITE>....
i just want to get "http://hotfile.com/dl</EM>/31214236/e3ad3a3/dora_ve_
unicorn.avi.html"link and that kind links from the whole Html source.
I tried to use Regex but couldnt find the correct exp.
Any best tutorial for Registration Page With Jquery Validations
View 2 RepliesAm 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 Repliesi want to get masterized....in MVC
finding books and links for mvc..and learning linq queries
Does anyone know of a good tutorial regarding integrating paypal subscriptions with a .NET website. I have searched online and most of the articles I've found are 2+ years old, so I'm unsure how accurate these would still be.
View 1 RepliesI want to unit test my asp.net web application using NUnit.
For this I have downloaded and installed NUnit from internet.
But since I am new to this tool , I am looking for documentation about this tool.
How can I use this tool for testing web applications? give me links to documentation?
Also is it possible to integrate NUnit with visual studio, if yes, how?
I am working on module based on open meeting. How can we do it?
View 3 RepliesI am trying to develop ASP.NET window based application and am struggling with it. I am using ASP.NET 2008 version.
this HTML command lang, I inserted lang=VBNET.
What does lang means and what is the purprose of it ?
Here are the HTML coding:
<form id="form1" runat="server" lang="VBNET" title="ONLINE ORDER REQUEST Screen">
i am going to develop a web based application with c# but i am very upset that how to design a good pattern how to code to let the program more efficient.
View 3 RepliesI am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. I am developing using VSTS 2008 + C# + .Net 3.5 + ASP.Net. And I want to develop a WebPart, like a tab based control, like task manager, items (e.g. processes, users, etc.) are managed by tab on the top for different categories, and in each category tab, items are organized in list. I need to get information about which tab is selected in my requirement. Any reference code or document?
View 1 RepliesIn My Project I want to Create a Class Library Contains a Controller based on its module, Example : Class.Controllers.Album,Class.Controller.Artist
in this Class Library I wrote two Controllers AlbumController.cs, ArtistController.cs.When I add this to Main Project Contains Views,
really don't know if someone else has already written down a question similar to this one. I searched on google but maybe i don't know the right tag to search for.I'd like to project and develop a web-based framework with a number of functionalities like a cms (user management, be able to write articles and so on). The focal point is that i'd like to architect it allowing administrator to activate or disactivate more functionalities by adding a new plugin (ie: he could do that by uploading an xml - as joomla does - or by clicking on 'activate' button - as wordpress does.)
View 1 RepliesI've somehow managed to successfully get Membership working on a test site I'm playing with (learning!). I've reached a point where I can redirect users to another page if they do not have the required level of membership - using the allow feature in a web.config within a folder.What I would like to do now is create a main menu of links (a back office menu visible after the use has logged in), and disable a link if they do not have access to view that page. Is this complex? I'd be grateful for any sample code to get me started.
View 5 Replies