| Where is the PortalSettings object created? (3 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| In the DektopDefault.aspx.cs file, on page Init, the following line is executed: A0 // Obtain PortalSettings from Current Context PortalSettings portalSettings 3D (PortalSettings) HttpContext.Current.Items["PortalSettings"]; A0 However, I can't find where the PortalSettings object is actually created and put into the Context. A0 Where is this done? A0 20 A0 Hamid |
|
| Migrating code - the "~/" path question (3 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Hi all! I'm hoping this to be a simple solution... :) When I migrate my code to a different, live webserver, it is having trouble with the links. Everywhere in the IBuySpy sample code, it is using links such as "~/images..." This works fine on my machine, but not on my live site. Its especially hard to fix these links in the page headers, such as in: %@ Register TagPrefix "Portal" TagName "Title" ... |
|
| Using IBS Architecture for Web App that is not a portal (2 replies, VIP) |
| ASPFriends.com 'aspngibuyspy' list |
| Hello everyone, Looking to converse with anyone and everyone that can help me decide whether or not to use the IBS coding and structure to create a Web application that is not a portal. I already have adopted IBS as the basis of our Intranet portal. I want to create a Web Application of medium complexity to Track and Maintain Projects. Approximately 20 tables of related data. Will consist of a UI ... |
|
| Email in IBS (5 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Hello everyone, I have implemented several different email related solutions within the IBS portal. The first was a feedback button located on the DeskTopPortalBanner.ascx. We stole the Jscript from an existing site and placed it here. It uses the Outlook mail which gives the user the ability to select the recipient from a list of users on their system (i.e. PST file). I am not a Jscript expert bu... |
|
| Anybody in there ?... (2 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| : ( Well, i am affraid that there is no more activity on this list... I'm realy sorry... cause i like the job made around ibuyspy portal, i've done some evolutions, and i'm sad being there too late... Francis. |
|
| MSDE for database Access (4 replies, VIP) |
| ASPFriends.com 'aspngibuyspy' list |
| Can someone PLEASE explain the differences between MSDE and SQL Server 2000. If I use MSDE as the database does that mean I DONT have to have A SQL SERVER BOX. MSDE (basically a bunch of DLLs) sit on the server and IBS get to the data (probably in some file system) just like it would SQL SERVER. So this is like Using a Access database to cut down the COST of having a SQL Box Are there BIG performa... |
|
| Edit User Profile - Portal (9 replies, VIP) |
| ASPFriends.com 'aspngibuyspy' list |
| Several people have asked me for the code for this, and I finally found the time to put it together. You can download it now at the bottom of this page: http://aspsmith.com/DesktopDefault.aspx?tabindex 2&tabid 32 Hopefully this will also help persuade Vlado to continue to be generous. Note that I've also previously published a module on how to create a Lyris newsletter signup (it's listed in the E... |
|
| Cruel hoax! (4 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| I said to myself, well, I'm going to download that IBuySpy portal package and get started learning this stuff. So, I go to the site, note that the system requirements say needs MSDE 7.0 or above: Great! I got that. Then I try installing and it springs a surprise on me: gotta have MSDE 2000! Cruel hoax is, I was so excited about getting started on this and now I run into a brick wall. So, is there ... |
|
| Communication between modules (2 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Has anyone out there attempted doing intercommunication between modules within a page (similar to the way SharePoint Portal Server handles client side communication)??? Thanks, Josh Paterson |
|
| Code Question. (4 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Hiya People : I realize this is not the best forum for this question, but I need a starter pointer. The following is a snippet of code based on the ibuyspy portal, specifically copied from the PortalSettings constructor. C# version. ~!~!~!~!~!~!~!~! int CompID; SqlParameter pCoID new SqlParameter ("@CoID", SqlDbType.Int); pCoID.Direction ParameterDirection.Output; Command.Parameters.Add (pCoID); o... |
|
| Kindly Help (3 replies, VIP) |
| ASPFriends.com 'aspngibuyspy' list |
| Friends, I am new to web development, and am eager to install ibuyspy and start practising ASP.net. I am facing a problem while installing the database during "installation Step 1". I have a Windows 2000 PC with Access 2002 database, and I have installed the SQL Server 2000 desktop engine (a.k.a MSDE?) Problem is in Step 1, I accept the following default inputs and click Ok: Local SQL Server Insta... |
|
| Singelton in IBUYSPY (2 replies, VIP) |
| ASPFriends.com 'aspngibuyspy' list |
| Hello, I have an idea to create singleton class to handle the connection to SQL Server. Is the connection method in IBUYSPY considered best practise (I mean perform better in .NET framework than a singleton)? I don't want to waste my time and reinventing the IBUYSPY code to get a slower response time. Thanks a lot |
|
| RC of .NET (7 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Hi friends! Any idea where can I get release candidate builds of the .NET Framework SDK for free? I do not have money to buy MSDN Universal or to attend Microsoft Professional Developers Conference and want to fix my portal for it. Vlado |
|
| New Contract Billing Module + Communication betwee n modules - can we agree a standard? (2 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Josh, This is an issue I was going to raise. I have written a series of controls which work together as a Contract billing application. Users have access to 2 modules which allow them to record their time against contracts and manage their work profile. The management / admins have access to the Contract management module which tracks days billed against internal and external contracts, the number... |
|
| Changing name and namespace (3 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Hi Before I do too much work with ASP.Net, I tried to install the IbuySpy Portal with Brinkster. Their free .Net account needs for the .dll to be called username projectname The project itself needs to be called the same thing, and I think I read that it needs to have the same format for the namespace. But when I installed the Portal for VB.Net and Visual Studio Beta 2, I couldn't find anything th... |
|
| Can IBS be used with VS.Net (2 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Hi all, I've been writing some sample apps using ibuyspy as my guide. It s a wonderful resource for beginners like me. I just got a copy of VS.Net and I would like to work with IBS using VS.net. Is this possible? I tried calling up some IBS programs and it bombed. Can anyone help me out? Thanks Bob |
|
| Install error (4 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| C# IBuySpy Question.Getting a Windows Script host error when trying to install the portal. Error reads: ! "SQL Server or MSDE not found" . Install Portal Database... . SQL Server not found! . IBuySpy Portal requires a local co *** ABORTING DATABASE INSTALLATION . Press any key to continue . . . But I AM running SQL version 8 on a windows 2000 professional machine. Any help is appreciated! Wally Jo... |
|
| C# IBuySpy Question. (3 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Hi Saurabh, I hope you don't mind me emailing you off the IBuySpy list, but I had a question about the C# version of IBuySpy that I'm hoping you might be able to help me with. The question invloves the use of the 'static' keyword on the GetModuleSettings class of Configuration.cs, line 240. Here is the code to that class. public static Hashtable GetModuleSettings(int moduleId) { // Get Settings fo... |
|
| IE 6 Bug (2 replies, VIP) |
| ASPFriends.com 'aspngibuyspy' list |
| Our site has been working with in a frame to hide the URL, this has worked fine, but with IE 6 it no longer works. Instead when the user logs in nothing changes, the login module is still displayed, even though the user has successfully logged in and the Tabs do not appear. Is this a bug with IBS or IE or is it part of IE6 privacy? |
|
| Mobile Internet Toolkit and IbuySpy? (10 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| I was planning on using the latest version of Visual Studio.NET Enterprise Architect (build 934), but I kept getting errors on the Mobile toolkit, and there are no new releases of the Mobile Internet Toolkit as far as I know... So, the question I have is, if I am NOT at this time using any mobile devices, it seems like we STILL need the mobile internet toolkit as this is used to render the desktop... |
|
| Deploying the IBS Store (3 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Hi, I've run into a snag trying to deploy a site based on the IBS Store to a production server that does not have the full sdk installed, only the .Net runtime (RC). This version used pages with mixed C# code and HTML on the same page, so that this code is compiled by the ASP.Net runtime into "Temporary ASP .Net Files" rather than part of the 'official' DLL that the pure C# pages are compiled into... |
|
| Causesvalidation and Delete Confirm workaround (2 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Many of you may have seen Alex Lowe and Steve Smith's examples of how to include a client side confirmation if you want to delete an item in a datagrid. These worked fine for me until this logic was used in a control that was in turn used in a page that had validation logic in it. The problem here is that the onclick event of the delete button was already taken with the postback validation login o... |
|
| User Control - Banner 1 (2 replies, VIP) |
| ASPFriends.com 'aspngibuyspy' list |
| Can anyone tell me which ascx file it is that sets up the UserControl Title1 that is everywhere? Is it possible to alter the color and image scheme on that? Thanks in advance, Eva |
|
| Module Order of Events (6 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| The following conversation may prove helpful to some folks who are creating custom modules whose title and/or editURL properties are modified based on postback events. The fix is pretty simple edit DesktopModuleTitle.ascx and move the whole Page Load event to Page PreRender and wire up that event in the init. Steve Steven Smith ssmith@aspalliance.com President, ASPAlliance.com http://aspalliance.c... |
|
| tabstripdetails not defined (5 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| html div style 'background color:' DIV I am working with the VB.Net Portal in RC0 and have done all the fixes listed on the site.  But, I am still getting one more error:  In line 40 of DesktopDefaultBanner.ascx TabStripDetails is not defined.  Anyone got any ideas? /DIV DIV   /DIV DIV Thanks in advance, /DIV DIV   /DIV DIV Eva /DIV /div br clear all hr Get your FREE ... |
|