Hi, i'm not sure how to resolve this, and i 'll try to explain it as simply as possible.
i have a master page, that has a menu. I wanted to more flexibility for theis menu so i moved it into a control,
here is an exert from the master page...
<table width="100%" border="0" cellspacing="0"...
Hi after much reading on the error, i have had no luck trying many things. I'm using VS2005 to create the project, it now on a test server, and when i view the home page i'm getting:
Parser Error
Description: An error occurred during the parsing of a resource required to service this request...
Hi i'm having issues trying to deplay teh project that buildn no problem. Wondering if someone had suggestions. Thanks
This is the url that throws the error:
http://localhost/member-area/
member-area is a virtual directory
Error:
Server Error in '/member-area' Application...
I i was wondering if there way a way tyo have these two scripts work together:
string JscriptFinal = "<script type='text/javascript'>window.onload=function(){alert('asdf');}</script>";
Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "key", JscriptFinal);
AND...
Hi all, and i have to say, thats to everyone who has educated me here!
I have an issue with comparing against a session name (not the value)
This is what i have:
if (listpc[index].PieColour != null && a1 < 1)
{
foreach (string se in Session.Contents)
{
if (se != listpc[index].PieLabel)...
both MS access and MySql have a concurrent user limt which is low, access being lower, i've never had a problem with t-sql on mysql, read somewhere that mysql eats more resourses that sql server for processing, with mysql use a power house computer.
Hi why doesn't this work in the front page (not code behind page)?
<script language="javascript">
var tempASP = <%=Request.QueryString["Riskid"];%>;
...
</script>
Thanks
Hi i have an array that contains values, but the array does not have a definition Length property, I does have a definitions for: label,slice
My goal is to iterate thru the loop for response.write some xml, like so:
Response.Write("<Risk><Lables>");
Response.Write("<Risks...
Hi I have an array and was wondering how to implemtn Array.Sort() to best help my situation... The array holds the record index from a table. So if i query the db, get the record set, the "riskz" object works like
riskz[0].columnName
that will return the first record from the table and the...
figired it out...
in the code above instead of using an array i'm calling a function to do the work:
var f:Number=0;
Code:
for (var i = num2; i < num; i++)
{
f = f +20;
chekbx(this.firstChild.childNodes.childNodes[0].attributes.modname, f);
}
Code:
function chekbx(val,num){
var...
This is the darnest think, so why is it that one cannot set a global array in a function, ive tried many ways but nothing works... grrr, i just can't figure this out...
var xmlDoc:XML = new XML();
System.useCodepage = true;
xmlDoc.ignoreWhite = true;
xmlDoc.onLoad = function(ok:Boolean) {...
Thanks oldnewbie, after reading that article i attempted (today) to produce something. Was wondering if you oldnewbie eyes can take a look at it, thanks:
This is the xml i'm toying with:
<Risk>
<Lables>
<Risks name="BMI" change="10" modname=""></Risks>
</Lables>...
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.