problem using updatepanelcontrol
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi iam getting error while using updatepannel control in my page dnt exactly the error is can anybody resolves it below is the code iam using here iam getting error near updatepannelcontrol <%@ Page Language="C#" MasterPageFile="~/MasterPage.master" EnableTheming="true" AutoEventWireup="true" CodeFile="ExtEltAddRequisation.aspx.cs" Inherits="ExtEltAddRequisation" Title="Add Request" %> function fnValidate() { if(fnAddRequisition()==true) { return true; } return false; }