Hi all,
My client is getting a missingfieldexception on a deployed application. I've been sending him new dlls and they work for a day or two and then...bam...the error returns. It's like it's looking at the wrong temporary dll or something. I have no clue how the asp.net temporary files dir...
Hi everyone,
I use a third party control (ASPNetMenu) in a User control for all my pages. I'm getting a MissingFieldException error..sometimes. After recompiling I'm unable to reproduce. Then a day or two later without recompiling it reappears. The error lists a line of code in my aspx and...
Hi guys,
I have textboxes in a nested repeater. I want to be able to detect the value or ID of the textbox which fired the ontextchanged event. I'm guessing this is a simple thing, but I can't find any info anywhere.
Is there any way to do this?
thanks,
Stupy
Hi guys,
I'm getting a type mismatch error with the following function:
function checksubmit()
if doc.Total_Method_2004.value <> 100 or doc.Total_Method_2005.value <> 100 or doc.Total_Method_2006.value <> 100 then
msgbox "Method distributions must sum to 100%"...
Hi guys,
I'm getting a type mismatch error with the following function:
<script type="text/javascript">
function checksubmit()
{
var doc = document.methods ;
if (doc.Total_Method_2004.value != 100 || doc.Total_Method_2005.value != 100 || doc.Total_Method_2006.value != 100)
{...
Mighty,
I bow to your greatness. That was it. The query was returning duplicate values thus making duplicate text box names. Learn something new everyday. Thank you my programming brothers for your quick responses.
stupy
hi all,
I have a column of text boxes in an html table that all "should" have value="" unless a value was placed in by a user, but when I cycle through the request form and print to screen some (not all) text boxes return one, two or three commas as their value when no value...
This is late notice since I'm taking the final Oracle Reports exam tomorrow - but
I need to know what are or how to:
Create supplemental rows of data, using queries.
The Osborne book doesn't cover it. An example or anything would be helpful.
thanks a million
stupy1
This is late notice since I'm taking the final Oracle Reports exam tomorrow - but
I need to know what are or how to:
Create supplemental rows of data, using queries.
The Osborne book doesn't cover it. An example or anything would be helpful.
thanks a million
stupy1
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.