It is pretty simple, just create an HTML page and then add your
tokens. Make allowences for dynamic elements. UPload to the skins
folder and parse the skin and apply it. If everything qoes well, your
new skin should be fine.
BV
Have you read the documentation and attempted creating the skin? It would be easier to guide if you let us know the problems you face while creating. It can take some time to learn, but once you know it, you can create skins very easily.
Let me know any issues you face. I'll be glad to assist. All the best!
I have learned that you can debug by stepping into stored procedure (SP) code in VS 2005 from your .NET code. This great feature allows you to watch line by line the execution of both your .NET code and SP code (that you are calling from your .NET code).
If you don't know what I mean here is an example. You are debugging your .NET application line by line. Then when you execute the line that calls the SP, your debugger jumps into the stored procedure being called (if you have set a break point in that SP) and you can debug the stored procedure line by line just like .NET code. And then you can even return back to the .NET code debugging after the last line of that SP has executed if you have another break point in the .NET code following the call that executed the SP.
The only problem is that I was not able to do this with Dotnetnuke. I was only able to do it through a simple VB.NET web application using the following method to call the stored procedure:
SqlDataReader myReader = myPR.ExecuteReader();
I am wandering why I can't jump into stored procedure code from my DNN website. Would it have something to do with the fact that the data access layer-ed way of DNN calls stored procedures in a different way (using the SqlHelper class)?
----- Original Message ---- From: lho3_yh4 <lho3_yh4@...> To: DNNFreeHelp@yahoogroups.com Sent: Wednesday, February 21, 2007 11:39:20 AM Subject: [DNNFreeHelp] Upload Flash
Hi, i'm new at DNN. I use DNN 4.3.7 with SQL Server 2005 and Visual Studio 2005. Right now i want to add flash (.swf) to my website. But i don't know how. Please tell me the steps to upload flash to my website. Thanks before.
Your sincerely, Lhuya
Send instant messages to your online friends http://uk.messenger.yahoo.com
Hi, i'm new at DNN. I use DNN 4.3.7 with SQL Server 2005 and Visual
Studio 2005. Right now i want to add flash (.swf) to my website. But i
don't know how. Please tell me the steps to upload flash to my website.
Thanks before.
Your sincerely,
Lhuya
Ed, I already see the Search and Search Results Modules... I think that I will use some things from it, but It does not attend what I need. My knowledge about DNN is very very poor them I think that the Search Module work in different way. The simple search form contains 3 DropDown, whose data are from database. Some fields in advanced search form are the same. The search will looking for data, only, in the database. As I've said, my knowledge is low in DNN, 'cause this my understanding about Searh Module does not attend at all...
Thanks!! Danilo
Ed Borhan <edborhan@...> escreveu:
There is already a search module within DNN. Have you tried that?
Perhaps you want to work from the existing module instead of starting from scratch.
----- Original Message ---- From: Danilo Freitas da Costa
<danfcosta@yahoo.com.br> To: DNNFreeHelp@yahoogroups.com Sent: Sunday, December 31, 2006 2:18:33 AM Subject: [DNNFreeHelp] How to do search form in DNN 4.x
Hi All...
One more time I still trying to work with dnn... Hardcore!!! Well, I got a very simple project that the main requirement was to use DNN. I tried but... At the end, I done with pure asp.net. However, I must migrate it to DNN. As I've said, its very simple: A page with two search form (simple and advanced) and a page with the search result. I tried to do it using the ListX Module and I tried to create a new module. The main difficulty was post the form from a page to another page...
Structure: - Simple search form in the left side of all pages of the site; - Advanced search form in the center of the other page; - Page with search result.
Someone there an example to help do it??
Thanks everybody!!!
____________ _________ _________ _________ _________ __ Fale com seus amigos de graça com o novo Yahoo! Messenger http://br.messenger .yahoo.com/
Send instant messages to your online friends http://uk.messenger.yahoo.com
__________________________________________________ Fale com seus amigos de graça com o novo Yahoo! Messenger http://br.messenger.yahoo.com/
----- Original Message ---- From: Danilo Freitas da Costa <danfcosta@...> To: DNNFreeHelp@yahoogroups.com Sent: Sunday, December 31, 2006 2:18:33 AM Subject: [DNNFreeHelp] How to do search form in DNN 4.x
Hi All...
One more time I still trying to work with dnn... Hardcore!!! Well, I got a very simple project that the main requirement was to use DNN. I tried but... At the end, I done with pure asp.net. However, I must migrate it to DNN. As I've said, its very simple: A page with two search form (simple and advanced) and a page with the search result. I tried to do it using the ListX Module and I tried to create a new module. The main difficulty was post the form from a page to another page...
Structure: - Simple search form in the left side of all pages of the site; - Advanced search form in the center of the other page; - Page with search result.
Someone there an example to help do it??
Thanks everybody!!!
____________ _________ _________ _________ _________ __ Fale com seus amigos de graça com o novo Yahoo! Messenger http://br.messenger .yahoo.com/
Send instant messages to your online friends http://uk.messenger.yahoo.com
One more time I still trying to work with dnn... Hardcore!!! Well, I got a very simple project that the main requirement was to use DNN. I tried but... At the end, I done with pure asp.net. However, I must migrate it to DNN. As I've said, its very simple: A page with two search form (simple and advanced) and a page with the search result. I tried to do it using the ListX Module and I tried to create a new module. The main difficulty was post the form from a page to another page...
Structure: - Simple search form in the left side of all pages of the site; - Advanced search form in the center of the other page; - Page with search result.
Someone there an example to help do it??
Thanks everybody!!!
__________________________________________________ Fale com seus amigos de graça com o novo Yahoo! Messenger http://br.messenger.yahoo.com/
I suppose it requires some time and effort to learn how to develop modules for DNN. But once you know how to do it, it's relatively easy. I hope you go through the documentation provided and then post your issues on the forums. This will help you more.
----- Original Message ---- From: Danilo Freitas da Costa <danfcosta@...> To: DNNFreeHelp@yahoogroups.com Sent: Tuesday, November 14, 2006 12:55:09 AM Subject: Re: [DNNFreeHelp] Re: Helllp
Hi Ed, I'm using the newer version (4.3) with fw.net 2.0... I got a new project which the main requirement is DNN 4.x. This is a single project with simple forms and grids with search. However, I'm was never used the DNN and I have a little bit time to learn how to do that. On the other hand, I was studying how to developer a module, but I think that I would do a lot of unnecessary work 'cause it's not so easy. The version that I downloaded in the DNN site don't have the User Defined module as you said. I'll look for it. To solve my problem (quickly as I need) I bought a module (ListX by Bi4ce). May be it help me in shot time. I don't know if this is worthwhile, but I must accept this risk.
I have another doubt that I didn't found a true answer: How can I developer a webform or webcontrol using the DNN? How can I integrate both?? Thanks for your help...
edborhan <edborhan@yahoo. com> escreveu:
Hi Danilo,
What do you mean by data entry pages and grid? DNN has a module called User Defined Table that allows users to to data entry and have the information displayed in a grid.
By the way, which version of DNN are you using? Perhaps you want to see if the default modules can work for you before moving into custom development. There are guides posted at dotnetnuke.com that can help you setup DNN development environment as well. And don't forget to read the documentations provided too!
Best Regards, Ed
--- In DNNFreeHelp@ yahoogroups. com, "danfcosta" <danfcosta@. ..> wrote: > > Hello everybody, > > I'm new in DNN and I have to delivery a simple site (I think its > simple, or not...) in a very tight deadline!!! > May you send me some examples with data entry pages and grids??? > It's
easy develop with DNN in tradditional development (codes and > codes)??? > > Thanks, > Danilo >
Hi Ed, I'm using the newer version (4.3) with fw.net 2.0... I got a new project which the main requirement is DNN 4.x. This is a single project with simple forms and grids with search. However, I'm was never used the DNN and I have a little bit time to learn how to do that. On the other hand, I was studying how to developer a module, but I think that I would do a lot of unnecessary work 'cause it's not so easy. The version that I downloaded in the DNN site don't have the User Defined module as you said. I'll look for it. To solve my problem (quickly as I need) I bought a module (ListX by Bi4ce). May be it help me in shot time. I don't know if this is worthwhile, but I must accept this risk.
I have another doubt that I didn't found a true answer: How can I developer a webform or webcontrol using the DNN? How can I integrate both?? Thanks for your help...
edborhan <edborhan@...> escreveu:
Hi Danilo,
What do you mean by data entry pages and grid? DNN has a module called User Defined Table that allows users to to data entry and have the information displayed in a grid.
By the way, which version of DNN are you using? Perhaps you want to see if the default modules can work for you before moving into custom development. There are guides posted at dotnetnuke.com that can help you setup DNN development environment as well. And don't forget to read the documentations provided too!
Best Regards, Ed
--- In DNNFreeHelp@yahoogroups.com, "danfcosta" <danfcosta@...> wrote: > > Hello everybody, > > I'm new in DNN and I have to delivery a simple site (I think its > simple, or not...) in a very tight deadline!!! > May you send me some examples with data entry pages and grids??? > It's easy develop with DNN in tradditional development (codes and > codes)??? > > Thanks, > Danilo >
I believe you will need to add the appropriate file extension, in this case .swf, to the list of allowable upload file types. I believe this is something you need to be logged into as host and is a matter of changing what file types you are allowed to upload. Not sure of the exact menu option under host, maybe a site settings or something. I do recall it is there.
Hope that gets you pointed in the right direction
Mark
----- Original Message ---- From: jasonwsaz <jasonwsaz@...> To: DNNFreeHelp@yahoogroups.com Sent: Monday, November 6, 2006 11:16:42 AM Subject: [DNNFreeHelp] Upload Erro mesage... Hosting Permissions...
Hello, I'm running DNN 4.3.5 and I have my own server.
When I upload a file through the DNN interface I get the following Error message...
An Error Has Occurred When Attempting To Save The File C:\Inetpub\websites \stchome\ temp.stchome. com\wwwroot\ Portals\0\ Flash\index_ presentation. swf. Please Contact Your Hosting Provider To Ensure The Appropriate Security Settings Have Been Enabled On The Server.
Hello,
I'm running DNN 4.3.5 and I have my own server.
When I upload a file through the DNN interface I get the following
Error message...
An Error Has Occurred When Attempting To Save The File
C:\Inetpub\websites\stchome\temp.stchome.com\wwwroot\Portals\0\Flash\index_prese\
ntation.swf.
Please Contact Your Hosting Provider To Ensure The Appropriate
Security Settings Have Been Enabled On The Server.
What should I set the permissions to???
Thanks,
Jason
Give ASPNET and NETWORK SERVICE modify access to folder
Set Virtual Directory to Application in IIS
Check that SQL is running mixed mode authentication
Run default.aspx to begin installation
My machine is running XP Pro, with SQL 2005 Express and SQL 2005. I'm able to run DNN 4.3.5 and 3.3.5 on both version of SQL.
Best Regards, Ed
--- In DNNFreeHelp@yahoogroups.com, snar5@... wrote: > > ED, > > I tried your suggestion. No go. I can't tell if its a SQL Express thing or a DNN webconfig thing. I went throught the directions like a million times. Gave the Network Service access to the folder. Still nothing. > > any ideas? > > THanks > Mark > > > > ----- Original Message ---- > From: edborhan edborhan@... > To: DNNFreeHelp@yahoogroups.com > Sent: Thursday, November 2, 2006 1:49:13 AM > Subject: [DNNFreeHelp] Re: DNN with SQL Server EXpress > > Try to replace the ".\wflaggSQLExpress " with your machine name e.g. "SERVER\wflaggSQLExpress" > Also make sure that on your folder security settings, "Network Service" has Modify Access as well. > SQL Express can be cranky too, so sometimes you may need to restart or stop-start the service before you reload your DNN installation. > See if it helps, or else we'll crack our heads again. > Best Regards, > Ed > --- In DNNFreeHelp@ yahoogroups. com, snar5@ wrote: > > > > Ed, > > > > Thanks for the reponse. > > > > Here is a snippett from the web.config file. > > > > <!-- Connection String for SQL Server 2005 Express --> > > <add > > name="SiteSqlServer " > > connectionString= "Data Source=.\wflaggSQL; Integrated Security=True; User Instance=True; AttachDBFilename =|DataDirectory| Database. mdf;" > > providerName= "System.Data. SqlClient" /> > > > > <!-- Connection String for SQL Server 2005 Express - kept for backwards compatability - legacy modules --> > > <add key="SiteSqlServer" value="Data Source=.\wflaggSQLE xpress;Integrate d Security=True; User Instance=True; AttachDBFilename =|DataDirectory| Database. mdf;"/> > > > > MyNamed Sql Express Instance is wflaggSQL > > > > I am using windows auth (in SQL 2005) at the moment only because I tried that as a last resort. > > > > Thanks > > mark > > > > > > > > ----- Original Message ---- > > From: edborhan edborhan@ > > To: DNNFreeHelp@ yahoogroups. com > > Sent: Wednesday, November 1, 2006 12:08:02 AM > > Subject: [DNNFreeHelp] Re: DNN with SQL Server EXpress > > > > Hi Mark, > > > > I am running DNN 3.3.5 and 4.3.5 on SQL Expres 2005. Have you checked > > your web.config to make sure the correct SiteSqlServer settings is used? > > Perhaps you want to share more info on your web.config settings or the > > error that you are seeing so we can help you further. > > > > Best Regards, > > Ed > > > > --- In DNNFreeHelp@ yahoogroups. com, snar5@ wrote: > > > > > > Good AFternoon, > > > > > > Has anyone been successfull with sql express 2005 and DNN. I can't > > connect to the DB and its driving me crazy.. > > > > > > Thanks > > > Mark > > > > > >
I tried your suggestion. No go. I can't tell if its a SQL Express thing or a DNN webconfig thing. I went throught the directions like a million times. Gave the Network Service access to the folder. Still nothing.
any ideas?
THanks
Mark
----- Original Message ---- From: edborhan <edborhan@...> To: DNNFreeHelp@yahoogroups.com Sent: Thursday, November 2, 2006 1:49:13 AM Subject: [DNNFreeHelp] Re: DNN with SQL Server EXpress
Try to replace the ".\wflaggSQLExpress " with your machine name e.g. "SERVER\wflaggSQLEx press"
Also make sure that on your folder security settings, "Network Service" has Modify Access as well.
SQL Express can be cranky too, so sometimes you may need to restart or stop-start the service before you reload your DNN installation.
See if it helps, or else we'll crack our heads again.
Best Regards, Ed
--- In DNNFreeHelp@ yahoogroups. com, snar5@... wrote: > > Ed, > > Thanks for the reponse. > > Here is a snippett from the web.config file. > > <!-- Connection String for SQL Server 2005 Express --> > <add > name="SiteSqlServer " > connectionString= "Data Source=.\wflaggSQL; Integrated Security=True; User Instance=True; AttachDBFilename =|DataDirectory| Database. mdf;" > providerName= "System.Data. SqlClient" /> > > <!-- Connection String for SQL Server 2005 Express - kept for backwards compatability - legacy modules --> > <add key="SiteSqlServer" value="Data Source=.\wflaggSQLE xpress;Integrate d Security=True; User Instance=True; AttachDBFilename =|DataDirectory| Database. mdf;"/> > > MyNamed Sql Express Instance is wflaggSQL > > I am using windows auth (in SQL 2005) at the moment only because I tried that as a last
resort. > > Thanks > mark > > > > ----- Original Message ---- > From: edborhan edborhan@... > To: DNNFreeHelp@ yahoogroups. com > Sent: Wednesday, November 1, 2006 12:08:02 AM > Subject: [DNNFreeHelp] Re: DNN with SQL Server EXpress > > Hi Mark, > > I am running DNN 3.3.5 and 4.3.5 on SQL Expres 2005. Have you checked > your web.config to make sure the correct SiteSqlServer settings is used? > Perhaps you want to share more info on your web.config settings or the > error that you are seeing so we can help you further. > > Best Regards, > Ed > > --- In DNNFreeHelp@ yahoogroups. com, snar5@ wrote: > > > > Good AFternoon, > > > > Has anyone been successfull with sql express 2005 and DNN. I can't > connect to the DB and its driving me crazy.. > > > > Thanks > >
Mark > > >
Take your time to explore the site; there is a wealth of information through the abovementioned sections and also blogs by the Core Team. I'm sure you can find a lot of answers to your questions.
Best Regards, Ed
--- In DNNFreeHelp@yahoogroups.com, S Mahalakshmi <mahabala74@...> wrote: > > If you can tell me where the documentation can be found then I would be glad! > Learning comes only from a site which has something initially to read thru. > > edborhan edborhan@... wrote: > Any form of product or solution (commercial or open source) requires > some effort in learning the features, so DNN is no different. > > Like other open source projects, DNN comes with documentation and > support forums. Perhaps some users are able to learn on their own, while > others need a little guidance. If you are serious about DNN, there are > also professional bodies that provide training and development. > > I think it will be more beneficial if we provide constructive feedback > and exchange knowledge and ideas. Whether DNN is simple or intuitive or > not depends on how much we know to take advantage of this open source > effort. > > Best Regards, > Ed > > --- In DNNFreeHelp@yahoogroups.com, S Mahalakshmi mahabala74@ > wrote: > > > > I dunno what is simple abt DNN! No proper documentation on any sites > and it is not at all intutive! > > > > danfcosta danfcosta@ wrote: Hello everybody, > > > > I'm new in DNN and I have to delivery a simple site (I think its > > simple, or not...) in a very tight deadline!!! > > May you send me some examples with data entry pages and grids??? > > It's easy develop with DNN in tradditional development (codes and > > codes)??? > > > > Thanks, > > Danilo > > > > > > > > > > > > > > --------------------------------- > > Find out what India is talking about on - Yahoo! Answers India > > Send FREE SMS to your friend's mobile from Yahoo! Messenger Version > 8. Get it NOW > > > > > > > > > --------------------------------- > Find out what India is talking about on - Yahoo! Answers India > Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW >
Try to replace the ".\wflaggSQLExpress" with your machine name e.g. "SERVER\wflaggSQLExpress"
Also make sure that on your folder security settings, "Network Service" has Modify Access as well.
SQL Express can be cranky too, so sometimes you may need to restart or stop-start the service before you reload your DNN installation.
See if it helps, or else we'll crack our heads again.
Best Regards, Ed
--- In DNNFreeHelp@yahoogroups.com, snar5@... wrote: > > Ed, > > Thanks for the reponse. > > Here is a snippett from the web.config file. > > <!-- Connection String for SQL Server 2005 Express --> > <add > name="SiteSqlServer" > connectionString="Data Source=.\wflaggSQL;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;" > providerName="System.Data.SqlClient" /> > > <!-- Connection String for SQL Server 2005 Express - kept for backwards compatability - legacy modules --> > <add key="SiteSqlServer" value="Data Source=.\wflaggSQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;"/> > > MyNamed Sql Express Instance is wflaggSQL > > I am using windows auth (in SQL 2005) at the moment only because I tried that as a last resort. > > Thanks > mark > > > > ----- Original Message ---- > From: edborhan edborhan@... > To: DNNFreeHelp@yahoogroups.com > Sent: Wednesday, November 1, 2006 12:08:02 AM > Subject: [DNNFreeHelp] Re: DNN with SQL Server EXpress > > Hi Mark, > > I am running DNN 3.3.5 and 4.3.5 on SQL Expres 2005. Have you checked > your web.config to make sure the correct SiteSqlServer settings is used? > Perhaps you want to share more info on your web.config settings or the > error that you are seeing so we can help you further. > > Best Regards, > Ed > > --- In DNNFreeHelp@ yahoogroups. com, snar5@ wrote: > > > > Good AFternoon, > > > > Has anyone been successfull with sql express 2005 and DNN. I can't > connect to the DB and its driving me crazy.. > > > > Thanks > > Mark > > >
If you can tell me where the documentation can be found then I would be glad!
Learning comes only from a site which has something initially to read thru.
edborhan <edborhan@...> wrote:
Any form of product or solution (commercial or open source) requires some effort in learning the features, so DNN is no different.
Like other open source projects, DNN comes with documentation and support forums. Perhaps some users are able to learn on their own, while others need a little guidance. If
you are serious about DNN, there are also professional bodies that provide training and development.
I think it will be more beneficial if we provide constructive feedback and exchange knowledge and ideas. Whether DNN is simple or intuitive or not depends on how much we know to take advantage of this open source effort.
Best Regards, Ed
--- In DNNFreeHelp@yahoogroups.com, S Mahalakshmi <mahabala74@...> wrote: > > I dunno what is simple abt DNN! No proper documentation on any sites and it is not at all intutive! > > danfcosta danfcosta@... wrote: Hello everybody, > > I'm new in DNN and I have to delivery a simple site (I think its > simple, or not...) in a very tight deadline!!! > May you send me some examples with data entry pages and grids??? > It's easy develop with DNN in tradditional development
(codes and > codes)??? > > Thanks, > Danilo > > > > > > > --------------------------------- > Find out what India is talking about on - Yahoo! Answers India > Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW >
Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW
I am using windows auth (in SQL 2005) at the moment only because I tried that as a last resort.
Thanks mark
----- Original Message ---- From: edborhan <edborhan@...> To: DNNFreeHelp@yahoogroups.com Sent: Wednesday, November 1, 2006 12:08:02 AM Subject: [DNNFreeHelp] Re: DNN with SQL Server EXpress
Hi Mark,
I am running DNN 3.3.5 and 4.3.5 on SQL Expres 2005. Have you checked your web.config to make sure the correct SiteSqlServer settings is used? Perhaps you want to share more info on your web.config settings or the error that you are seeing so we can help you further.
Best Regards, Ed
--- In DNNFreeHelp@ yahoogroups. com, snar5@... wrote: > > Good AFternoon, > > Has anyone been successfull with sql express 2005 and DNN. I can't connect to the DB and its driving me crazy.. > > Thanks > Mark >
From:
DNNFreeHelp@yahoogroups.com [mailto:DNNFreeHelp@yahoogroups.com] On Behalf Of edborhan Sent: Wednesday, November 01, 2006
12:08 AM To: DNNFreeHelp@yahoogroups.com Subject: [DNNFreeHelp] Re: DNN
with SQL Server EXpress
Hi Mark,
I am running DNN 3.3.5 and 4.3.5 on SQL Expres 2005. Have you checked
your web.config to make sure the correct SiteSqlServer settings is used?
Perhaps you want to share more info on your web.config settings or the
error that you are seeing so we can help you further.
Best Regards,
Ed
--- In DNNFreeHelp@yahoogroups.com,
snar5@... wrote:
>
> Good AFternoon,
>
> Has anyone been successfull with sql express 2005 and DNN. I can't
connect to the DB and its driving me crazy..
>
> Thanks
> Mark
>
Try looking into admin\Users folder
Best Regards
Ed
--- In DNNFreeHelp@yahoogroups.com, "Rajeev Soorma" <rajeevsoorma@...>
wrote:
>
> I need to know where the registration page is located when some one
> signs up for the portal. it asks u for the first name, lastname,
> username, display name and password.
>
Hi Mark,
I am running DNN 3.3.5 and 4.3.5 on SQL Expres 2005. Have you checked
your web.config to make sure the correct SiteSqlServer settings is used?
Perhaps you want to share more info on your web.config settings or the
error that you are seeing so we can help you further.
Best Regards,
Ed
--- In DNNFreeHelp@yahoogroups.com, snar5@... wrote:
>
> Good AFternoon,
>
> Has anyone been successfull with sql express 2005 and DNN. I can't
connect to the DB and its driving me crazy..
>
> Thanks
> Mark
>
Any form of product or solution (commercial or open source) requires
some effort in learning the features, so DNN is no different.
Like other open source projects, DNN comes with documentation and
support forums. Perhaps some users are able to learn on their own, while
others need a little guidance. If you are serious about DNN, there are
also professional bodies that provide training and development.
I think it will be more beneficial if we provide constructive feedback
and exchange knowledge and ideas. Whether DNN is simple or intuitive or
not depends on how much we know to take advantage of this open source
effort.
Best Regards,
Ed
--- In DNNFreeHelp@yahoogroups.com, S Mahalakshmi <mahabala74@...>
wrote:
>
> I dunno what is simple abt DNN! No proper documentation on any sites
and it is not at all intutive!
>
> danfcosta danfcosta@... wrote: Hello everybody,
>
> I'm new in DNN and I have to delivery a simple site (I think its
> simple, or not...) in a very tight deadline!!!
> May you send me some examples with data entry pages and grids???
> It's easy develop with DNN in tradditional development (codes and
> codes)???
>
> Thanks,
> Danilo
>
>
>
>
>
>
> ---------------------------------
> Find out what India is talking about on - Yahoo! Answers India
> Send FREE SMS to your friend's mobile from Yahoo! Messenger Version
8. Get it NOW
>
I dunno what is simple abt DNN! No proper documentation on any sites and it is not at all intutive!
danfcosta <danfcosta@...> wrote:
Hello everybody,
I'm new in DNN and I have to delivery a simple site (I think its simple, or not...) in a very tight deadline!!! May you send me some examples with data entry pages and grids??? It's easy develop with DNN in tradditional development (codes and codes)???
Thanks, Danilo
Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW
Hi Danilo,
What do you mean by data entry pages and grid? DNN has a module called
User Defined Table that allows users to to data entry and have the
information displayed in a grid.
By the way, which version of DNN are you using? Perhaps you want to see
if the default modules can work for you before moving into custom
development. There are guides posted at dotnetnuke.com that can help you
setup DNN development environment as well. And don't forget to read the
documentations provided too!
Best Regards,
Ed
--- In DNNFreeHelp@yahoogroups.com, "danfcosta" <danfcosta@...> wrote:
>
> Hello everybody,
>
> I'm new in DNN and I have to delivery a simple site (I think its
> simple, or not...) in a very tight deadline!!!
> May you send me some examples with data entry pages and grids???
> It's easy develop with DNN in tradditional development (codes and
> codes)???
>
> Thanks,
> Danilo
>
Hello everybody,
I'm new in DNN and I have to delivery a simple site (I think its
simple, or not...) in a very tight deadline!!!
May you send me some examples with data entry pages and grids???
It's easy develop with DNN in tradditional development (codes and
codes)???
Thanks,
Danilo
I need to know where the registration page is located when some one
signs up for the portal. it asks u for the first name, lastname,
username, display name and password.