473,769 Members | 4,831 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

how to add our own pages in DotNetNuke

Hai

I am new to dotnetnuke.

I installed dotnetnuke and went to the admin page of the
dotnetnuke.( the first page asking user name password).

How to create my own page in dotnetnuke application.

can anyone refer any links for sample application for creating our
own page in dotnetnuke application.

Thanks in advance.

Regards,
Raj.
Dec 26 '07 #1
4 3644
"raju" <po*******@gmai l.comwrote in message
news:a5******** *************** ***********@t1g 2000pra.googleg roups.com...
can anyone refer any links for sample application for creating our
own page in dotnetnuke application.
http://www.dotnetnuke.com/
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Dec 26 '07 #2
Mark has already pointed you to the correct place for dotnetnuke help,
theres not a lot in these groups who use it.

All I wanted to add is that many beginners would be better off with
something like the myweb starter kit at codeplex. Worth taking a look if
your struggling with the basics of netnuke as a very easy alternative.
http://www.codeplex.com/MyWebPagesStarterKit

Regards

John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
"raju" <po*******@gmai l.comwrote in message
news:a5******** *************** ***********@t1g 2000pra.googleg roups.com...
Hai

I am new to dotnetnuke.

I installed dotnetnuke and went to the admin page of the
dotnetnuke.( the first page asking user name password).

How to create my own page in dotnetnuke application.

can anyone refer any links for sample application for creating our
own page in dotnetnuke application.

Thanks in advance.

Regards,
Raj.

Dec 26 '07 #3
Hai,

Thanks for your suggestion.

I went the dotnetnuke site, and i learned how to create module
and page in dotnetnuke.

I created one sample page using predefined module, and created
one sample module with simple static content.

How to create my own display pages having webcontrols
(textbox,etc.,) and connect to our own database, and finally run the
site.

I dont know whether i am in moving on the correct way or not?

Thanks in advance.

Regards,
Raj

On Dec 27, 3:15*am, "John Timney \(MVP\)"
<xyz_j...@timne y.eclipse.co.uk wrote:
Mark has already pointed you to the correct place for dotnetnuke help,
theres not a lot in these groups who use it.

All I wanted to add is that many beginners would be better off with
something like the myweb starter kit at codeplex. *Worth taking a look if
your struggling with the basics of netnuke as a very easy alternative.http://www.codeplex.com/MyWebPagesStarterKit

Regards

John Timney (MVP)http://www.johntimney.comhttp://www.johntimney.com/blog

"raju" <ponnur...@gmai l.comwrote in message

news:a5******** *************** ***********@t1g 2000pra.googleg roups.com...
Hai
* *I am new to dotnetnuke.
* *I installed dotnetnuke and went to the admin page of the
dotnetnuke.( the first page asking user name password).
* How to create my own page in dotnetnuke application.
* can anyone refer any links for sample application for creating our
own page in dotnetnuke application.
* Thanks in advance.
Regards,
Raj.- Hide quoted text -

- Show quoted text -
Dec 28 '07 #4
"raju" <po*******@gmai l.comwrote in message
news:04******** *************** ***********@i12 g2000prf.google groups.com...
I dont know whether i am in moving on the correct way or not?
Forget DNN if you actually want to do anything other than use their default
modules and templates...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Dec 28 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1051
by: xs | last post by:
Hi, I would like to create a web page where the user is able to customize according to his/her needs like what Yahoo is doing. For example, I may have a create new customer page and a seperate delete customer page. But some users may want to have both of these pages in a single page. May I know how it is done? Thanks
3
2328
by: ad | last post by:
I ofen find the word DNN in some discuss forum What is DNN (DotNetNuke)?
14
2405
by: multiformity | last post by:
So I have been working on an opensource project for a while, and decided to really try to make it look better after focusing on the functionality most of this time. Up to now, I have simply used a standard ASPX page with minor modifications to it. All of my pages inherit from a "BasePage.cs" class, that handles common things like getting the user's information out of the session, determines if a page should or should not be password...
0
1313
by: dgk | last post by:
The NYPC Visual Basic SIG is pleased to be presenting Nik Kalyani of the DotNetNuke core team. The meeting is free and open to all, Wednesday October 6th at 6:15 PM. We've seen the business end of DotNetNuke a few times already (www.dotnetnuke.com). It's open source web portal software that allows anyone to easily set up their own website. In fact, in your spare time, you can start a business setting up other folks websites. But the...
2
1201
by: Noro | last post by:
Hello, I develop a Web site ASP.NET which contains dynamic pages (example: News .). I would want that the administrator of site can add and update contents in these pages with formatting options (example: colors, fonts.); I believe that the solution is a small html editor. Somebody could help me or show me how to make? Quite other idea will be welcome.
1
1767
by: Jeff | last post by:
Hey I've installed DotNetNuke Starter Kit (4.3.4) together with visual web developer 2005 express on my development computer So now I'm able to create DotNetNuke portals using vwd. But this is as I mention on my development computer with vwd. But what if I have a client which have asked me to create a DotNetNuke site for them. They of course want to the portal customized (layout designed by a advertisment
0
1431
by: R.A.M. | last post by:
Hello, I have installed .NET on my Windows XP and I would like to install DotNetNuke 4.0.3. I unzipped DotNetNuke_4.0.3_Install.zip to the folder E:\Program Files\DotNetNuke and (according to instructions) I modified web.config and I created DotNetNuke database in SQL Server 2005. Unfortunatelly when I entered in a browser http://localhost/DotNetNuke/ I receive the following screen: DotNetNuke Upgrade Error
11
1366
by: JJ | last post by:
I want to create a web site with the page content being driven by my sql database. This would form the basis of a simple content management system. i.e. a particular page may be accessed by the url www.xyz.com/default.aspx?pageid=34 I can achieve this when each page is identical - e.g. contains my custom text/html control. The bit I am having problems with is:
7
1347
by: oliharvey | last post by:
I'm an experienced web developer - but haven't used master pages much. I find that I'm not really comfortable with them - so perhaps I'm missing something..... When I first read about them I was shocked that the content placeholder pages need knowledge of which master page they were in - I'm happier now I understand they can be set dynamically - but I still can't help thinking that they provide nothing on top of a reasonable...
0
9416
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10032
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8861
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7393
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6661
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5293
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5433
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3948
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2810
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.