ASPFriends.com 'aspngibuyspy' list Archive - January 2002
Messages
Page: 123
UsersDB class (3 replies)
ASPFriends.com 'aspngibuyspy' list
Hello, I am starting to work through the IBuySpy Portal example. On the Register.aspx page, there is a reference to the UsersDB class, but I am unable to locate the code the creates this class in the code examples. Could someone please direct me to this code? Thanks.
RC version (3 replies)
ASPFriends.com 'aspngibuyspy' list
Is there an RC version (as opposed to Beta2 version) of ibuyspy? Thanks
Any info on how long before IBuySpy NEWS is available? (2 replies)
ASPFriends.com 'aspngibuyspy' list
This is a multi part message in MIME format. NextPart 000 0011 01C19381.FD832860 Content Type: multipart/alternative; boundary " NextPart 001 0012 01C19381.FD832860" NextPart 001 0012 01C19381.FD832860 Content Type: text/plain; charset "iso 8859 1" Content Transfer Encoding: 7bit Any info on how long before IBuySpy NEWS is available? I'd be willing to alpha/beta test the software... Ron Hardesty h...
Newbie: What happened to the Product Image Files (5 replies)
ASPFriends.com 'aspngibuyspy' list
Hi, Just downloaded and installed IBUYSTORE VB and CS version and SDK too. BUT, the load data....sql file only contains IMAGE.GIF instead of a picture of the actual products. Subsequently, I don't see the nice product images . Help, Paul :((
Ideas for Missing Product Images (14 replies)
ASPFriends.com 'aspngibuyspy' list
Hi, I trying to get over the fact that there are no product images. Anyone have any ideas of providing some dummy ones etc. Regards, Paul
Calendar Control and PostBack (2 replies)
ASPFriends.com 'aspngibuyspy' list
I have a calendar control on the portal that I want to render a list of events for the selected day in another events module. Currently the events control I created will display the current days events or another day if you pass an argument in the format of '?date 3D1/12/2002' What I'd like to do is something like this: If IsPostback then 20 dtDate 3D Calendar1.SelectedDate() 20 End if But I am ge...
persistant variable (16 replies)
ASPFriends.com 'aspngibuyspy' list
In our portal we have events and such that are particular to each city. When you select a city the portal reflects that city the entire time you are on the site (until you select another city). I have in our current portal (classic asp) this city passed in the URL as '?city 3DAtlanta'. I am trying to determine the best way to do this with Ibuyspy Portal. Should I request this from the querystring ...
RTM? (2 replies, VIP)
ASPFriends.com 'aspngibuyspy' list
Anyone have any ideas on when .net framework / VS is going out to msdn subscribers? I thought it was going out in dec. Will the latest / greatest IBS be coming out at the same time? Thanks.
Installing ibuyspy database on Brinkster.com (4 replies)
ASPFriends.com 'aspngibuyspy' list
Has anyone used the Premium .NET membership on Brinkster.com along with a SQL database? If so, I would appreciate some tips on how to establish my store database. I am having some difficulties. Thanks in advance! : ) Eva MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx
Inter-module Communication (3 replies)
ASPFriends.com 'aspngibuyspy' list
We are currently using the Ibuyspy Portal framework to implement an intranet. We are running into one issue. We need modules to communicate with each other. For example, a search module will need to communicate with a results module. There is an article on mastercsharp.com http://www.mastercsharp.com/article.aspx?ArticleID 67&&TopicID 2 that talks about using events for User Control communication....
2nd attempt: Error Installing IBuySpy Store (9 replies)
ASPFriends.com 'aspngibuyspy' list
C'mon gals and guys, give a little help, I first entered this plea for help on 12/27/01; no answers. I have subsequently found potential answers in the archive, but they all require the MSSQL Tools, which I don't have. The problem: I am trying to install the IBuySpy Store download. After selecting a directory, and installing various files, Install says that it has 2 more steps to accomplish. It fa...
Portal Login (7 replies)
ASPFriends.com 'aspngibuyspy' list
Hi all! I've just finished uploading our user group portal. This portal is built over the ibuyspy original. By now, It seems everything works fine but...the users can't login to the database!. This is very odd because all the content is on the DB so, neither the connection or the public access is the problem. Any idea about where to begin the research? Reach us at http://www.markhamdotnet.com than...
Design Doc for IBSPortal (3 replies)
ASPFriends.com 'aspngibuyspy' list
Is there a design doc for the portal (besides the online documentation)? I remember checking out an early draft of the Store...
Getting Started (5 replies)
ASPFriends.com 'aspngibuyspy' list
I have read many books on .net and studied the IBuySpy portal application. My question is: Where does one start when building an application based on the portal application? Also, would you use vs.net beta or a text editor? Thanks, Jon
Please Help Me with Portal Database (2 replies)
ASPFriends.com 'aspngibuyspy' list
I can't install the Portal Database onto my remote SQL server. I was wondering if someone would backup their portal database into a .dat file and email it to me so that I can restore it and study it. Thanks! Jon
Where do I Begin (PORTAL) (2 replies)
ASPFriends.com 'aspngibuyspy' list
Can someone who has experience with the IBuySpy Portal application give me a suggestion as to where one begins to create such an application? (1) Do you use VS.Net or a text editor? (2) What directory structure needs to be created? (3) Can the SQL module definitions be created in vsnet/text editor or in SQL Enterprise Manager? (4) What layer do you begin with? Thanks, Jon | ASP.net DOCS http://www...
Even more SQL Srvr frustration with IBuySpy (5 replies)
ASPFriends.com 'aspngibuyspy' list
All: I too am having trouble installing the SQL Server database for the portal (and the storefront, for that matter). I keep getting a message that the username and password are incorrect, even though the user is just 'sa' and the password is blank. I can access my server with that from anywhere else. I have tried editing the checkdb.vbs script and the installdb.bat file, all to no avail. Does any...
web farm (3 replies)
ASPFriends.com 'aspngibuyspy' list
Is converting the IBuySpy portal to a server web farm as simple as changing the web.config file? Or will it be able to maintain state with 'forms' authentication already? Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/
3 roles on ibuyspy portal (6 replies)
ASPFriends.com 'aspngibuyspy' list
hi, this is i wanna do: i want to pattern my web app to ibuyspy portal but instead of using 2 roles(all users, admins), i want to have 3 roles(all users, job seekers, employers) 1. "All Users" role will only see a "Home" and "About" tabs 2. "Jobseekers" role will have to see "Home", "Job seeker info", "Work experiences", "Education" and the "About" tabs. 3. "Employers" role have to see "Home", "Se...
ASPNetPortal.Global is not a valid type (9 replies)
ASPFriends.com 'aspngibuyspy' list
I have copied a functioning portal from one server to another carefully making sure that I copied the application's dll to the bin folder on the target server (more than once because I think I'm going nuts.) I still get this: 'ASPNetPortal.Global' is not a valid type. Any ideas? Bob Chat with friends online, try MSN Messenger: http://messenger.msn.com
Adapting Portal for MSSQL 7 (2 replies, VIP)
ASPFriends.com 'aspngibuyspy' list
Q2FuIGFueW9uZSB0ZWxsIG1lIHdoYXQgd291bGQgYmUgaW52b2x2ZWQgaW4gYWRhcHRpbmcgdGhl IElCdXlTcHkgUG9ydGFsIHRvIHJ1biB3aXRoIE1TU1FMIDc/IEkgYXNrIGJlY2F1c2Ugb2YgZGlm ZmljdWx0aWVzIGZpbmRpbmcgZ29vZCB3ZWItaG9zdGluZyBkZWFscyB3aXRoIFNRTCBTZXJ2ZXIg MjAwMCBhdCB0aGlzIHRpbWUuDQoNCg0KDQoNCg
Code Behind for IBS? (4 replies, VIP)
ASPFriends.com 'aspngibuyspy' list
I am having difficulties with creating a control using code behind for IBS. In custom controls you have to inherit via: 'Inherits 3D"ASPNetPortal.PortalModuleControl"' how would I achieve this in the code behind? I can only inherit 1 object and that must be the control, correct? I could not find anything on this topic in the docs or on the web. Any help is appreciated.
HttpContext and PortalSettings (5 replies)
ASPFriends.com 'aspngibuyspy' list
Hello, I am working my way through the Portal Site, trying to learn how it operates. One (or I should say my first) question I have is regarding the Portal Settings. Within the DesktopDefault.aspx file, the following line exists: Dim portalSettings As PortalSettings CType(HttpContext.Current.Items("PortalSettings"), PortalSettings) My question is what does the HttpContext do? The MSDN help is fair...
FAQs Module (5 replies)
ASPFriends.com 'aspngibuyspy' list
Two questions regarding the FAQ's module from GotDotNet: 1. Has anyone been able to get this to work (easily) in the C# version of the portal? I got it to work, but it was a bit of a kluge: a. Create a new project in the solution as an empty VB web project ("VBComponents") b. Put the component file in that project (FAQsDB.vb) c. Add a reference in VBComponents project to the "main" project d. Comp...
Any suggestion ? (5 replies)
ASPFriends.com 'aspngibuyspy' list
I repost it as I have not any answer from you. Probably it is very easy to solve it ... But I am not yet very expert on asp.NET ... Sorry : ( Is there any suggestion to solve this problem? Thanks in advance, Federico **************** Server Error in '/PortalVSVB' Application. 20 Compilation Error 20 Description: An error occurred during the compilation of a resource required to service this reques...
Ad


Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification