M
Matthias Marx
Hello NG
ASP:NET c# 1.1
I have to develop an existing c#, web application.
There is a datagrid.
With the Edit/Update function, where you could edit the value within the row.
I need a validation for numeric datatyp.
How could I insert a validation for this. It could be JavaScript, that onblur - event
With "normal" text boxes I do this
this.txtNumberRooms.Attributes.Add("onblur", "javascript:CheckNumber(this, 4);");
Thank You
But with the Datagrid i have now idea.
Regards
Matthias
ASP:NET c# 1.1
I have to develop an existing c#, web application.
There is a datagrid.
With the Edit/Update function, where you could edit the value within the row.
I need a validation for numeric datatyp.
How could I insert a validation for this. It could be JavaScript, that onblur - event
With "normal" text boxes I do this
this.txtNumberRooms.Attributes.Add("onblur", "javascript:CheckNumber(this, 4);");
Thank You
But with the Datagrid i have now idea.
Regards
Matthias