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

 
 


 
Skip Navigation Links
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

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

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?

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

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

Objects, Properties........ , 3/16/2004 ,
OK

When I create an object I have to
1. Create a variable to hold the reference.
2. Create the object:
Set objTelephone = Server.CreateObject("MyTelephone.Telephone")

I know that the ("MyTelephone.Telephone") is the object ID.

My question is what do I call the parts that make up the object ID?

I have a problem with an a database access , 3/12/2004 ,
I have a problem with an a database access.
First, I have a page with a log-in form, and the data that it sends to the another page is text.

Example:
User: beto
pwd: me

In the "posted" page I have the next SQL query:
ssql= "SELECT * FROM profesors WHERE pwd='" & Lcase(Request.form("pwd")) &"' AND user='"& Lcase(Request.form("user"))&"'"

But in the SQL Server 7 table, the fields(user, pwd) are nvarchar, length=20, and after the end of the str

Formatting text from a database , 11/6/2003 ,
I have a site where I want to format the text from the database. For example, if they enter their name as ronnie james dio, I want to be able to display it as Ronnie James Dio.

Any help would be greatly appreciated.

Expiry dates messages to clients , 9/27/2003 ,
Hi there!
doe s ne1 know how i can create an ASP page which send e-mails to the clients at the end of their subscriptions (near expiry dates.)

Restrict file download , 7/24/2003 ,
I have already made a page with user/password in order to prevent unwanted dowloads from an specific area in our site. I can avoid users to view download page with ASP SESSIONS, but how can I prevent dowload by FTP?

JavaScript :: How to parse strings , 1/21/2002 ,
To parse strings in Javascript you need six functions: substr, split, concat, replace, search, and slice