I am trying to layout my datagrid so that the details of the record span 4 columns of the rest of the data.
So I want to have:
column | column | column | column
span column details written out across here
column | column | column | column
span column details written out...
We are beginning a project to recode our application in ASP.NET, and are just trying to sort out our architecture.
We have a PageTemplate class that has our interface elements, and that is inherited by our base product. This all works great, having the PageTemplate use the Control collection...
Hello. I have a timer script that pops up a confirm box after a while to inform the user that there has not been any activity (mousemove or keypress) in quite a while and would they like to remain, or log out. That part works great.
The tricky part is that some of my pages launch pop-up...
My boss wants me to make some tables on a webpage that look like Windows components or Access forms... specifically, he wants the table heading overtop of the table border:
Page heading here
--- heading here ---------------
| |
| table contents in...
Does anyone know the maximum length of string that can be put into and retrieved from an HTML textarea?
My page gets a string from the database with a length of 2617 characters. When I go to save that page - without changing anything on the page, the length of string returned to the program...
I have written this small regular expression, but it isn't working. I have these three characters that I use to delimit a string. Before I write the string to the screen, I want to ensure that all the delimiters are removed. I can't remove them individually, in case they appear in the string...
I have been searching the this forum trying to find the solution to my problem. This thread thread216-84313 seems to be the same problem, but doesn't give a solution.
To start, I am using IE 5.5 on a Windows 2000 machine.
Here is the problem:
I have two pop-up windows opened from another...
I have some buttons in a page with long displays on them. I want to be able to control the width of each button individually... what I have currently works for IE (style="width:x"), but not for Netscape.
<input type="button" style="width:120px" value="Load...
Sorry for the long description, but here goes:
I have four tables:
Opportunity
---------------------
OppID ProjectID
---------------------
1 44
2 45
Project
---------------------
ProjID Title
---------------------
44 Project1
45 Project2
ProjectDealers...
Here is my situation: I have a recordset object that does not auto open on page load. I call the rs.open() method, and in the rs_onbeforeopen() method I set the sql for the recordset:
function window_onload(){
...
rs.open()
if(rs.isOpen(){
alert(rs.getCount())
}
}
function...
I have an XML file called test.xml in the same folder as my test.asp. The ASP file can't read the xml file for some reason when I do this (I don't get an error, just nothing prints out like it does in the second example):
set xmlDoc = Server.CreateObject("Microsoft.XMLDOM")
If Err<>0...
I am creating a trigger based on an existing trigger written by a co-worker. He declares a cursor for the trigger with this syntax:
DECLARE psCursor SCROLL CURSOR FOR
SELECT id FROM inserted WHERE id IN (SELECT id FROM inserted)
I am confused by the syntax of the select statement. I...
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.