| IBS Mobile Does Not Work (2 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Moved from [aspngfreeforall] to [aspngibuyspy] by Alex Lowe webmaster@asp grandrapids.net Does anyone know how to make the IBuySpy's mobile part work? Thank you in advance. David Horizon Software Technologies http://hst.dynip.com Send and receive Hotmail on your mobile device: http://mobile.msn.com |
|
| Portal install fails, but I think I have all req'd components (7 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| I hope someone can help me here. My install of IBS (PortalVB VS 0204.exe) fails with the message: The IBuySpy samples are written in ASP.Net and require the.NET Framework, SQL Server or MDSE, and IIS . Please install the missing components before installing this sample. I don't believe anything is missing, however. I am running: WinXP Pro IIS 5.1 which came with WinXP Pro VS.NET Pro MSDE which cam... |
|
| Integrated Windows Authentication (3 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| I am using the ibuyspy portal on our intranet. The portal is running on Win2k SP2 with IIS 5. Integrated Windows Authentication is the only authentication method. Every two weeks people start getting the signon dialog box as if they are not authenticated (Integrated Authentication seems to start failing). The only fix I've found thus far is to reboot the server, which will fix the issue for about ... |
|
| Pages Vs Controls (2 replies, VIP) |
| ASPFriends.com 'aspngibuyspy' list |
| Working through the portal application I see that several of the modeles are controls ascx and some are pages, aspx Why, what's the difference and when should I use one rather than another is there an article on this. Is there source code for the milestones page available Phil |
|
| Multi Level tab and menu driven portals (17 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Can anyone recommend examples of portals driven by mutli level tabs and/or menus? Are there any for sale? Jesse |
|
| IBuySpySetup.exe (3 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Does anyone know where I can get the source code for the IBuySpySetup.exe? I'd like to modify for an application I've developed. Thanks, Rich |
|
| Footer Control (5 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Hi, I was wondering if anybody had developed a footer control. I thought about just including an extra row in desktopdefault.aspx but I want the option of displaying it (i.e. on certain pages and not on others). If I develop it as a control is there a way of getting it to appear always a certain distance from the bottom of any other control on the page. For example I may have a control that only t... |
|
| I am having a problem with namespace (3 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| In my Visual studio Solution I have two Portal Applications and I am having namespace problem i would like to to isolate the two from seeing each others namespace which are the same Imports ASPNetPortal seems to be the major culprit. How would you go about renaming the Namespace. or how to change ASPNetPortal to be different in each. http://aspalliance.com/dotnetsolutions/ Dennis West West Design ... |
|
| question of security (5 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Can anyone help find out why the content og the authorized roles field in the tabs database uses a string (admin;press) to register what roles are authorized to view the different tabs. Wouldnt it be much better to use the Roleid (creating a string like 7;5 instead of admin;press ). That way you would be able to change the name of a role without having to change it for every tab. Or is there a goo... |
|
| EM Module - feedback wanted (7 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| hi guys, I have plans to write an IBS admin module EM like (SQL Server Enterprise Manager), using SQL DMO and c#. I wonder if anybody out there would like to participate on this, with ideas or code writting. If we'll reach something usable we can donate to IBS community... Petroniu |
|
| Netscape not staying logged in (2 replies, VIP) |
| ASPFriends.com 'aspngibuyspy' list |
| I based my forms authentication code on IBuySpy (and only modified it to always use persistent cookies), but although it works perfectly in IE 6 and Opera 6, it only partially works in Netscape 6. Whenever I login with NS, it only stays logged in for the duration of the session. Next time I visit the site I have to login again. Is this a known problem? How should I debug this? James Shaw http://Co... |
|
| Site Map Module for Portal (2 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Has anyone developed a sitemap module for the portal? And has anyone created an tab and module administration that you can move modules between tabs without deleting them first? George Apostolakis |
|
| Exchange Server Module (2 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Has anyone tried to create a module to retrieve email from an MS Exchange server? This electronic message may contain confidential or privileged information and is intended for the individual or entity named above. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. If you have received this electronic... |
|
| Not Answered: From a user control ...how can you open a new window (7 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| From a user control ...how can you open a new window I have a simple IbuySpy portal module that is accessed by a Tab .the purpose of this is that the clicking on the Tab would execute the Module which intern is to Open a URL in a New Window? Any body have a solution.... Is there a way to use the redirect function or some other method to open a URL in a new window ? from a User Control. script runa... |
|
| Inter-module communication? (8 replies, VIP) |
| ASPFriends.com 'aspngibuyspy' list |
| There's been some talk in the past of coming up with a standard and/or some code to handle inter module communication. Does anyone have any further information or updates? Thanks, Rick This message may contain confidential, proprietary or legally privileged information. It is intended only to be read by the individual or entity named above or its designee. If the reader of this message is not the ... |
|
| control cannot modify its parent's control collections (6 replies, VIP) |
| ASPFriends.com 'aspngibuyspy' list |
| I am trying to create a new DesktopModule .ascx page programmatically from another but I keep getting "A control cannot modify its parent's control collections" server errors. I have added a property NewPollModuleId to the source PollUserControl.ascx file with the code: Public NewPollModuleId As Integer The fault occurs in the line: Page.Controls.Add(uc) in a block of code in the parent control th... |
|
| Code Behind Not working (2 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| I am having trouble getting my CodeBehind page to work for a module I am developing. Here is the module code: %@ Control Inherits "ASPNetPortal.PortalModuleControl" Language "vb" CodeBehind "ap6PhoneList.ascx.vb" AutoEventWireup "false" % %@ Register TagPrefix "Portal" TagName "Title" Src "~/DesktopModuleTitle.ascx" % portal:title runat "server" /portal:title br / asp:DataGrid id "grid1" runat "se... |
|
| NT Groups (5 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Has anyone tried to modify the IBS portal to use NT Groups for access control? We have over 24,000 users and to have to create groups in the portal and then add all the users manually would be a nightmare. Jason Snipes This electronic message may contain confidential or privileged information and is intended for the individual or entity named above. If you are not the intended recipient, be aware ... |
|
| Error when adding or editing users (5 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| This is definitely a newbie question, but being a newbie to .net, I'm probably in good company. (grin) I installed the ibuyspy portal successfully on my development server, and everything seems to work wonderfully, unitl I attempt to edit or add a user in the Admin Tab. When I do, I receive the following error message: ************* Begin Paste ************************ Server Error in '/PortalVB' ... |
|