Continually Improving.... let us know how support@devdiamond.net Sign in | Sign up
home articles news blog forum  

 
 


 
Skip Navigation Links
The forum may not make it on the 20th of May, but we will keep you up to date with when exactly we will put this funciton on action
I would like to write for minwar.com , 7/9/2006 ,
Hi , I woud like to write for minwar.com but there is no way where I can contact you YASIR , thats why I have created a Post I am a serious person. contact me salam

Problem sending mail using SmtpClient as localhost , 4/16/2006 ,
Dear All, I have written a vb.net program 2 send email to a yahoo.com (receiveaccount@yahoo.com) account using another account (sendaccount@mycompany.com) and i hav written the following code 4 it: Dim filename As String = "C:\testMail.txt" Dim myMail = New MailMessage("sendaccount@mycompany.com", "receiveaccount@yahoo.com") Dim myAttach = New Attachment(filename) Dim client As New SmtpClient client.Host = "localhost" Dim basicAuthenticationInfo

NEED HELP PLEASE , 1/4/2006 ,
Hi, I am developing a mailing system using an access database. The one i developed using a sql database works perfectly no problem what so ever but now i have to change to access and i am having a problem with the actual sending out of the mailer do you have any suggestions on what i should or can do? PLEASE HELP REGARDS STEPHEN

Access 2000 database connection string , 1/3/2006 ,
Hi, I have created a mail system using asp first linking to sql server 2000 but now need to change it to access 2000 and am haveing problems pulling my users form my datbase do you have a connection string that can assist me at all her is the example of my connection string (i need the connection string to be in classic asp) Driver="{Microsoft Access Driver (*.mdb)};Dbq=C:\inetpub\wwwroot\# MBPP Mail System #\DB\mghupdate97.mdb;Uid=Admin; Password=""" Please help Regards Noddy

separate mahram , 9/3/2005 ,
i am pena from malaysia iam IT student, i want ask u about separate mahram.... how i want separate mahram..follow this condition: 1.husband and wife 2.siblings mahram 3. mahram-male female not sibling for all condition. i want sort into bus group, room group and tawaf group. now my plan use asp, vb script, java script, dreamweaver and access... i try 2 do it the table realationship..but maybe somehing wrong somewhere... ok i need ur

Error in UPDATE statement , 6/25/2005 ,
Hi,
   I get the following error:

Error Type:
Microsoft JET Database Engine (0x80040E14)
Syntax error in UPDATE statement.
/mixdb/genericdb/MixMatListVarSetUp2.asp, line 78

CODE:
strSQL3 = "UPDATE tblmixlistmaterials SET tblmixlistmaterials.PoundWeight ="& poundweight
strSQL3 = strSQL3 &", SET tblmixlistmaterials.GramWeight = "& gramweight
strSQL3= strSQL3 &"   WHERE tblmixlistmaterials.MixIng

Run a Maintence Query from a web page , 6/25/2005 ,
In my Access database I have a table that people put data into by using a web page / form. I have a 2nd query that gets data from an ODBC connection and updates a 2nd & 3rd table form the data in the 1st table. Currently I have to open the database every 2-3 days and run the 2nd query manually. Is there a way for me to execute the 2nd query from a web page with out opining the database?

Run program from a web page , 5/21/2005 ,
Is there a way to run an .exe program from a web page with out getting the dialog box asking you to “run” or “save”? I would like the program to just run when the link is clicked on.

Java Spellchecker , 5/6/2005 ,
I found the this Java script on the web for creating a spell checker for a web page / text box using MS Word. This script assumes MS Word is installed on the web server. The web server I am using dosen’t have it installed. Is there a way to make it use the MS Word that is installed on the users PC?

Thanks in advance for you help.

Java Spellchecker script
<script>
function spellchck(wrd){
var oWrd = new ActiveXObject("Word.Application"); // create an ins

how to write arabic text in ASP , 2/14/2005 ,
how to write arabic text in ASP

Hyperlinks , 2/4/2005 ,
I am creating a web page that has 2 Iframes. I would like visitors to click on 1 hyperlink and load a different page into the 2 Iframes at the same time. Example: If you clicked on the “NEWS” link, cnn.com would load in Iframe #1 and foxnews.com would load in Iframe #2. Can this be done?

Assigning Session or global Variables , 2/3/2005 ,
I have a Login page in my site, and it works perfect. I have a SQL database, and my form of authentication is as follows:
        Strusr = request.form("usr")
        Strpwd = request.Form("pwd")
     ssql = "select * from profesores where usr = '" & LCase(Strusr) & "'"_
          & " and pwd = '" & LCase(Strpwd) &am

How can i have image in database ? , 10/7/2004 ,
Hi Guys!
          i want to know how to insert image in MS access database....actually i want to give my user an option of uploading his/her image into my site...how can i do it in ASP?

How to convert Numbers to text using ASP , 9/10/2004 ,
Can NE one help me on How to convert Numbers to Text ( ie. 625 to Six Hundred Twenty Five)

Thanks in advance for your time.


Kanu75

Help with protected web directories , 8/18/2004 ,
On Windows shared hosting plan with SBC, they are telling me that asp.net script will protect all contents of selected directories. I want users to be unable to access all content, including jpg, pdf, etc.

Is there a script that does this?

Any suggestions would be appreciated.

Thanks

Need help with tourney code , 8/18/2004 ,
I need help writing a bracket style tournemant system using asp. I would say i am intermediate asp user. but i just cant get anything right. i need it to have a sign up, check in, then place in the brackets with bye's if needed, and advance when a report takes place. this would be single elimination. doesn anyone have any info they can help me with, or somewhere to steer me to find resources on this?? i cant find anything to help me with this, but really want to do this.
thanks
Bam

how to connect asp and mysql , 6/21/2004 ,
hi.. i think mysql is more efisien database than access. anybody can help me to learn mysql connection..

Restrict Browser functions , 6/6/2004 ,
What can i do to set "off" functions in Browsers(Mozzila and MSIE), like back or Next buttons?

still have a problem with arabic and dw mx 2004 , 4/26/2004 ,
I made my page encode Arabic (windows) and I include the html tag lang=ar but tha arabic in my site appear like ?????? and the other times normal so why this happened
I use the font family Tahoma, arial, san serif, vredana

thanks

How to smart link files... , 4/6/2004 ,
I have a big problem... I don't know how to pass variables in a redirect..

I am using index.asp as the main page of my site and all the links in the site link to index.asp (ex: index.asp?where=home). I want to be able to pass some parameters to home.asp withouth having to change the adress of the page i am visiting... Can someone help me?

this is the case that makes the includes (and i want to be able to pass variables to and from those pages)
<% select case whatpag