You might want to use a single database instead of two, depending on the solution or the strategy you have adopted. I'm not aware of any nightmare this might cause but can give 100% guarantee. I have used this method in the past and it worked perfectly for me.
You might want to explore jm's...
ASP.NET 2.0 Web Site Administration Tool is very easy to use and saves time.
Watching this video might be helpful
http://www.asp.net/learn/videos/video-45.aspx
Oysterbar ride to success. Keep Riding
ca8msm,
Thanks for pointing that out to me.
I found the solution at
http://msdn.microsoft.com/msdnmag/issues/03/05/CuttingEdge/default.aspx
Oysterbar ride to success. Keep Riding
Hi All,
I will appreciate any help on how to programatically handle scrollbar. I have a UserControl that give focus to a DataGridView but automatically scroll down to show the control. I want this scrollbar to move to the top of the page so that users can view the top of the page.
I researched...
I am stuck with Content page as the Request.Form on the page keeps returning null. I can't use form tag in the content page as the tag is already in the Master page. I have tried all work around seems to be out of luck.
I have tried using the FindControl but not really sure I'm doing the right...
Hi,
I'm sure there is a way to do what you requested. Can u post your script. This will enable us to see exactly what you are doing and what you are getting right/wrong. The formats you mentioned above is not really clear to me. Is it the body format of the mail? I know this could be set to 0...
Many thanks Tarwn and DreXor, i got this fixed by this code,
<% @Language="VBScript"%>
<%
Option Explicit
'declare all local variables
dim dcnDB, strSQL, rsData, i, Kount 'As ADO.Connection
dim arrSomething, strNTUser, DataValue, Formvalue
'Create the Connection Object
Set dcnDB =...
Hi guys,
I have an IF statement that is not executing properly inside a FOR Next loop. This if statement executes once and doesn't execute again even when the conditions are satisfied.
Below is the code
<% @Language="VBScript"%>
<%
Option Explicit
'declare all local variables
dim dcnDB...
Hi All,
Please i want to implement a site on MSCMS Server. The site requires a dynamic menu with frames. What i want is similar to what is obtainable on www.total.com.
Please if anybody knows a software that can write this for me i wouldn't mind going in that direction. I need to deliver the...
Thanks Man,
I observed some changes in the Response.Write strSQL, and it's this
UPDATE Airbooking SET Head_Approve = 'Approved', Head_Approval_Date = '9/18/03'WHERE ID IN (510, 511)
Microsoft JET Database Engine error '80040e10'
No value given for one or more required parameters...
Veep,cglinn
I'm writing to the cookies because this pages refreshes itself so after the first time, the request.Form(element) goes away and it becomes blank. but if i request from the cookie, i could always get the info after the refresh.
Thanks
Oysterbar ride to success. Keep Riding
...'Create the recordset object
If Request.QueryString("lastProc") <> "" Then
strSQL = "SELECT Top 100 * FROM Mailinglist WHERE ID > " & Request.QueryString("lastProc") & " ORDER BY ID"
lastprocid =...
Please,
Can anyone help figure out the source of error in the SQL statement below. I keep getting this error.
Microsoft JET Database Engine error '80040e14'
Syntax error in FROM clause.
strSQL = "SELECT AirOrder.Passenger_No," _
& "AirOrder.Date, AirOrder.Department...
CDONTS converts ' to ’ in the body of my mail. I don't know what to change this to using the replace statement or is there any escape character that can do this for me. Also it abruptly stops when it encounters ".
Please i need help on what i can change this to.
Will this help out...
Could you remove "/" from your form action.
As in replace
<form action="/aspmailtest.asp" method="post">
with
<form action="aspmailtest.asp" method="post">
I got that from the source of the html page
Cheers Oysterbar ride to success. Keep Riding
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.