Java Script Related to GridView's Textbox Validation?
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Dear All, I have a gridview where first 2 columns are bound fields. Next 3 columns have template fields with textboxes which are requiered to be filled by user. i want if user does not provide any value, should be informed then and there through javascript. I have written one which displays message but focus moves to next field. I have given my code below. Please help me. Thanks; <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %> Untitled Page