My company is finally making the move to program in ASP.NET for our web application stuff. We need to purchase a suite of components. Can anyne recommend a very good component library. We are looking for things like GRID, CHARTS, VALIDATION TOOLS, etc.
Does anyone know of an ASP-based search engine that uses a crawler/spider? Preferably, I'd like one that uses markup tags so that I can, for example, exclude blocks of text from being indexed, such as the header or navigation borders.
i have developed a library in vb6 to import an excel file ftom client to a sql 2000 table on the server.This object must run at server. How can i create this object on a web asp page? Does it run if the oject use Excel library but on the server Excel is not installed?
i am not sure that this subject can be discussed here. i have many photos. they are stored according to the name of the EVENT and YEAR. i will set up a database (sql or access) to store information of the photo and set up a folder to store the "PHOTOs". and design a web page to show.
My question is how to put the photo on the web page:
i prefer the simplest and effortless method. Once the user takes the photos (5m pixel photo) and upload them and input the event name & year. then it is finished.
any tools can be used? which programming language is most suitable. i noted many web sites have this feature but i don't know how many effort at the back end?
I seem to have a very good library for PHP, XML, Cold Fusion, Flash, JavaScript, and Java..but Im wanting to begin building some helpful references for ASP.net. I got one book called "Designing ASP.net Applications" from Microsoft, but it, sadly, wasnt very good for someone like me thats starting out.
Can we use this thread to possibly suggest good books on ASP.net, VB.net, C#, etc that have helped you, and perhaps others can benefit from it, as well as me?
We've had a recurring problem where all of a sudden we get a DBMSSOCN General Network Error on any page that connects to SQL Server. Then we have to reboot the server and everything works fine again, for a few more hours and then we have the same problem. Someone suggested adding ";Network Library=DBMSSOCN" to our connection strings. I've tried to figure out exactly what this does and why not having it would be a problem.
I found a posting for below error in the forum but could not found any solutions.
I am also facing the same error, though most of my ASP pages are working fine I get this error on a page where in I am trying to create an excel file out of the resultset fetched on the page. Page has a button, on click of which i get this error:
<LI>Error Type: Server object, ASP 0177 (0x80029C4A) Error loading type library/DLL.
/ami/includes/lib_offload_to_Excel.asp, line 86Has it something to do with the permissions of the logged in user?
conaito VoIP ActiveX library for developers of VoIP audio applications, such as voice chat, conference, VoIP, providing real-time low latency multi-client audio streaming over UDP/IP networks. Includes efficient components for sound recording, playback, encoding, decoding, mixing, resampling, reading, and writing wave files, mixer volume controls access.
Provides UDP/IP server and client components for peer-to-peer, multi-user, and broadcast audio communications. Really easy to use! Working with Firewall and NAT! conaito VoIP SDK is the best way to add voice conference and text conference into your application and web pages. conaito VoIP SDK includes voip activex, voip ocx, voip com, voip dll, voip lib and voip cab, so you can use the one you like the most.
I want to call ASP object from VB component. When my component is ActiveX dll I can get the request object and read the form controls without any issue. But when my component is ActiveX exe the same code doestnt work Does Activex EXE support accessing of ASP object model.
I was wondering if you guys know if there is a good component for sending fax? the server has a fax-modem and i would like it to "call" an other fax and send data. is that possible?
I don't know to much about asp in general, I'm an ASP.net developer, but my boss wants me to find out the following:
Is it possible to use a COM component from ASP. We have a COM component that allows us to interact with our bank for e-commerce style functionality. Our current site uses ASP and we know need to integrate this COM component in order to let us to some fancier stuff, such as on the fly fraud checking for credit cards.
Can someone advise me if ASP can use COM components and what is involved? Does anyone know of any good resources such as a tutorial?
I build a (vb) component for use within in an ASP. When I put the component in Component Services on the server it will not work if there is no one logged in to the machine. How do I remedy this?
I have downloaded thia DLL that you register then can use the asp object coded into it. can someone give me more information on these component DLL's ?
We have been having problem with our file upload component. It seems that at times the file upload process hangs, and the users get a timeout error. Although the users upload 1 or 2 image files at a time.
I have altered the upload size limit property in the IIS 6 metabase properties, so I don't think that is the case. Because most of the time it works okay, but at other times it hangs....
I have created an asp page that pulls data from SQL server and displays on webpage in the form of Table and Chart.
I use OWC to generate Chart. It work find on my computer with Ms office 2000 installed, but when I upload my the page to my webserver, it doesn't work with the following error message:
006~ASP 0177~Server.CreateObject Failed~Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
Does anyone know how to solve this problem?
P.S. On the production server, Office Web Component had already been installed. WSCript.CreateObject("OWC.Chart") works fine in my colleage's vbscript file.
I am using a free upload component for uploading a file to a database . It is accepting only .txt files. I wanted to upload word documents. Also How can I upload a .doc file to Access database. I don't want to buy upload component.
I created a ActiveX DLL component to create a Excel file under my home directory through VB6.0. Then I registered it through "regsvr32" command and a messagebox came out to say that the register was successful. But when I tried to run it in my ASP page under IIS ver5.01 and win XP Pro, it gave me this error:
Error Type: Server object, ASP 0177 (0x800401F3) Invalid class string /tg.asp, line 2
Here is my full code: <% set myExcel=server.createobject("test.test1") myExcel.CreateExcel set myExcel=nothing %>
I am looking for an unzipping component. I have a series of files that are available zipped at a considerable decrease in size. And before ASPINET fails on a script timeout, I'd rather download the zip file and unzip it when it arrives.
Is there any good and reliable Upload Component for ASP (or ASP.NET)? I need one which provides an upload status bar.As well, it must be able to handle more than 4 gigabytes of data transfer.Internet connections can be unreliable at times. This component needs to be able to resume broken uploads.