Grrr. very late over here, can seem to get these 2 simple things going.... please help, thanks
[1]
onchange="var nhp=^\d+$; if (!nhp.test(this.value)){alert('....
[2]
onchange="this.value=this.value.toUpperCase();var ReExp = /^[A-Z][0-9][A-Z]$/i;if (!ReExp.test(this.value)){alert('The first 3...
Hi how does one intantiate a javascript function to do form field validation without a PostBack? But yet keep the postBack to process the form fields when there are now issues with the JS form field validation.
This is what i have/am doing:
<<PAGE BEHIND>>
protected void Page_Load(object...
Hi how does one intantiate a javascript function to do form field validation without a PostBack? But yet keep the postBack to process the form fields.
This is what i have/am doing:
<<PAGE BEHIND>>
protected void Page_Load(object sender, EventArgs e)
{
...
Hello: We have a server that has Windows Server 2003 installed on it. We are using VMWare 1.03. What we're trying to do is use BOTH physical network adaptors, however, VMWare won't let us choose what physical network adaptors we want to use when setting up the virtual machine. So when our VM...
Hi i was wondering what the easiest way to remove "~" from a string, i have a string that has many of them and i would like to remove them all, but how?
Thanks
oh boy, sometime the simplest things i can't remember... is it date() or now() or....
I need to specify a default value for data type datetime for sql2k
Thanks
<input type="radio" value="0" checked name="R1" />
<input type="radio" value="1" name="R1" />
Hi when R1 group value remains "0", i need to alert("hi")
how can i reference this without form tags, thanks!@
Hi i have a number that sometime might be negative, but that screws up the senerio, so for a plave where there might be a negative number i would like to covert it to a positive, this is what i have which isn't working :(
Response.Write( (int)Math(Abs(Convert.ToInt32(listpc[index].val))) )...
Ok i think i narrowed it down, any thoughts on this....
it seems to be when i call:
NewCredentials(pass, question, answer);
then:
private void NewCredentials(string strPass, string strQuestion, string strAnswer)
{
using (SqlConnection connection = new...
Hi i'm getting the following error below and my dumb question is, how do i know what line caused the error?
Collection is read-only.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the...
what about setting sessions like this, i can't seem to get this going:
for (int index = 0; index < listpc.Count; index++)
{
foreach (string key in Session.Contents){
if (Session[listpc[index].PieLabel.ToString()] == listpc[index].PieLabel.ToString())...
Hello, lets say i have a number like 5.12345536
i'm only interested in the .12 (hundreth placing)
how would one get that placing???
(rounded or not, me not care)
Thanks
Hi i'm in a situation where i need to set the session based off what i'm pulling out of an array.
The session value needs to always be "a", its the session key name that i need to set dynamically, is this possible?
For example something like (ignore my synatax):
foreach item in...
I get it, it seems that square brackets are used when you reference an object explicitly, and round brackets are used with you reference the object implicitly
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.