Recent update: 2008-3-7
How to save a file to DB in aspx?
I am looking for authors for a project-oriented, intermediate to advancedASP+ programmers book. Please contact me for guidelines if you are interested.The books are 500-700 pages and I'm looking to have them written by April2001.thanks for your consideration!Jody KennenAcquisitons EditorPrima t...
Can i poted my asp + web site app. to any sever like which are hosted on apache web server
ASP+ scalabel The main drawback of asp is asp is not scalable
I created a website on a Win2K server machine running the NGWS Framework.The site has front page extensions installed on it and I developed on itusing Visual Interdev. My asp+ pages worked just fine. However the nextmorning I tried to access the pages and I can't seem to authenticate, evenas...
tre
Hi, Is there any method to detect window version or window system path using the script language (VBScript, JavaScript or JScript)? Thanks, Ling
Just starting to poke at ASPX for the first time, and already I am tired of Notepad...does anyone know of a tool/editor that would be a reasonable alternative? Maybe a third party has gotten something out? KJ
109 byte By
Josh at 2008-2-25
Hello Everyone: Can java script disable the printscreen button on the keyboard? thanks Josh
I am looking at the IBuySpy example. I can see that the IBuySpyDB.vb classhas a Property calledConnectionString that is declared as Shared ReadOnly.How does .NET know to link the 2 between the ProductsDB.vb and IBuySpyDB.vb?Moreover, I know how to get a property value that is defined in a different...
Hi!I'm having some problems cathing up with all this new stuff...Has anyone tried the C# language?Is the similar to VB?Would it be hard to learn for a VB programmer?Has anyone tried ASP+ ?What new features in it compared to ASP?Does it support more languages then just the script languages?Is th...
Hi,this is the situation:Before a customers E-Mail address can be stored in a database it has to beverified that this address is 100% available. Otherwise it will produce alot of costs.No problem so far. Contact the specific mailserver and ask if the address isknown.That's easy to implement wit...
Any good resources(example with docs) on building a MyWeb app? I want to build an app similiar to the FMReports that can run on a laptop then synchronize with the net version once connected, but there is no documentation with it.
Khaimun: This newsgroup is for discussion of ASP+, the forthcoming version of ASP for the .NET platform. I have moved your question to the web.asp newsgroup. Thanks! -- Phil Weber dev-archive Newsgroup Admin
HiBecause the .Net framework will become within 2 or 3 years a fairlyimportant platform, I wonder if it would be a great idea if some guys couldstart a web sites with the main objective to distribute .Net componentsunder a GPL license or equivalent. The .Net framework provides enoughfunctionality to...
How do I create a ASP+ Web Application in Visual Studio.NET ?In the name textbox I state: Project1In the location textbox I point to http://localhost/asptests (/asptests is avirtual directory, likeit should be according to the documentation)All it does is say:Error in creating project: Unable to cre...
803 byte By
Robin at 2008-2-18
Hello,I'm having a problem accessing another web server to hyperlink to a 'pdf'file. The problem is that we have 'pdf' files to link to that are not onthe current web server. For anyone on this side of the firewall it is nota problem to access these files and display them....
"Option Explicit" does not work as the first statement in aspx (as it did inasp). "Option strict off" is automatically added as the first statement whena aspx page is processed before compilation.I'm stumped ? Thanks for any helpAndre Rademan, Cape Town, South Africa...
I've now read a lot about ASP+ but where and how can I start testing/workingwith ASP+, any hints??Where can I download a beta, a trial, ...I am a subscriber to MSDN Universal so will I get it with one of the nextseries?Thanks a lot in advanceStefan WALTHER...
I keep reading how ASP+ can generate different web pages for different browsers. How does it do this? Does it require more network traffic? I'm thinking of things like Validators, where the engine does the work and not the programmer. -- Matthew Solnit
234 byte By
Jobs at 2008-2-15
How set Charset in ASP+? For example,we can use <%response.charset="gb2312"%> to set gb2312 charset,but in ASP+ I find this method not useful.Every Chinese words was showed "??",It's why? Thank u for u help!
Can anyone tell me how to run a stored procedure on a SQL Server DB that isperformaing an insert or an update? I have written my stored procedure(AddUpClient) and would like to pass it the parameter of (CompanyName) andeither a ClientID of 0 for an insert command or some corresponding ClientIDfor a...
Yes, thanks I did read it.It says that you can edit the Web Controls in an "code-behind window" whilestill looking in the "designer" window.So, I guess, can I code a Web Control in Notepad and still have VS.NET stillopen my aspx page in their designer windows and edit it just as if I Draggedand Drop...
I am hard coding in Notepad the DataGrids to make the tables in an ASPXfile.I know that VS.NET can make DataGrids using it's automated controls, butwhen I open my ASPX files that have hand coded DataGrids , will VS.NETaccept them and then convert them into there DataGrid controls?Thanks....
I came up with this really interesting trick today and thought it was wellworth sharing...Please use with caution and testing before you try this.. use at your ownrisk!If you use Visual InterDev and want your asp+ C# or VB code syntax colorcoded do this:1) right click on any .aspx or .cs file in yo...
Does anyone know if MS is going to munge the cookie-id generated by theconfig.web setting into the URL and/or QueryString IF the user browser hasall cookies turned off?I love what Cookie and Passport based authentication can do for us, butdon't we know that more and more users are going to be t...
Could anyone help me with an example of how to make a users previous selected value stored in a cookie the Default item for the drop down list. The drop down list is a databound control. I hope this makes sense. Thanks in advance for your help. Scott
607 byte By
Khera at 2008-1-22
Hi EveryoneI have a problem using the netscape broswer.I have form that asks for anaddress type and on the top it asks wheather it's USA or international usingradio buttons.So when I click on USAthe state object becomes a dropdown but when I click on the Internationalthen it becomes an free fo...
18 byte By
Satin at 2008-1-19
Hiding Text object
Does anyone know something about having two separated pages, for example:a page test.htm (the template, designed used any HTML editor)and a page test.aspx (the code for that page that replace the static parts)Im using something like that with a component, but I wanted to know if ASP+have something l...
I just attempted to move my code out of an aspx page to find that I couldn'tuse certain standard VB functions. for example 'InStr' at first I thoughtit was due to a namespace exclusion but InStr is a standard VB function nota class. I created an extremely short code example below t...
Can't seem to figure out how to execute a batch file from an asp+ script the Shell command works but seemingly only for gui based non-command line apps i.e. calc.exe or notepad.exe but not for cmd.exe Any clues?
I'm trying to allow my users to upload zip files using the htmlinputfileserver control and then unzip the uploaded file on the server side.Anyone know of any free or inexpensive objects that encapsulate unzipfunctionality? Currently I'm planning on executing a batch file on theserver to ru...
Is there anyway to add columns to a DataGrid that's already been bound?After binding my data, I'd like to add some columns with buttons forUpdating the record, instead of the standard hyperlink URL that the DataGridprovides.--Doug ThewsDirector of Software DevelopmentData Return...
Is there some way to view a list of the methods and properties of these objects? In particular I'm looking to use the htmlinputfile object, although I am constantly finding my self in situations where I need to know all the properties or methods of these new objects
Could someone point out a RegularExpressions tutorial / reference webpage? Thanks!
While playing around with some of the samples, I noticed that when bindingdatasets to the Data Grid, the examples show VB code embedded in thedefinition of the data grid. While I understand what's going on, my thoughtwas that this is not code & data separation like that being touted in thepres...
How large can config.web be before it slows the performance of IIS 5 and the server? I might have a config.web file that might be 2500 line long. I want to set a lot of application settings in there, database connections, variables, parameters, etc... Thanks.
Does anyone know how I can go about looping a datagrid inside of a datalist? What I am trying to do is basically group products by their producttype. So I want to bind my datalist to my product types table and print outthe product type name and then underneath it, print out all of the productsthat...
Hi..When using the Interdev MS SOM (Scripting Object Model) / ASP.. and runningunder IE everything works great.. When running Netscape and submitting apage.."QUERY.ASP" like for a query.. instead of navigating to the resultspage.. I receive "page not Found".. 'Navigation' fails under Netsc...
481 byte By
MikeF at 2008-1-9
I have to support NT4 machines running IIS4.My question: will it be possible to install ASP+ on these machines, withlittle fuss (a few dlls, just like a regular app install) ?OR is it a big deal, like ASP+ runs on only Win2000, or IIS5, or some otherbig shakeup is needed.My point is that I can proba...
Can you still do Queued Components using ASP+ If so, how would you do it using ASP+ as opposed to having to setup the QC Events and Subscribers in Win2K? Thanks cs
156 byte By
Marc at 2008-1-8
I've heard that ASP+ has some built in features to work with files uploaded to a server as multipart/form-data. Anybody have any specifics on this?
337 byte By
Jerome at 2008-1-8
Hi,I need to create a page where I list the directories and files from a WebDavserver.In ASP I'm using ADO and the Record object, but the Record onject doesn'texists in ASP+.How can do this ?Maybe with the WebRequest object ? but how ?Thanks for your help.Jerome...
Andrew: Since your question didn't seem to be about ASP+, I have moved it to the web.asp newsgroup. Thanks! -- Phil Weber dev-archive Newsgroup Admin
Hi,I use an ActiveX Control to generate a chart picture.How can I use this ActiveX Control in ASP+ and C# ?I din't found any examples to learn from, so maybe you can help me. ;)The code below runs fine under ASP 3.0.Thanks a lot,Andr Borchert--<% @ Language = VBScript %><html><he...
The new Web Forms are kudos, yeah, but why not just give usserver-side DOM?Have the ASP engine parse the HTML, and let us use the IE5 DOMon the server to slap the page around all we want. Or, ifpreferred, no HTML at all, and we build the document fromscratch using document.createElement(). Or comb...
Could anyone give me an example of how to bind a drop down list to a datastore? Here is what i am trying to do.pass in a value for a clientIDread that client id and prefill form data from my databasethat about does it. I have all of the textboxes working perfectly, but I donot even know which memb...
Does anyone have and example of how to set upthe SQL Session Service, the config.web file, andASP+ in order to let SQL handle the sessions?I set up a Win2000 server, installed the pre-betasoftware, and IE5.5. I cannot find the SQL sessionservice anywhere...should it be there?I searched through the...
I cannot get Visual Interdev to display *.aspx or *.asax files. Does anyone know of any fixes for this, or, any other development tools to use for ASP+ besides notepad? Any help is greatly appreciated!! Thanks! M.Gibson mgibson@usbid.com