all groups > inetserver asp components > july 2004
Calendar Componant in VB.Net for code behind
Posted by Geoffrey at 7/30/2004 1:48:32 AM
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.
Any pointers would be most helpful... more >>
Logon dll problem
Posted by mirthchyy NO[at]SPAM yahoo.com at 7/22/2004 10:21:44 AM
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
http://support.microsoft.com/default.aspx?scid=kb;EN-US;248187
I got it working all right on my localhost. I can logon and ch... more >>
HELP! Logon dll won't work in ASP on the webserver.
Posted by mirthchyy NO[at]SPAM yahoo.com at 7/22/2004 9:48:09 AM
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
http://support.microsoft.com/default.aspx?scid=kb;EN-US;248187
I got it working all right on my localhost. I can logon and ch... more >>
printing from asp
Posted by bking NO[at]SPAM kysorpanel.com at 7/22/2004 7:12:02 AM
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:80/support/kb/articles/q184/2/91.asp&NoWebCo... more >>
checking record older than 2 years not working?
Posted by Lord Merlin at 7/20/2004 12:58:10 AM
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
currentdate
I get null records returned, even though I can see some records ... more >>
upload component
Posted by Utada P.W. SIU at 7/19/2004 11:06:29 AM
Do anyone know where have free/buy upload file component?
I need upload a folder of file but not a file.
Say, user can select a folder name, and no need select the files one by one.
Thanks
^.^
... more >>
Adding rows to database table thro ASP
Posted by vasanth kumar at 7/18/2004 4:37:29 PM
Hi,
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
('B-096','Hihihihihi','hello','Book','07/18/04')"
... more >>
ASP to Excel
Posted by nick_read39 NO[at]SPAM hotmail.com at 7/18/2004 9:58:22 AM
Hello all
Please can some one help. I have created an web-based form in HTML. I
would like for it submit the data to an excel spreadsheet is this
possibe using ASP, if so can you let me know how this is done.
Thanks
Nick... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to handle, when SQL command returns a single value
Posted by vasanth kumar at 7/14/2004 6:00:41 PM
Hi,
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 pro... more >>
compare two tables?
Posted by Lord Merlin at 7/11/2004 11:00:13 PM
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
company_scores.company_name" ?
--
Kind Regards
Rudi Ahlers
+27 (82) 926 1689... more >>
IIS 2000 SMTP serv setup
Posted by stibbs at 7/10/2004 12:31:55 PM
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?
I do apreciate the site and any help on contacts or web
pages with info.
David... more >>
asp error Server problem
Posted by Geoff Conn at 7/8/2004 1:21:09 PM
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
'...ASP 0177 (0x800401F3) Invalid ProgID...' I'm not an
IIS guru, I know the page works, What ne... more >>
open popup not new window
Posted by Joker7 at 7/7/2004 1:54:13 PM
<a onMouseOver="window.status='Get ID3 info from
<%=Replace(strDisplayFileName, "'", "\'")%>';return true"
onMouseOut="window.status='';return true"
href="fileinfo.asp?TargetFile=<%=Server.URLEncode(strThisSubFolder & "\" &
objFile.Name)%>" target="_blank"><img src="images/info.gif" width="10"
... more >>
Using ASP to password protect a webpage
Posted by a at 7/6/2004 9:22:27 AM
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
this when I go to the site it brings me to the logon
thing right away even ... more >>
good swear word filter?
Posted by Lord Merlin at 7/5/2004 10:22:56 PM
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
works, sometimes not.
===========================... more >>
Showing all spaces without using the
Posted by Nathan Sokalski at 7/1/2004 7:59:51 PM
I am using ASP to read code from a text file that I am displaying on my
page. Because I do not want the code from the text file to be executed, I
used the Server.HTMLEncode() method to display it as it is in the file.
However, the spaces used to indent lines is still removed by the browser. I
c... more >>
|