Validators gives error on remote server
-
Hi.. I am making a website using asp.net 2.0. I am using validators like required field validator & regular expression validator. Everything works fine on my local pc. But when i upload it on remote server, validators works fine but gives error "event is null or not an object" when i click on any linkbutton, on all pages where i have used validators with gridview. I tried removing validators & in dat case everything wrks fine. I also tried uploading folder aspnet_client/system_web/2_0_50727 on remote server. But still it gives same error. Can someone give me some solution. Its very urgent please....
-
Hi.. I am making a website using asp.net 2.0. I am using validators like required field validator & regular expression validator. Everything works fine on my local pc. But when i upload it on remote server, validators works fine but gives error "event is null or not an object" when i click on any linkbutton, on all pages where i have used validators with gridview. I tried removing validators & in dat case everything wrks fine. I also tried uploading folder aspnet_client/system_web/2_0_50727 on remote server. But still it gives same error. Can someone give me some solution. Its very urgent please....
requiredfieldvalidator and regular expression validator which are related with those texbox u make grouping with same name <asp:TextBox runat=server ID=ksearch ValidationGroup=ks CssClass=”txt”></asp:TextBox> <asp:ImageButton ID=”ImageButton1? ValidationGroup=ks Width=38 Height=24 ImageUrl=”images/gobutton.gif” OnClick=”go” runat=server/> <asp:CustomValidator ID=”cu” ValidationGroup=ks runat=server ControlToValidate=ksearch ValidateEmptyText=true ClientValidationFunction=”check” > which are grouped by using ValidationGroup=ks
no knowledge in .net
-
Hi.. I am making a website using asp.net 2.0. I am using validators like required field validator & regular expression validator. Everything works fine on my local pc. But when i upload it on remote server, validators works fine but gives error "event is null or not an object" when i click on any linkbutton, on all pages where i have used validators with gridview. I tried removing validators & in dat case everything wrks fine. I also tried uploading folder aspnet_client/system_web/2_0_50727 on remote server. But still it gives same error. Can someone give me some solution. Its very urgent please....
u r using ajaxenabled website ? if yes then try tagmapping....
Ashish Sehajpal