Hi all,
I usually don't ask such general questions, but I'm having trouble finding anything useful on the web - so here goes.
I have a user control that inserts a record into an MSSQL database. After inserting the record, I need to insert a second record (into a different table). The second...
Ladies and Gents,
I am something of a VS.NET newbie, and I've been trying to navigate the labyrinth of the VS docs to no avail - so here's my question:
I have a routine that converts SqlCommand objects to DataSet objects, and I would like to write the text of the SQL query associated with the...
I have a form that is updating site information in a MS SQL database via an SQLCommand and a stored procedure. When I run the stored procedure from the server explorer, supplying the parameters myself, it works fine, so I know the sp is not the culprit. Any suggestions for how I might go about...
Hello all,
I'm attempting to put together a page indexing another page that has an extremely long list of links (350 or so).
Right now, I can obtain the document.links object and filter out the links I want, but I can't come up with a good way to obtain the actual linked text for each...
For several somewhat unfortunate reasons, I've implemented a hit counter for a site of mine using an invisible iframe that does a form.submit to a server where the database resides. The problem is, the iframe screws up the navigability of the site by being referenced by the back button, which...
Hello all,
My question involves running users through an authentication
scheme and subsequently forwarding the request (or redirecting
the response).
The authentication routine is there to pick up some data about
the user IF they have the authentication client open (it's
a sort of side car...
I have a component that attaches a substantial number of movie clips to itself as it initializes. The component, once created, is masked by a pane via setMask. The masking is behaving strangely, however.
The component is draggable, the idea being that it can be dragged around the pane, but...
I have a flash movie loading variables from a java servlet, and I have a question about how I can go about loading the data recursively.
The data is being loaded into a tree-like class, so I hope to be able to call the loading function recursively in order to populate the entire tree.
My...
I have found a number of useful tools for unit testing to be used in vs .net, but none of them seem geared toward the task of larger scale acceptance and regression testing. Does anyone have any recommendations as to where I might find information about some such products?
Thanks,
T
I have a javascript function that invokes the MS Word spell checker on a large web form. The issue I am running up against is that for some users, the spell check window appears behind all other open applications. I have very little information on the Word DOM and basic window manipulation...
In my actionscript, I map parameters from an XML file to objects, and then add them to an array called tiles.
This was accomplished by using the push function at the end of each loop in the parsing routine.
However, I've reorganized the objects into a 2d array, and I'm unsure how to use the...
So,
I have a movie clip that functions as a persistent dialog box, and it contains a dynamic text field with a scroll bar.
The MC is also draggable.
The unfortunate result of this is, that when I attempt to drag in order to scroll, the MC jumps along as well. (Just clicking on the scroll bar...
Below are two situations which I believe have a similar answer.. I just don't know what that answer is and would love to hear from someone who does.
#1 Control bar movie clip has a rollover event where it maximizes itself on rollover, and minimizes itself on rollout (so as to be unobtrusive)...
I'm a bit disappointed in myself that I couldn't come up with the answer to this one.. thanks in advance for your answers.
Here's my actionscript for a button - each frame has a corresponding movie clip called "showmeclip#," with the # corresponding to the frame in the main timeline...
I want to make sure I'm able to pass get variables to a jsp
in a url. Oddly, the following happens:
(referring page)
<a href="foo.jsp?type=bar">link</a>
(foo.jsp?type=bar)
<%= request.getParameter("type") %>
The above statement evaluates to null.. Is there something...
Wise Folks,
I have an unusual compile error with my servlet.
I import java.util.* to make use of the HashMap class. The compile error arises when I attempt to declare and instantiate a HashMap. The compiler reports that it cannot find (mypackagename).HashMap. I'm unsure as to why it's...
I have a small form (code snippet below) which allows the user to select the type of schedule they would like to display, the selection made via radio buttons. The form script calls itself upon submission, but the name/value attributes do not seem to pass themselves properly into variables...
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.