Forum: JavaScript / DHTML / AJAX Sep 1st, 2009 |
| Replies: 0 Views: 265 I have dropdown & Gridview on FrmSatelliteMain,In dropdown DataValueField uid is there,Now i want that as the user selects
the value in dropdown ,on basis of uid i will fetch the records fromm DB &... |
Forum: JavaScript / DHTML / AJAX Aug 2nd, 2009 |
| Replies: 6 Views: 1,042 THX BOTH OF U
Working Code
protected void Page_Load(object sender, EventArgs e)
{
try
{
if (!IsPostBack)
{
... |
Forum: JavaScript / DHTML / AJAX Aug 2nd, 2009 |
| Replies: 6 Views: 1,042 function ConvertToUpperCase()
{
var result;
var numaric = "sonia";
var Character = numaric.charAt(0);
result=Character.toUpperCase(); ... |