| Thread | Last Post | Replies |
|
| Calendar Componant in VB.Net for code behind | 30 Jul 2004 15:36 GMT | 1 |
Where do I find Doc's on Calendars functionality or sample code, I need to read SQL Server to find dates of month where events are planned then Bold those day on Calendar and put detail on panel on right of page.
|
| Attaching a File Using Forms and ASPMail | 24 Jul 2004 15:17 GMT | 1 |
i'm trying to email file attachments using aspmail, can someone refer me to some documentation on how to do this? i've looked around and all i can find is how to send attachments that are located on the server. i need it so if a user goes to our site, they can send us a photo and
|
| printing from asp | 23 Jul 2004 01:25 GMT | 1 |
I have a component that prints. I've tested it in VB and it works fine. I had problems printing from an asp page until I learned to make certain registry settings detailed here: http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com ...
|
| HELP! Logon dll won't work in ASP on the webserver. | 22 Jul 2004 23:01 GMT | 1 |
Hi, all I wrote a dll with delphi using Windows API Logonuser and NetUserChangePassword which is called to impersonate a user from ASP. It's much like the example on
|
| checking record older than 2 years not working? | 20 Jul 2004 14:23 GMT | 2 |
Good day to you all I'm trying to see all the records in the database older than 2 years from today, and I can't seem to be getting it to go. SELECT * FROM comments WHERE (currentdate < 2002 - 07 - 20) ORDER BY
|
| Adding rows to database table thro ASP | 18 Jul 2004 17:32 GMT | 2 |
I want to add a row to library table. Table has total 7 fields. But I want to create the new row with 5 field data. When I run the following query in MS Access strQ = "INSERT into library (index,title,author,itemtype,createdate) VALUES
|
| How to handle, when SQL command returns a single value | 18 Jul 2004 11:56 GMT | 2 |
I have a problem in dealing with the return value of the SQL command. I know how to do, when SQL command returns Recordsets. But in my case it returns a single value. The following code fails when "objRst.open strQ" is executed. Can somebody suggest me how to overcome this ...
|
| asp error Server problem | 15 Jul 2004 04:09 GMT | 3 |
I can run an asp application on IIS 5.0 and 6.0. The application accesses a custom DLL which retrieves data. When the same app is run on an Site Server 3.0 then following error is returned
|
| compare two tables? | 12 Jul 2004 01:21 GMT | 1 |
How do I compare the contents of two tables, to see what doesn't exist in the one table? Someting like "select company.name, company_scores.company_name from company, company_scores where company.name not in
|
| IIS 2000 SMTP serv setup | 11 Jul 2004 06:09 GMT | 2 |
I have been looking for a place that has full details on setting up the SMTP server from start (just after install) to finish (up and runnung complete, in and out). Any ideas?
|
| Using ASP to password protect a webpage | 09 Jul 2004 20:03 GMT | 2 |
I recently tried to setup a password protected part of my website. I went to microsoft.com and there were instructions on how to use ASP to configure a password protected site which I followed. Now that I have done
|
| Help Looking for Powerpoint Component | 09 Jul 2004 14:22 GMT | 1 |
Im trying to find a component to generate powerpoint presentations from data in a sql database. i would prefer that i could add data into an existing ppt then generate the new pps
|
| open popup not new window | 07 Jul 2004 16:20 GMT | 1 |
<a onMouseOver="window.status='Get ID3 info from <%=Replace(strDisplayFileName, "'", "\'")%>';return true" onMouseOut="window.status='';return true" href="fileinfo.asp?TargetFile=<%=Server.URLEncode(strThisSubFolder & "\" &
|
| good swear word filter? | 06 Jul 2004 20:05 GMT | 1 |
Can someone please help me with a good swearword filter, or assist me with my current one? This is the code I have currently, but it doesn't always work. I can do the same test, with the same word 4/5/6/7 times in a row, and sometimes it
|
| asp checkbox | 05 Jul 2004 20:05 GMT | 5 |
I have a form with ship to customer and bill to customer fields. Both of these are required fields. I want to put a check box in the form and if the check box is checked then the value of the ship to customer is loaded into the bill to customer. I need this to happen before the ...
|