...else to look. This page was working and no changes been made to it. Is it possible the backend got changed that is why it is showing that error? Thanks.
Dim dv As DataView
dv = CType(SqlDataSource1.Select(DataSourceSelectArguments.Empty), DataView) ****Error here: Incorrect syntax near...
...Label, ByVal SqlDataSource1 As SqlDataSource)
Dim dv As DataView
dv = CType(SqlDataSource1.Select(DataSourceSelectArguments.Empty), DataView) ****Error here****
Dim dr As DataRow
Dim iReservationCount As Integer = 0
Dim iGuestCount As Integer = 0
For Each dr In dv.Table.Rows...
I am migrating old applications from 2k3 to 2k8r2 server. The app works fine in 2k3 but in 2k8. I am not familiar with classic asp. It seems like I am missing configuration steps somewhere. Can someone point me there? I am trying to connect to oracle database 11g. Thanks
I got diff errors...
I put that line of code in and still got the same error.
I am not familiar with classic asp. What about the database connection? Is there any setup for that?
Hello:
I am migrating my current web server from 2k3 to 2k8R2. This server combines different applications written in classic asp and asp.net. When I run the classic asp application in 2k8, I encountered the following error:
Active Server Pages error 'ASP 0113'
Script time out
The maximum...
Yes, using HTTP to open up those files. Link to Directory is network stuff I suppose? Am I right? I guess I need to configure on the server side?...I have to look it up because I am not familiar with what you mentioned.
Thanks.
Hello:
How to I reference a file that is located in a different drive? My site located under C:\inetpub\wwwroot. Since the C: drive has limited space so I put some of my files e.g., pdf, interactive flash, word, wmv...etc. in a D:\MyFiles drive. But unable to get it to work.
<a...
This is the error:
ADODB.Connection error '800a0e7a'
Provider cannot be found. It may not be properly installed.
/adoConnection.asp, line 8
Since this is a newly built server 2008, I am guessing it needs to install a database driver?
...conn.Provider="Microsoft.Jet.OLEDB.4.0"
conn.Open "c:/webdata/northwind.mdb"
set rs = Server.CreateObject("ADODB.recordset")
rs.Open "SELECT * FROM Customers", conn
do until rs.EOF
for each x in rs.Fields
Response.Write(x.name)
Response.Write(" = ")...
...conn.Provider="Microsoft.Jet.OLEDB.4.0"
conn.Open "c:/webdata/northwind.mdb"
set rs = Server.CreateObject("ADODB.recordset")
rs.Open "SELECT * FROM Customers", conn
do until rs.EOF
for each x in rs.Fields
Response.Write(x.name)
Response.Write(" = ")...
Hello:
I want to do is vertical expanding and collapsing menu. When you expand the menu, you see the content of another page either in (*.ascx, *.aspx, *.html).
I am thinking to do in JavaScript, but my web application is written in asp.net so I guess it is better to go with asp.net.
Is it...
Hello:
The code below is working fine, but when I incorporate the JavaScript function (checkAgreement) below into my existing pages with alot more code it makes certain code on my page not working.
I need to make the end user checks on the checkbox before moving to the next screen.
Is there...
There is no masterpage. Only the presentation and code behind page. I just want to put a local variable value into a TextBox instead of a label. Is it do able?
for example:
string tMessage = "Hello World";
lblLogin.Text = tMessage; // I could pass this to the aspx page
txtBoxName.Text =...
...behind page to the <TextBox> in aspx page? specifically in the <InsertItemTemplate> section of the page. I could pass to a label fine. thanks
*************************************************aspx page*****************
<InsertItemTemplate>
<asp:Label id="lblName" Text="Location:"...
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.