Search the web
Sign In
New User? Sign Up
DNNFreeHelp
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 67 - 96 of 126   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#96 From: "bethvus" <beth@...>
Date: Tue May 8, 2007 7:32 pm
Subject: Re: Dotnetnuke skin help
bethvus
Offline Offline
Send Email Send Email
 
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

#95 From: Ed Borhan <edborhan@...>
Date: Wed May 9, 2007 5:42 am
Subject: Re: Dotnetnuke skin help
edborhan
Offline Offline
Send Email Send Email
 
Hi,
 
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!
 

Best Regards,

 

Ed Borhan > adaptive webware

www.edborhan.com



----- Original Message ----
From: shahul <msh_raja@...>
To: DNNFreeHelp@yahoogroups.com
Sent: Tuesday, May 8, 2007 3:29:39 PM
Subject: [DNNFreeHelp] Dotnetnuke skin help

Hi,
I am new to Dotnetnuke.
Please help me to create a dotnetnuke skin from the scratch.

Thanks

regards
raja


Office firewalls, cyber cafes, college labs, don't allow you to download CHAT? Here's a solution!



Send instant messages to your online friends http://uk.messenger.yahoo.com

#94 From: shahul <msh_raja@...>
Date: Tue May 8, 2007 7:29 am
Subject: Dotnetnuke skin help
msh_raja
Offline Offline
Send Email Send Email
 
Hi,
I am new to Dotnetnuke.
Please help me to create a dotnetnuke skin from the scratch.

Thanks

regards
raja


Office firewalls, cyber cafes, college labs, don't allow you to download CHAT? Here's a solution!

#93 From: "Adrian" <adiz_mail@...>
Date: Sat Apr 14, 2007 5:11 am
Subject: Debug stored procedures through VS2005 in DNN
adiz_mail
Offline Offline
Send Email Send Email
 

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

Return CType(SqlHelper.ExecuteReader(ConnectionString, GetFullyQualifiedName("GetDetail"), Param1, Param2), IDataReader)

Please help me and the community if you know the answer. Thank you!


#92 From: Ed Borhan <edborhan@...>
Date: Mon Mar 5, 2007 5:29 am
Subject: Re: Upload Flash
edborhan
Offline Offline
Send Email Send Email
 

Hi Lhuya,

 

You can use the Media module to add flash to your portal page.
 

Best Regards,

 

Ed Borhan > adaptive webware

www.edborhan.com



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

#91 From: "lho3_yh4" <lho3_yh4@...>
Date: Wed Feb 21, 2007 3:39 am
Subject: Upload Flash
lho3_yh4
Offline Offline
Send Email Send Email
 
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

#90 From: Danilo Freitas da Costa <danfcosta@...>
Date: Mon Jan 1, 2007 11:37 pm
Subject: Re: How to do search form in DNN 4.x
danfcosta
Offline Offline
Send Email Send Email
 
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.
 
Best Regards,
 
Ed Borhan > adaptive webware


----- 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/


#89 From: Ed Borhan <edborhan@...>
Date: Sun Dec 31, 2006 10:07 am
Subject: Re: How to do search form in DNN 4.x
edborhan
Offline Offline
Send Email Send Email
 
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.
 

Best Regards,

 

Ed Borhan > adaptive webware

www.edborhan.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

#88 From: Danilo Freitas da Costa <danfcosta@...>
Date: Sat Dec 30, 2006 6:18 pm
Subject: How to do search form in DNN 4.x
danfcosta
Offline Offline
Send Email Send Email
 
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/


#87 From: "Quyen Curley" <herd@...>
Date: Mon Dec 4, 2006 6:08 pm
Subject: Re: rebe Vdagra from $3,33
herd@...
Send Email Send Email
 
Hi,

C H E A P
P H A R R M A C Y

 
No, he wasnt supposed to be. Hell survive. But I think that he

#86 From: Ed Borhan <edborhan@...>
Date: Sat Nov 18, 2006 1:30 am
Subject: Re: Re: Helllp
edborhan
Offline Offline
Send Email Send Email
 
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.
 

Best Regards,

 

Ed Borhan > adaptive webware

www.edborhan.com



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





Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. Registre seu aparelho agora!



Send instant messages to your online friends http://uk.messenger.yahoo.com

#85 From: Danilo Freitas da Costa <danfcosta@...>
Date: Mon Nov 13, 2006 4:55 pm
Subject: Re: Re: Helllp
danfcosta
Offline Offline
Send Email Send Email
 
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
>





Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. Registre seu aparelho agora!

#84 From: snar5@...
Date: Tue Nov 7, 2006 3:20 am
Subject: Re: Upload Erro mesage... Hosting Permissions...
snar5
Offline Offline
Send Email Send Email
 
jason,
 
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.

What should I set the permissions to???

Thanks,
Jason




#83 From: "jasonwsaz" <jasonwsaz@...>
Date: Mon Nov 6, 2006 4:16 pm
Subject: Upload Erro mesage... Hosting Permissions...
jasonwsaz
Offline Offline
Send Email Send Email
 
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

#82 From: "Ed" <edborhan@...>
Date: Fri Nov 3, 2006 8:03 am
Subject: Re: DNN with SQL Server EXpress
edborhan
Offline Offline
Send Email Send Email
 

Here are the steps I did:

  1. Extract DNN install files into web directory
  2. Give ASPNET and NETWORK SERVICE modify access to folder
  3. Set Virtual Directory to Application in IIS
  4. Check that SQL is running mixed mode authentication
  5. 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
> > >
> >
>


#81 From: snar5@...
Date: Fri Nov 3, 2006 4:51 am
Subject: Re: Re: DNN with SQL Server EXpress
snar5
Offline Offline
Send Email Send Email
 
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\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. :p

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




#80 From: "edborhan" <edborhan@...>
Date: Thu Nov 2, 2006 7:12 am
Subject: Re: Helllp
edborhan
Offline Offline
Send Email Send Email
 

To know what DotNetNuke is about go to http://www.dotnetnuke.com/About/WhatIsDotNetNuke/tabid/777/Default.aspx.
For a guided tour go to http://www.dotnetnuke.com/guidedtour/.
There is also an Online Help at http://www.dotnetnuke.com/About/DotNetNukeOnlineHelp/tabid/787/Default.aspx.

At the homepage www.dotnetnuke.com, there is a link called Downloads. Or go to http://www.dotnetnuke.com/About/Downloads/tabid/125/Default.aspx. You will need to register on the site first before you can access the downloads; of course registration is FREE.

You can download the various files related to DotNetNuke, mainly:

  • Source (codes)
  • Install/Upgrade (run-time)
  • Docs - This is the full set of documentation

You can also get support from the community at http://www.dotnetnuke.com/tabid/795/Default.aspx.

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
>


#79 From: "edborhan" <edborhan@...>
Date: Thu Nov 2, 2006 6:49 am
Subject: Re: DNN with SQL Server EXpress
edborhan
Offline Offline
Send Email Send Email
 

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. :p

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


#78 From: S Mahalakshmi <mahabala74@...>
Date: Wed Nov 1, 2006 5:16 pm
Subject: Re: Re: Helllp
mahabala74
Offline Offline
Send Email Send Email
 
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

#77 From: snar5@...
Date: Wed Nov 1, 2006 2:50 pm
Subject: Re: Re: DNN with SQL Server EXpress
snar5
Offline Offline
Send Email Send Email
 
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
>




#76 From: "Ryan Olshan" <teranetlists@...>
Date: Wed Nov 1, 2006 5:22 am
Subject: RE: Re: DNN with SQL Server EXpress
teranetlists
Offline Offline
Send Email Send Email
 

unsubscribe

 

Thank you,
Ryan Olshan

Microsoft MVP, ASP/ASP.NET
  Website - http://www.StrongTypes.com 
  Group - http://groups.yahoo.com/group/StrongTypes
  Blog - http://community.strongcoders.com/blogs/ryan/


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
>


#75 From: "edborhan" <edborhan@...>
Date: Wed Nov 1, 2006 5:14 am
Subject: Re: registration page help
edborhan
Offline Offline
Send Email Send Email
 
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.
>

#74 From: "edborhan" <edborhan@...>
Date: Wed Nov 1, 2006 5:08 am
Subject: Re: DNN with SQL Server EXpress
edborhan
Offline Offline
Send Email Send Email
 
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
>

#73 From: "edborhan" <edborhan@...>
Date: Wed Nov 1, 2006 5:04 am
Subject: Re: Helllp
edborhan
Offline Offline
Send Email Send Email
 
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
>

#72 From: snar5@...
Date: Wed Nov 1, 2006 12:44 am
Subject: DNN with SQL Server EXpress
snar5
Offline Offline
Send Email Send Email
 
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

#71 From: S Mahalakshmi <mahabala74@...>
Date: Sun Oct 29, 2006 7:25 pm
Subject: Re: Helllp
mahabala74
Offline Offline
Send Email Send Email
 
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

#70 From: "edborhan" <edborhan@...>
Date: Tue Oct 31, 2006 10:51 am
Subject: Re: Helllp
edborhan
Offline Offline
Send Email Send Email
 
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
>

#69 From: "danfcosta" <danfcosta@...>
Date: Wed Oct 25, 2006 4:37 am
Subject: Helllp
danfcosta
Offline Offline
Send Email Send Email
 
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

#68 From: "Rajeev Soorma" <rajeevsoorma@...>
Date: Mon Sep 25, 2006 4:30 pm
Subject: registration page help
rajeevsoorma
Offline Offline
Send Email Send Email
 
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.

#67 From: "Craig Johnson" <cjohns38@...>
Date: Mon Sep 18, 2006 11:09 pm
Subject: Re: DNN on 1and1 Host
shadow_snd_2002
Offline Offline
Send Email Send Email
 
I don't have any experience with them directy but I might be able to help you through it. 

Have you tried to install it yet? If so where did you have problems? 

Messages 67 - 96 of 126   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help