Questionnez la Communauté
Ask any professional question and get answers from other specialists.
how to reduce page request processing time?
I use DotNetNuke: CMS Content Management , its awesome i never heard about Umbraco .netnuke similar to sharepoint which is great if you have sharepoint background I th ... Voir Plus
you have to do it manually like this : if(textbox1.text == "") { MessageBox.show("SomeThing...."); return; } and there is some controls in Devexp ... Voir Plus
Umbraco is much more like Sitecore (unfortunately it is not an open source one). My experience is in Sitecore, but I have taken a look at Sharepoint, Sitecore is way bett ... Voir Plus
There are two levels of validation one might want to implement. 1) Field level Validation should control what characters are valid as input to the field, and what would ... Voir Plus
Well if you are considering minimizing the hassle you can always use the MaskedTextBox control, you can add your own validation rules to it, so that it fits your need, if ... Voir Plus
ASP.Net used to handle concurrency by making web pages implement the IHttpAsyncHandler interface (you can do this by declaring your page like this ) Please refer to this ... Voir Plus