It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Is requiredfieldvalidator in asp.net client-side validation or server-side validation? If it is a client-side, is it achieved through JavaScript?
Thank you.
Is requiredfieldvalidator in asp.net client-side validation or
server-side validation?
Both
If it is a client-side, is it achieved through JavaScript?
Yes
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Am new for jqgrid in asp.net.I dont know how to connect the sqlserver 2005 table with jqgrid.I search in google.But i cant able to get material for doing this.can anyone know the website or refernce for do this?Thanks in advance
You can get started on the Demo Page, under the section Demos for ASP.NET WebForms 3.5+.
See also the jqGrid for ASP.NET Documentation.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Hello DevExpress and Telerik users,
I know there are lot of questions out there re DevExpress vs Telerik ASP.NET controls (grid, editors and scheduler) but a specific questions here:
Performance - which one is faster?
Thanks,
SJ
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i need to use ocx control in my web application ..
please tell me how to use it
using .OCX in ASP.NET web forms - technical discussion - developer ...
http://www.developerfusion.com/forum/thread/45749/
How to use ocx
http://forums.devarticles.com/asp-development-3/how-to-use-ocx-4894.html
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i am using a wizard control with few textboxes in it and i want to validate them how to do?
Use validation summary along with requiredfield validator. Custom validator or regular expression validator. Many examples of how to do this on the web. Cheere
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
how to create treeview having checkboxes in asp.net mvc
use dynatree replaced by Fancytreee
ExtJS treeview can do that; just use the script in one of your views.
http://www.extjs.com/deploy/dev/examples/tree/check-tree.html
You can also you a native ASP.NET TreeView that supports checkboxes such as ComponentArt's http://www.componentart.com/products/aspnetmvc/, or Telerik's, http://www.telerik.com/products/aspnet-ajax/treeview.aspx#checkbox-and-tristate-checkboxes-support.