In the my Microsoft SQL Database I have text fields limited to say 340 characters. In the actual ASP page is there anyway of limiting the inputted character amount to that number. I know you can do this using maxlength for normal text fields, but this does not work for textarea, is there any ASP code maybe that will do this, or maybe a standard tag, any help would be great.
Also if anyone knows where I can get some basic starter tutorials for Visual Studio, I would be very chuffed, as I have it as part of my development in work, and really want to learn it in my own time, but am starting from basically just opening up the package, but I will be aiming towards .Net usage on the web, so any tips, hints please post.
Im trying to setup a master mode to an IIS 6.0 2003 server using Interdev 6.0.
I am getting the following error
' Cant locate web server ' I can ping the name and IP address.
Frontpage extensions 2002 is installed on IIS 2003 and all extensions enables. Visual Interdev requirements is Frontpage 98 OR 2000 extensions, is this the reason it is failing.
I cannot connect from my PC to our web server via Visual Interdev (v6). My colleagues can using the same login information. I can even do it from my laptop a few feet away.It just won't work suddently from my desktop machine.I can't seem to figure out what is going on here.Any thoughts on how I can find where the problem lies?
i am tryign to configure Interdev for ASP but when it asks for "Whihc server do u want to use" i am giving IIS...its giving an error:
Unable to contact web server http:IIS
i tried with master mode and local mode .... i also tried to see whats written in my management console (INternet Information Services).... i tried varied ooptions like IIS .
I have MS VS .net 2003 and MS VS 6 installed in my machine. When I try to debug the project (an .asp page) it shows me a windows which reads "ENter the name ans password of a Windows NT account with permission to enable ASP debugging on the target machine." I am running XP Professional, IIS 5.1 and MS VS 6.
I will be more than happy to give more information. Machine Debug Manager has the Log On option set to "Local System Account with 'Allow service to interact with desktop' selected".
I give up. How do I add a bookmark to an ASP page in VID? I found the commands to move to and from bookmarks and to toggle bookmarks on and off, but how do I set them?
i want to debug asp project, but its not happening. it displays message
"Unable To set Server into Correct debugging state automatically. you may not be able to debug ASP Pages. do u want to continue launching the debugger.? "
Any Reason, why is it. i know about the option in iis server App Debugging i have Enabled that still it is not allowing me to Debug, and iam also logging as an Administrator.
Ok, can someone tell me what the correct protocol/syntax is for designating a server when creating a new visual interdev project? I have some sites running on a Win2000 server and I have another server (Win2003) that I want to create a project on. Both servers are on the same network.
Nothing I designate the server as is accepted-its like interdev does not know the other server exists. All it accepts is www.mymainsite.com. I have tried the network name of the computer (h51s-srvr2) and just about anything else I can think of.
I was wondering if there was anyone out there who has worked with Tabstrip controls in ASP. I am trying to add a tabstrip on a page and put some controls on it and loop through some recordsets from a database. I basicaly need help on the syntax, adding tabs, etc.
does a version of visual interdev come with frontpage? also has anyone used visual interdev, how cool, easy is it? Is it worth the $1,000? or only for large compaines.
I have Visual Studio 6.0 (Interdev only) installed on Windows XP Professional (IIS 5.1 platform). I have also installed Visual Studio 2005.
I want to debug ASP applications on IIS. Because debugging under non-administrative account doesn't work, I assigned my domain account into Administrators local group. I installed Inderdev Server and Remote machine debugging from Visual Studio 6 CD#2. I set appropriate user rights to Catalog Class and Machine Debug Manager components like in Q192011. I also applied changes described in Q312880.
I am trying to debug/compile .asp files in visual studio 6.0 and apparently to me the configuration is a big nightmare.Can someone help me on how to setup visual studio to debug asp files.
I'm used to editors like ConTEXT, which have line-numbers on the left and open files tabs on top, so you can locate yourself quicker. Is there a way or are there any components / plug-ins that will allow VI6 to do this?
I have windows XP professional, IIS5.0, .net 2.0, .net 1.1 and visual interdev installed on same machine. When i try to create a web project using "web project wizard" I don't see the virtual directory that i have created for the project.
Interestingly when i click on asp .net tab of properties windows of that project clicked by selecting properties selecting the virtual directory in IIS, i see the asp .net version set to 2.0. I am suspecting that may be its ASP .net 2.0 version thats causing the virtual directory not to list in "web project wizard".
How do you create a project in Visual Inter Dev that is part of a web site other than the default web site. We create the site in IIS but Visual Inter Dev does see the new site. In the end I want my Url to be something like http://131.1.1.1/default.asp. We have not been able to get Visual Inter Dev to let us create such a site.
When searching through code in Vis. Interdev 6, when in the Find dialog, it listed the results in the results pane below. The cursor didn't change position to the next found item until you clicked on a line in the results.
This is actually a nice feature that I haven't seen before - all the matches show up at once in a list, with a column containing the text for the line the string was found in, so you can quickly see the context of the match.
Anyway, the first couple times I used CTRL-F, I saw a results pane. Then I must have changed something without realizing, because now when you search, no results appear in the results pane, but the cursor moves in the editor window. This is the behavior I am used to with Vis Studio 6, but I would prefer to turn the results pane back on.
What I want to be able to do is create a user control that will display an entire page page within it. Does anyone know how to do this or better yet have any same code?
I have an ActiveX control in my ASP page that has not been signed yet, so currently just for testing I set the Security for Intranet to "Low". When I run the ASP page on my machine (the IIS is in my machine), I have no problem, except the page prompted me with "An ActiveX control on this page might be unsafe to interact with other parts of the page. Do you want to allow this interaction?"
But, when I run the ASP page on another machine (even though the other machine is also a development machine that already has the ActiveX control and I set the Security for Intranet to "Low"), it did not prompt me the above message, and I got an error when accesing any method of the AX control (e.g Object doesn't support this property or method 'myAXControl.method').
Is this because I have to create a CAB file and mark the AX control as safe for scripting ?To create a CAB file for this AX control, do I need to create my own VB AX Control project that contains this control and then create a cab file for this VB project ?
I've built a simple/beginner's program and I'm trying to run it and receive the following error:
Error while trying to run project: Unable to start debugging on the web server. Debugging failed because integrated Windows authentication is not enabled.
need to enter many entries at a time related to my production. Like operatorID,operationNO,qty,nohours bla bla I already designed page. But its used to enter one record at a time. I want to allow user to enter all operators details for a specific date at a time. I tried using ADO Connection and ADO recordset. When set the properties, its displaying error. Its not connecting to database. How can i use this? or is there any tool having this feature for free? I am using access database. I want to use this in my LAN only.
i have this event sign-up program that displays events from access databases and allows a user to click on a sign-up button to sign up for these events. currently when viewing an individual summary, the users see a listing of events they've signed up for, but it's been suggested to create a grid schedule for a better visual.
these events cover a 9 day period (Friday through Saturday) and i was wondering if there's a relatively easy way to create a grid schedule for the users?
I need to display data from a sql server 2000 db on an asp web page and I need a vertical split. Does anyone have any solutions? I really can't afford to spend much/any money so freeware/shareware or coding suggestions is what I am interested in.