Add trigger to UpdatePanel programmatically
Hi,I'm working on a website which uses AJAX and Masterpages. What I have is an AJAX UpdatePanel whi
Share admin accross websites
I'm using .net memberships and roles in one of my sites, but I need to be able to share logins and p
onClick='location.href=index.htm'> not working
Below is my code:
echo "<input type='button' value='redirect' onClick='location.h
Security Exception on pages using AJAX
I am getting the exception: attempted to perform an operation not allowed by the security policy on
Search with relational database
Hey,
I have quite a complicated (for me anyway ) relational database for an apartments syste
update 2 columns by doing inner 2-column query
Hi,
is something like this possible?
update contract_all set col1,col2 =
(
i have no idea why this isn't working
Code: <?php
session_start();
include("connect.php");
error_reporting(E
How can I get my program to read a larger array ??
Hi:
I have this program that reads from an array to do calculations. The array are just t
Writing Windows Device Drivers with C
Yes: one of the nice features of C is void*. You can put anything there and get anything out. Very
Solution to the FindControl problem
I have seen may posts about having problems with the FindControl method. Most seem to come about bec