Help: calling function
Hi,
Is it possible to call a php function on page close?
If yes, could you explain how and whe
BackButton Behaviour in AJAX
I have an ASPX Page AJAX Enabled!The page has a gridView and a DDL for filtering on it. The Gridview
Update not working ... please help
Hi,
I am trying to update a row using an edit form by passing id of the row .. but it is not
need help in php variable
i have a php variable on one page
Code: [Select]$lastId = mysql_insert_id($db);
echo $lastId;<
Need help to identify this error please
:confused:Can anyone help me tell what this error message means? Maybe tell me where to look to fix
The control with ID 'ace' requires a ScriptManager on the page
I'm trying to add a simple AlwaysVisibleControlExtender to my page, but it's not working. I get the
Storing Values taken from a DB...
Using this code it will generate a short list from my database
<?php
mysql_connect
validating url
im trying to validate url's sent to me by a form
the url's im collecting are for placing banners
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
Filename and Line Number Custom Error
I have a class, with a method that accepts 2 parameters. I would like to output error messages.