Click here to Skip to main content
15,886,110 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionApproach on getting rid of server side validation Pin
Fabio Franco22-May-12 12:13
professionalFabio Franco22-May-12 12:13 
AnswerRe: Approach on getting rid of server side validation Pin
jkirkerx23-May-12 6:49
professionaljkirkerx23-May-12 6:49 
GeneralRe: Approach on getting rid of server side validation Pin
Fabio Franco23-May-12 7:23
professionalFabio Franco23-May-12 7:23 
GeneralRe: Approach on getting rid of server side validation Pin
jkirkerx23-May-12 10:04
professionaljkirkerx23-May-12 10:04 
GeneralRe: Approach on getting rid of server side validation Pin
Fabio Franco23-May-12 10:19
professionalFabio Franco23-May-12 10:19 
GeneralRe: Approach on getting rid of server side validation Pin
jkirkerx23-May-12 11:44
professionaljkirkerx23-May-12 11:44 
GeneralRe: Approach on getting rid of server side validation Pin
Fabio Franco23-May-12 16:14
professionalFabio Franco23-May-12 16:14 
GeneralRe: Approach on getting rid of server side validation Pin
jkirkerx24-May-12 5:37
professionaljkirkerx24-May-12 5:37 
No it can't be cached locally, because only the server can process asp.net code, the browser only supports script like Javascript and Jquery. There are some other scripts that can be ran, but it's still script.

I use Jquery now, and web services to replace the update panel.

I've worked with Google Maps, AdSense, You Tube, and noticed that they use tons of Javascript with web services. Check out a You Tube interface, when your on the movie, above the movie is a javascript / json web service that populates the posters movie collection. It's true data on demand, so the initial page load is only visible data, but you can open a container, and that container will populate on demand, providing more data only if needed.

[ Concept ]
You could build a base structure or framework container with asp.net, and populate or paint that container with Javascript that produces new html objects dynamically, validate with a new set of javascript, and then send the anwsers back using a web service. With Javascript, you can wipe the container clean, get a new set of controls via web service, and repeat the process.

Just keep the information on tap for the future, the next time you write a web based app, you may want to consider doing it the Google way.

I think that half of the Microsoft controls were developed in house as a quick way to provide more features, but were never really tested in a production environment, in which they are too slow, or just unstable.
GeneralRe: Approach on getting rid of server side validation Pin
Fabio Franco24-May-12 8:32
professionalFabio Franco24-May-12 8:32 
AnswerRe: Approach on getting rid of server side validation Pin
vvashishta25-May-12 2:41
vvashishta25-May-12 2:41 
QuestionJavascript and code-behind button events Pin
MattFFunke22-May-12 6:13
MattFFunke22-May-12 6:13 
AnswerRe: Javascript and code-behind button events Pin
Raj589122-May-12 7:52
Raj589122-May-12 7:52 
GeneralRe: Javascript and code-behind button events Pin
MattFFunke22-May-12 8:03
MattFFunke22-May-12 8:03 
AnswerRe: Javascript and code-behind button events Pin
jkirkerx23-May-12 13:05
professionaljkirkerx23-May-12 13:05 
QuestionHow do I find control IDs on one page from another? Pin
sa4720k22-May-12 4:44
sa4720k22-May-12 4:44 
QuestionPopup Window Pin
Member 387988122-May-12 2:46
Member 387988122-May-12 2:46 
AnswerRe: Popup Window Pin
R. Giskard Reventlov22-May-12 6:27
R. Giskard Reventlov22-May-12 6:27 
AnswerRe: Popup Window Pin
vvashishta25-May-12 2:43
vvashishta25-May-12 2:43 
QuestionASP.NET GridView Row Footer Pin
LSkhosana22-May-12 1:06
LSkhosana22-May-12 1:06 
AnswerRe: ASP.NET GridView Row Footer Pin
vvashishta25-May-12 2:44
vvashishta25-May-12 2:44 
QuestionMachine.config Pin
Member 387988121-May-12 6:50
Member 387988121-May-12 6:50 
AnswerRe: Machine.config Pin
Not Active21-May-12 6:57
mentorNot Active21-May-12 6:57 
GeneralMessage Removed Pin
21-May-12 7:26
Member 387988121-May-12 7:26 
GeneralRe: Machine.config Pin
Not Active21-May-12 7:42
mentorNot Active21-May-12 7:42 
QuestionAuto postback on a text control triggered by clicking on listview Pin
cahigg21-May-12 3:19
cahigg21-May-12 3:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.