I'm getting started at css and I'm at point where I need some help. I've got a page that I'm trying to change the link color. Here's what I've got to work with (this is within a table):
<%For i = 1 to cPLMaster.recordcount
cPLMaster.MoveTo(i)...
I've inherited a asp.net page and I need to change the current buttons (which are images) to buttons that are controled by a style sheet.
Here is what is currently used:
<asp:imagebutton id="btnLookup" Runat="server" ImageUrl="../Agents/lookupbutton.JPG">
This is what I'm using on my classic...
I'm pretty new to DW but I think it's trying to tell me something. I've got a css that works on some pages. The ones that don't work, are only having some parts applied. My pictures line up but some lines and text are wrong. Now I think DW is telling me something on the gui. The pages that...
I used Enterprise Manager to change a datatype from smallDateTime to nVarchar(100). The dates that where in that table are still there and I can change the dates with no problems. When I try to put a string in it, it gives me a conversion error. Telling me that it can't change the string to...
Thanks for the short cut and pointing out the case sensitivity. I'm still having the same issue thou. When it put onSubmit="return Validate();" I don't see the alert, when I put onSubmit="Validate()" I see the alert but the submit continues on.
<script type="text/javascript">
function...
I'm trying to do a "Are you sure?" thing and it's not working the way I expect.
Here's the code where I get the alert to work:
<script type="text/javascript">
function Validate()
{
var answer = confirm ("Are you sure you want reinstate?")
if (answer)
{//ok
return true...
Newby question: I have the following code trying to fire a javascript routine. It works on my button click but it doesn't work on the form post.
<form action="frmReinstate.asp" method="post" name="ReinstateForm" onSubmit="Validate()" >
What am I missing. I'm trying to do a "Are you sure?"...
This going to sound real dumb, but how do I compile it? This is .net 1 that was wrote within studio 2002. I don't see a compile or make option on the file menu. Remember, i'm a newbie.
I'm new to asp.net and I've change some code in a codebehind form. The change is a different output to an existing textbox. I don't get any errors but I don't see the change when I run the page. I've tried remaning the .vb page and referencing it again. Same thing, no errors but I don't see...
I'm redoing our website with a new design contracted by a 3rd party. I can get everything to work except the arrows on the menus and some blocks near some links. Here is the sample page from the 3rd party:
http://www.suncoastnetworks.com/samples/united_insurance/index.htm
When I do a "save...
Thanks so much for the quick reply. I wanted to make sure that I wasn't off the mark on trying this. Let me ask you thou, is it possible to use any COM object or are some not usuable in .Net? Thanks again.
I'm writing my first com interface and I'm getting a "Catastrophic Failure" message when I try to invoke a method from the com object. Any help or direction would be greatly apprciated.
Imports SSICONNECTLib
Imports System.Reflection
Imports System.Runtime.InteropServices
Public Class Form1...
I have a dynamic SSTab that I want to place listviews on to. My current code place all of the listviews on the first tab. I'm starting out with a listview on the first tab. It's index is 0.
For i = 0 To LineNames.Count - 1
SSTab2.Tabs = i + 1
SSTab2.TabsPerRow = i + 1...
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.