ASPFriends.com 'aspngibuyspy' list Archive - October 2001
Messages
Page: 12
Applet in IBuySpy (6 replies, VIP)
ASPFriends.com 'aspngibuyspy' list
Hi, has somebody a module that incorporates a java applet? I tried it and I cannot make it work. Any thoughts appreciated. Vlado
Regular Expressions (2 replies)
ASPFriends.com 'aspngibuyspy' list
Hi I am doing some modifications on the user handling part of the store. I need to verify when adding a user that the username is between 6 and 8 bytes long and contains only letters or numbers. Does anybody know of a regular expression I could use with the built in field vaildator object to achieve this ? Thanks Mark Nash
Issue with PortalVSVB install... (5 replies)
ASPFriends.com 'aspngibuyspy' list
When I try to install from the web interface I get a runtime error: Line 6: Error: Object doesn't support this property or method:'window.parent.installDB' I have the SQL2000 dbase set up with sa (blank password) in mixed mode. Any thoughts are appreciated.
Component Services (2 replies, VIP)
ASPFriends.com 'aspngibuyspy' list
Is there any intent to put the components (like productsDB.vb) under an MTS model. Besides the transaction semantics, what else would need to be done to run them (efficiently) under Component Services? Sincerely, Dave Harney, daveharney@wi.rr.com
New Modules (3 replies)
ASPFriends.com 'aspngibuyspy' list
Does anyone have a New Module Enhancement available for Visual Studio .NET / Visual Basic. I would like an example to follow for my first implementation under Beta 2. I did make the implementation of the Hit counter in C# under beta 1 but I would like to do the same under Beta 2 with Visual Studio Project and Visual Basic code. I will try to convert the Hit counter into this new format but I know ...
Parent Window Settings (3 replies)
ASPFriends.com 'aspngibuyspy' list
In My Portal, On the DesktopDefault.aspx I want to Run the Portal with NO ADDRESS BAR and NO TOOLBAR....JUST the Browser Menu ..... How can i programactically turn OFF the Addres Bar and Tool Bar in the browser. Or can i launch the Portal win a Window that I define is Properties, so i can Say "Open a Window 1024 x 768 With no Toolbars or Address Bars.... NOTE: I know this questions may not belong ...
difficulties in installation - newbie (2 replies)
ASPFriends.com 'aspngibuyspy' list
This is a multi part message in MIME format. NextPart 000 0003 01C1511D.154F8940 Content Type: multipart/alternative; boundary " NextPart 001 0004 01C1511D.155D44E0" NextPart 001 0004 01C1511D.155D44E0 Content Type: text/plain; charset "iso 8859 1" Content Transfer Encoding: 8bit Hi everyone, I have had several attempts at installing both versions of the portal. Each time I get an error re the ver...
Off Topic - IE6 really bad... (3 replies)
ASPFriends.com 'aspngibuyspy' list
Has anyone else had a horrible time with IE6? I am running windows2000 server (always have) and when I upgraded to ie 6 beta on one box, really bad things happened with the windows explorer not refreshing properly and IE window load times... Now on a brand new box and build I have put the release version of IE6 on so I can use VS.net and now any time a new window spawns it takes upwards of 5 10 se...
Password Changes (2 replies, VIP)
ASPFriends.com 'aspngibuyspy' list
How does a user change there password in Ibuyspy Portal? Does any have a module for this or some code that I can see?
Document Module Problem (3 replies)
ASPFriends.com 'aspngibuyspy' list
I'm using the latest version of Portal. The Document module allows you to either upload the file to the Uploads directory, or store it in the Database. When I store it in the database and try to access it, I get the following error message: Can't find column FileName. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for mor...
Inherits= on HelloWorld Custom Control keeps reverting to default (2 replies, VIP)
ASPFriends.com 'aspngibuyspy' list
I am trying to follow the example for the Hello World Portal Module, but using the Visual Studio version of the C# Portal. When I create a new user control the Inherits line looks like the following %@ Control Language "c#" AutoEventWireup "false" Codebehind "HelloWorld.ascx.cs" Inherits "ASPNetPortal.DesktopModules.HelloWorld"% I then change the Inherits value as per the example as follows %@ Con...
Problems Preserving State Over Round Trips - .NET Bug? (3 replies)
ASPFriends.com 'aspngibuyspy' list
This is a new revision of yesterday's post. I've since chopped out a lot of code and made an interesting observation. Is this a Bug, or am I doing something wrong? The following code (Beta 2, C#, VS) runs as an edit page within IBS. For test/debug, I've removed (I hope) all references to databases and other external resources so the code is self contained. Like standard IBS edit pages, (static) Te...
Currently logged in user (6 replies)
ASPFriends.com 'aspngibuyspy' list
Could anyone tell me how to get the currently logged in user(s) in IBuySpy Beta2 C#? Is the currently logged in user held in a special variable? Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
online content creation question. (13 replies)
ASPFriends.com 'aspngibuyspy' list
Hi People, I'm looking at allowing authenticated users (not just admin) build pages with IBuySpy, thus making it not just a portal, but a whole site management and content creation tool. I realise this requires a lot of work. My original idea was to have it save the page data in an XML document, then apply a transformation on that data to produce HTML. Then capture the HTML, and save a static page...
another instance of IBUYSPY Portal (6 replies)
ASPFriends.com 'aspngibuyspy' list
Hi I am trying to set up more instances of the portal within one application and one database. There is the existing one called CDefault, which works. I tried to create another default1.aspx with default1.aspx.vb , where I changed the class name to ATUPortal. I am getting this error message: Parser Error Description: An error occurred during the parsing of a resource required to service this reque...
Help with Page.LoadControl passing property values. (2 replies)
ASPFriends.com 'aspngibuyspy' list
I'm trying to work with the Page.LoadControl method without using a baseclass as in the portal implementation. I have sucessfully created an object of type 'control', loaded a control into it, and addressed some of the properties. However, what I am really interested in doing is passing property values form the host page to the control in the simplist, most direct way. What property or method of t...
Fix: ViewDocument NOT Secure, Must Have Added Indvidual Module Security Fix (2 replies, VIP)
ASPFriends.com 'aspngibuyspy' list
ATTN: Steve Smith I have Made the Mod to My Site that Put "View Roles" On Each Module on a Tab. This Works Great, But using The Documents Modules as is, a person can download a file from a Documents Modules the Has Roles Restricted (Other than ALL Users). This is BIG LEAK if your are trying to Secure One of your Download Modules If a Users just enter the URL for the Document Download (www.portal.c...
VSVB Debug Mode For IBS (3 replies)
ASPFriends.com 'aspngibuyspy' list
I must be doing something wrong...or maybe missing a step or two? In Config.web I set compilation debug&#"t;rue" / I am trying to walk thru the IBS code and set breakpoints. Do I need to do something else? The portal runs as if no breakpoints were set. (and they are set in VS.) Even when Shft refresh) Thx in advance... Scott
SQLClient connection never closes! ADO.net bug? (3 replies)
ASPFriends.com 'aspngibuyspy' list
I use the same connection string throughout my code from the web.config file appsettings add key&#"c;onnectionString" value&#"s;erver&#c1;;uid&#ak;;pwd&#ak;1231232141237;database&#po;rtal" / I readily close connections, whenever open, throughout the Configuration.cs code provided by Ibuyspy. Here is the problem. When the ASP.net system closes the connection (i know it thinks it is closed because i...
Use ASP .NET Server Control (Tab and Multipage) (9 replies)
ASPFriends.com 'aspngibuyspy' list
Hello, Anyone has change the IBS tab style? Or is there anyway to customize the tab look in the IBS? I was thinking using the Tab and Multipage but is this a good choice? I think it will break the IBS architecture. Any pointer would be much appreciated
Question about classic data access and modules and the portal? (10 replies, VIP)
ASPFriends.com 'aspngibuyspy' list
Would it be possible to use our existing data access (classic asp,ado) somehow within modules on this portal? 20 20 Most of our code is already set up as includes that sit inside html only pages, and it would be nice if there was a way for us to use this code as modules somehow. 20 Any thoughts on this? It is a huge amount of code and would be quite a task to rewrite it all (right away that is).
ADO.net bug with ibuyspy? (3 replies)
ASPFriends.com 'aspngibuyspy' list
I'm using sql 7 with the Ibuyspy portal. Database Connections are never released from SQL server unless I re save web.config or recompile the C# source. myConnection.close is being used in the proper way and the connection string has nothing special in it. Has anyone experienced this problem? My connection pool fills up and cause the app to crash. Any Ideas? Aaron Do You Yahoo!? Make a great conne...
GAve up on classic asp as a module... :(... but.. (3 replies)
ASPFriends.com 'aspngibuyspy' list
Hehe, but am trying hard to make a module work to create a simple datagrid. 20 I have created a simple datagrid aspx to access our database (that works as an aspx) but when I create the control and add it as a module, the title shows up (and the 'My data grid') but the data does not come thru. I actually copied the htmlmodule for a reference and left the 'Inherits 3D"ASPNetPortal.HtmlModule"' in t...
Search Page for ASP.NET (3 replies)
ASPFriends.com 'aspngibuyspy' list
Does anybody know of a Module to add Search capabilties to the 'PORTAL' (ibuyspy)! OR....Can somebody point me in the Right Direction for the Docs on what it takes to do a "Search Page" for a Site made with ASP.NET (C#)!
Final Version of IBS (2 replies)
ASPFriends.com 'aspngibuyspy' list
I saw in a newsletter that Visual Studio .NET would be released in Feb 2002. Since the dotNet Framework is being distributed with either VS.NET or the .NET Servers ("early 2002"), then we could expect that IBS will soon nolonger be a Beta system. Will the News example go through any Betas, or will it just appear when the product is released? Get your FREE download of MSN Explorer at http://explore...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com