Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > Validation in GridView

Reply
Thread Tools

Validation in GridView

 
 
Gonzalo Moreno
Guest
Posts: n/a
 
      12-20-2006
En blancoHello I need help, I donīt know how controller the validation of
one column of gridview, this column update correct except if the user put
"," or letters beacuse this fields is numeric, only accept for example "9.2"
but not "a.3" or "9,2" or "kk". The problem is that mensage of error is
horrible I prefer put one mensage of advise.
The gridview update correct, I solve this topic but I need controller this
validation.
Ah I programing with v.studio net 2005 and asp.net and v.basic

Thanks very much.


 
Reply With Quote
 
 
 
 
Brock Allen
Guest
Posts: n/a
 
      12-20-2006
Use a <asp:TemplateField> and place a validation control in the template.

-Brock
http://staff.develop.com/ballen


> En blancoHello I need help, I donīt know how controller the validation
> of
> one column of gridview, this column update correct except if the user
> put
> "," or letters beacuse this fields is numeric, only accept for example
> "9.2"
> but not "a.3" or "9,2" or "kk". The problem is that mensage of error
> is
> horrible I prefer put one mensage of advise.
> The gridview update correct, I solve this topic but I need controller
> this
> validation.
> Ah I programing with v.studio net 2005 and asp.net and v.basic
> Thanks very much.
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
GridView Hierarchical View - Gridview in Gridview =?Utf-8?B?bWdvbnphbGVzMw==?= ASP .Net 1 05-09-2006 06:48 PM
ASP.NET Web Forms Validation Controls are Server-Side or Client-Side Validation? Matt ASP .Net 14 01-30-2004 09:15 AM
Web form validation vs object validation Colin Basterfield ASP .Net 1 11-29-2003 12:10 AM
validation summary doesnt display when there's client-side validation Libs ASP .Net 0 06-25-2003 03:05 PM
Re: only custom validation control does server side validation? Colin Mackay ASP .Net 0 06-25-2003 07:54 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57