| Portal as a released 'product'? (4 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Hi, Could someone comment as to if MS is committed to continuing to provide the portal and store once the .net is released? And is that going to include a 'released' portal or will it continue to be the Ibuyspy (which is of course excellent) with current fixes / mods. Would this be released with the .net release also? I remember conversations on this list about something really amazing that the Ib... |
|
| paging (3 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Hello, I have asked around and haven't yet recieved a 'suitable' answer...so I guess this would be a better place to ask! In the sample code, the paging is done by a stored procedure that creates a temp table in sql2000. How viable of a solution is this for a site that receives allot of traffic..say a message board? Creating a temp table each time a user requests with paged data doesn't seem to ro... |
|
| Portal Get User name (email) (2 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| In the portal app, how would I: 1) Get the currently logged in user name (email) request.servervariables("AUTH USER") works, but is that the best way? 2) If the user is not logged on, but they have specified 'remember me on this machine' how do I get their user name (email)? Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |
|
| Why not code behind? (3 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Hi People, I've been wondering why the IBuySpy portal (SDK version) did not use code behind. I realise that a lot of the code is in the assembly, but wouldn't it also make sense to place the code in the modules & admin pages etc in code behind pages? Does anyone have any idea's on this? Shannon. |
|
| Double windows authentication? (10 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| I was wondering if you all might be able to help me... I have a ibuyspy based portal up, and I have a security issue... Right now I have it set up using the forms based authenication, and it works all right. Our goal is to have the portal page viewable by all authenticated users. When I have it set up to use Windows based authentication, and I am logged into my computer, when I go to the portal, I... |
|
| MS: Passport Integration? (2 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Will any of the IBuySpy applications include an option for Passport Single Sign In for authentication once released? Steve Steven Smith ssmith@aspalliance.com President, ASPAlliance.com http://aspalliance.com The #1 ASP.NET Community http://aspsmith.com ASP.NET Training for ASP Developers Get The Book: ASP.NET By Example http://www.amazon.com/exec/obidos/ASIN/0789725622/stevenatorasp/ |
|
| Cannot view ascx files in PortalCSVS (3 replies, VIP) |
| ASPFriends.com 'aspngibuyspy' list |
| Hi All, I had a problem viewing the ascx files in PortalVSCS(Visual Studio C# version). When I tried to open a .ascx file, I got an error message and then only the codebehind C# file .ascx.cs is opened. Did anyone have the same problem? Thanks, Ke MESSAGE IS INTENDED ONLY FOR THE USE OF THE INDIVIDUAL OR ENTITY TO WHICH IT IS ADDRESSED AND MAY CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL A... |
|
| Final Version / DOT NET Release (2 replies, VIP) |
| ASPFriends.com 'aspngibuyspy' list |
| Hi all, any word on the dates for the final releases of Ibuyspy and dot net? All I've been able to find is "late fourth quarter", what's the mood on the ibs front? Ruy Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
|
| Problems Deploying the Portal (2 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| The Portal is up and running great on our local machine. When we went to deploy with an IPS [ORCSWeb where some IBuySpy derived portals are runnning] the code will not run (the code has not been modified its the original beta code only the content has changed). The problem seems to revolve around how the root directory for the portal is identified as an application. On our local machine we simply ... |
|
| Scrolling individual module (2 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Hi All, I have two modules, left and center. I would like to have links on the left, that jump to bookmarks in the center module. The current behavior is that when it jumps, the whole page scrolls up, and I loose the left pane. Is there a way for scrolling down just the center module? Thanks, Juval. |
|
| Problem Installing IBuySpy (3 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| I'm running the .NET Enterprise Server (Whistler Advanced Server) Beta 2 and IBuySpy won't install. It creates the database but not the web. The error I get is that it can't find the "Default Web Site" which IIS 6 no longer has. Any work arounds to this? Thanks |
|
| UserList DataSet (2 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| I wanted to make function in the components directory which would use a stored procedure and return a Dataset. So I could use a paging control to access and manage my IBS users. Using the current VB format for IBS you return a SqlDataReader. But this doesn't allow you to page the User list. I can write the SQL code but and have it work, but the point of IBS is to foster best practises, and making ... |
|
| DropDownList (5 replies, VIP) |
| ASPFriends.com 'aspngibuyspy' list |
| I was putting two dropdownlists onto an IBS page, and If the user changed the selection in the first list, I wanted to repopulate the second list, using SelectedIndexChanged to point to a routine. It would never fire the routine it pointed to. I had postback on, and used trace. I looked at existing code and noticed, it used OnSelectedIndexChanged so I tried that, but no luck. I saw that something ... |
|
| Invalid character? (4 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Hi! Sorry for this newbie question, but help me get on the track with Visual Studio.NET. I have VS.NET RC1 and downloaded Ibuyspy portal. http://www.ibuyspy.com/rcbuilds.htm says that you have may few changes. Here is the one that I've got a problem with. DesktopPortalBanner.ascx, line 2: new %@ Import Namespace "ASPNetPortal" % My compiler says that % is an invalid character. Any idea? Regards Ma... |
|
| Links Module Error (2 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Has anyone seen this error after adding the Links Module into a tab? Not sure what I did wrong... Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: BC30390: 'ASPNetPortal.Links.linkImage' is Private, and is not a... |
|
| Dynamically Created UserControls and Grid Command Events (9 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Hi Everyone, We are writing a user control that will plug into the IBS Portal. Our user control is dynamically created and it contains a DataGrid. Our problem is that any of the command columns in this grid do not respond properly when we click them. We get the postback, but we never enter the event handler in our user control code behind page. The user control works fine when manually placed on a... |
|
| Single Sign On for Multiple Portals (4 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| I work for a trade association that supports many different groups. We would like to implement multiple portals to support these groups. We would like to have the capability of allowing users to have authority on multiple portals and have the same id and password on multiple portals to be able to go from one portal to another without having to login each time if they have already been authenticate... |
|
| Recompiling StoreVB.dll (2 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Does anyone know all of the .dll's that the StoreVB.dll references (in the IBUYSPY Store site)? I changed some of the .vb files and I need to recompile. Thanks! |
|
| Ibuyspy success stories (7 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| I would be very much interested to see any real life examples of how the I Buy Spy code was transformed into an online store. Please provide an URL, if you know of any such examples. I am currently trying to put my family business online, but find it pretty difficult. Thanks! Eva This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private informa... |
|
| ASP.net Portal (4 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Hi all, I'm only really a beginner but to advance my skills I'm looking to create a portal similar to the ibuyspy portal. I'd like it to run off access and have a similar structure to the ibuyspy portal. The content would be the detail documentation of the portal so that other beginner like myself can have an easy place to learn asp.net. I'm looking for 2 5 dedicated guys that know the portal to h... |
|
| IBS Portal - XP Standard Server Beta 3 - Mobile IT (3 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Anyone have any experience here. I have a fresh install of XP Standard Server Beta 3. IBS Portal (VBVS) installed without a hitch Tried to run it without Mobile Internet Toolkit (because I thought it might already be installed as part of beta 3) get configuration error Try to install the RC version get installer error telling me that the .NET Framework version is not compatible with the RC candida... |
|
| Null errors when adding item to shopping cart (4 replies, VIP) |
| ASPFriends.com 'aspngibuyspy' list |
| I am reworking the IBUYSPY store. I am getting this error: "Cannot insert the value NULL into column 'DateCreated', table 'alkalife.dbo.ShoppingCart'; column does not allow nulls. INSERT fails. The statement has been terminated." I am getting this error from ANY page that tries to update or create records in the database. For instance, adding a new customer from the Register.aspx page I get: Canno... |
|
| IBS Portal - XP Standard Server Beta 3 (4 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Hi: I have been trying to get IBS Portal (VB SDK) up on XP Standard Server beta 3. As you may know, Beta 3 ships with the .NET framework already installed. I have already disabled the moblie controls (the beta 2 MIT is incompatible with the version of the framework installed). I have also had to give permission to user IIS WPG so it can access WINDOWS\Microsoft.NET\Framework\v1.0.3215\Temporary AS... |
|
| Moving from one portal to another within a machine's subdirectory structure (3 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| I am having a difficult time jumping from one portal to another. I have turned off all security (i.e. no authentication mode Forms, etc. in the web.config). This was initially keeping the web server from even attempting to switch directories. I have a root directory c:\rootdir with a number of subdirectories: c:\rootdir\ \portal 1 \portal 2 etc. I can get to any individual portal the first time by... |
|
| sessions vs. forms authentication (3 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Someone a while back told me that cookies are used for user customization, and anything secure should be placed in a session. Why does the PetShop and the Store application use forms authentication...isn't it possible for someone to pretend to be another user if he decrypts the key? Feedback appreciated. |
|