| Manager (4 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Hi, Has anyone created a manager area for the ibuyspy store. In order for the business users to add, delete prods and cats and also to view shopping carts and reports. Something like Site Server 3 Commerce Edition. |
|
| 3-tier or 2-tier? (5 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Hi, People from IBS are saying that the portal is 3 tier, but what are the tiers? Presentation Layer (PL) aspx, css, ascx files Business Logic Layer (BLL) cs files Data Access Layer (DAL) ... also the cs files? Are the BLL and DAL in this case the same? Thanks, Boah |
|
| Document Upload module (2 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Hi, I was wondering if anybody had managed to adapt the Document upload module so that only files of a certain type and size could be uploaded. Thanks Philip DISCLAIMER: The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorised. If you are not the intended recipient, any disclosure, ... |
|
| Problems Debugging the IBuySpy Store in VS.NET (3 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| PEZPTlQgZmFjZT0iRGVmYXVsdCBTYW5zIFNlcmlmLCBWZXJkYW5hLCBBcmlhbCwgSGVsdmV0aWNh LCBzYW5zLXNlcmlmIiBzaXplPTI PGRpdj5IZWxsbyw8QlI PEJSPkkgaGF2ZW4ndCBiZWVuIGFi bGUgdG8gZGVidWcgdGhlIElCdXlTcHkgc3RvcmUgc2FtcGxlIGluIFZTLk5FVC48QlI PEJSPkkg Z2V0IGEgbWVzc2FnZSBzYXlpbmcgdGhhdCB0aGUgV2ViLkNvbmZpZyBmaWxlIGlzIG5vdCBwcm9w ZXJseTxCUj48QlI Y29uZmlndXJlZC4uLjxCUj48QlI VGhpcyBpcyBwcm9iYWJseSBhICJSVEZN Ii1wcm9ibGVtLCB... |
|
| IBS Tabs (3 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| The IBS Tabs use a DataList WebControl...something like this.. asp:datalist.... itemtemplate a href:... %# CType(Container.DataItem, TabStripDetails).TabName % /a /itemtemplate /asp:datalist I want to change the value of %# CType(Container.DataItem, TabStripDetails).TabName % I am trying to for example tabname "HOME" Use my resource file and CultureInfo to grab the correct Text to show on this tab... |
|
| License, distribution corporate web site (2 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Besides the license for 2000 Server and SQL 2000 are there any restrictions to using the IBuySpy portal for a corporate web site with public access? David |
|
| how to access admin functions (2 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Can anyone tell me how to bring up the admin pages for ibuyspy? No 'admin' tab ever appears as described in the documentation. Thanks, Jill Blackmer |
|
| search in Ibuyspy portal - please help (2 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| How do I implement search feature in Ibuyspy portal using Index server. I should be able to search for words/ phrases based on different query string/ culture. Is this possible ? Regards Ethan |
|
| installation package setup ala ibuyspy (3 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| hi guys, how can i make an installation package setup ala ibuyspy. all with database stuff i.e. adding the database; adding tables; inseting data into tables; adding stored procedures and all that stuff. i hope u guys can help me on this one! TIA, Ronnel A. Santiago www.edsamail.com |
|
| components directory (4 replies, VIP) |
| ASPFriends.com 'aspngibuyspy' list |
| Could someone explain how the components directory makes the classes in the vb files available? Are all vb files compiled and their classes available to import? |
|
| Image Control (3 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Was just curious if anyone has made or knows where i could find an image control module that will do something similar to the following link.? I really need an asp version of this that will work IN IBS. http://bmc.gameswares.net/us/index.php?cat maps&id 7 Any help would be appreciated you can contact me via email at admin@erltech.com Thanks Eric Baptist ERL Technologies Owner |
|
| html editor (12 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| For those of you interested in an html editor you may find an article in MSDN of interest. We used it to allow layman to edit the html module. 20 I'll post the update somewhere shortly. http://msdn.microsoft.com/library/default.asp?url 3D/workshop/author/edi ting/t utorials/html editor.asp *********************************************************************** Curt Gutierrez Software Engineer Eaga... |
|
| Store Admin (3 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Hi Am i blinded or is there no Admin for the Store ? cheers |
|
| Application Path (3 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Where do I set the application path in the IBuySpy Portal? |
|
| How to manage write permission. (3 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Hi I am using IbuyPortal frame work in my application, my application Require uploading of files through browser. Now I will require to give write permission to folder in which my user will upload files, But when I give write permission to directory on my server it can beef up my server security. Is there any other method by which I can programmatically logon( with username that has write permissi... |
|
| Admin function for store (6 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Have anybody written admin function for store portal? Anand |
|
| handling events in cached Portal modules (2 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Hello, I have big trouble. While I "hack" IBuySpy Portal, I made new button on portalmoduletitle, which sets cookie (for show/hide module by user). It works fine on noncached modules, but it fails on chached ones. I tried to find answer in code of base IbuySpy module control, but there is nothing wrong I think... Adam |
|
| NullReferenceException when inspecting ticket (3 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Sometimes, i get the error shown below when surfing to my IBuySpy based portal. It seems like the ticket variable is set to null. It should have been initialized in the line just preceding the ones mentioned in the error: FormsAuthenticationTicket ticket FormsAuthentication.Decrypt(Context.Request.Cookies["portalroles"].Value); Does anyone else recognize this problem? Have a solution? Can FormsAut... |
|
| Sub-Tabs or ways to present lots and lots of modules? (6 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| The IBuyspy model works great until you have a ton of modules to display. How have you guys dealt with this? I wish someone would come up with a clean way of doing sub tabs or the likes. I'd do it myself, but I'm a novice programmer and am just impressed that I am getting a decent handle on how this all works softwire architect, I'm not! Thanks, David King |
|
| Set up 2 Portals in one computer (3 replies, VIP) |
| ASPFriends.com 'aspngibuyspy' list |
| Hi Do anyone know how to set up 2 Portals in one computer as I need one for development and other for studying... Any advice is appreciated Regards Joe |
|
| IbuyPortal run on Access DB (4 replies, VIP) |
| ASPFriends.com 'aspngibuyspy' list |
| This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. NextPartTM 000 cc37384e 4c78 11d6 b3ef 00902751af9e Content Type: multipart/alternative; boundary " NextPart 001 01C1E160.AE7791CA" NextPart 001 01C1E160.AE7791CA Content Type: text/plain; charset "iso 8859 1" Friends, What can i do to run this Portal in one Acces... |
|
| Panels and Current Context (4 replies, VIP) |
| ASPFriends.com 'aspngibuyspy' list |
| This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. NextPartTM 000 cc3739bd 4c78 11d6 b3ef 00902751af9e Content Type: multipart/alternative; boundary " NextPart 001 01C1E169.0D1CE93E" NextPart 001 01C1E169.0D1CE93E Content Type: text/plain; charset "iso 8859 1" Friends, I think this are basic questions, but can any... |
|
| http://Localhost/Portal vs http://Portal (6 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Dear All, I am trying to create a portal to test on Win2k Server. Instead of running the the portal as a virtual dir under localhost, I am trying to run it directly as a site. But when i try to click on the tabs I am getting http://desktopdefault.aspx/?tabindex 1&tabid 2 instead of http://newportal/desktopdefault.aspx/?tabindex 1&tabid 2 How do I change this. There was a thread on this list, which... |
|
| ** Login failed for user 'COMPUTER\ASPNET'. ** (3 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Hi, I am having troubel running PortalVB and Store VB. I tried all the possible setting both at Virtual Directory level and in SQLServer2000 setting (including local domain localserver/ASPNET) and stuff.. but i am still having trouble.. the Error i get is.. " Login failed for user 'COMPUTER\ASPNET'. Description: An unhandled exception occurred during the  execution of the current web request.... |
|
| Installing Problem..... (3 replies) |
| ASPFriends.com 'aspngibuyspy' list |
| Hi, I'm having a problem with installing IbuyPrtal. In a final step of installation when I click on Proceed to configuration, A popup open (attached) and saying I'm missing some components I'm running... Windows XP Pro SQL Server 2000 (MSDE) under VSdotNET instance IIS 5.1 Visual Studio .NET Enterprise Architect Please help me... Thanks begin 666 Error.JPG M ]C X 02D9)1@ ! @( # @ 04 $(% Y W1E;7,@1... |
|