Click here to Skip to main content
15,895,656 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: problem in site Pin
Yajjoj13-Sep-10 19:42
Yajjoj13-Sep-10 19:42 
GeneralRe: problem in site Pin
brunoseixas14-Sep-10 8:05
brunoseixas14-Sep-10 8:05 
QuestionAdding assembly to assembly cache Pin
santoshkacode13-Sep-10 3:22
santoshkacode13-Sep-10 3:22 
AnswerMessage Removed Pin
13-Sep-10 3:48
Tej Aj13-Sep-10 3:48 
GeneralRe: Adding assembly to assembly cache Pin
Sandeep Mewara13-Sep-10 7:25
mveSandeep Mewara13-Sep-10 7:25 
AnswerRe: Adding assembly to assembly cache Pin
Sandeep Mewara13-Sep-10 7:26
mveSandeep Mewara13-Sep-10 7:26 
QuestionClient side Javascript VS Server side vaoidation control in asp.net Pin
JC.KaNNaN12-Sep-10 19:48
JC.KaNNaN12-Sep-10 19:48 
AnswerRe: Client side Javascript VS Server side vaoidation control in asp.net Pin
Brij12-Sep-10 21:43
mentorBrij12-Sep-10 21:43 
KaNNaN.JC wrote:
which one is best for checking range validation. either client side or server side validate controls.???


Both Client side and server side validation must be there.
Client side validation will help in better usability, because if user enters some wrong entry
then you'll show the error message from client side itself.So there will be no postback.

Server side is also required because say a user enters right entry from user interface but during posting the data to server some malicious user changed the entered value in some way, then in this case server side validation will be required.and wrong data would not be saved.

Keep in mind, this will only take place when user enters right value from User Interface
Cheers!!
Brij
My Blog:http://brijbhushan.wordpress.com

Check my latest Article :ViewState - Various ways to reduce performance overhead

AnswerRe: Client side Javascript VS Server side vaoidation control in asp.net Pin
Abhijit Jana12-Sep-10 22:04
professionalAbhijit Jana12-Sep-10 22:04 
GeneralRe: Client side Javascript VS Server side vaoidation control in asp.net Pin
JC.KaNNaN12-Sep-10 22:25
JC.KaNNaN12-Sep-10 22:25 
QuestionUngroup Excel Columns Pin
Mugdha_Aditya12-Sep-10 19:23
Mugdha_Aditya12-Sep-10 19:23 
AnswerRe: Ungroup Excel Columns Pin
Abhijit Jana12-Sep-10 22:05
professionalAbhijit Jana12-Sep-10 22:05 
GeneralRe: Ungroup Excel Columns Pin
Mugdha_Aditya12-Sep-10 22:56
Mugdha_Aditya12-Sep-10 22:56 
GeneralRe: Ungroup Excel Columns Repost Pin
Richard MacCutchan13-Sep-10 3:46
mveRichard MacCutchan13-Sep-10 3:46 
Questionusing System. ????????? Pin
future383912-Sep-10 14:45
future383912-Sep-10 14:45 
AnswerRe: using System. ????????? Pin
Luc Pattyn12-Sep-10 14:55
sitebuilderLuc Pattyn12-Sep-10 14:55 
GeneralRe: using System. ????????? Pin
future383912-Sep-10 15:14
future383912-Sep-10 15:14 
GeneralRe: using System. ????????? Pin
Luc Pattyn12-Sep-10 16:16
sitebuilderLuc Pattyn12-Sep-10 16:16 
GeneralRe: using System. ????????? Pin
future383912-Sep-10 16:28
future383912-Sep-10 16:28 
GeneralRe: using System. ????????? Pin
Luc Pattyn12-Sep-10 16:43
sitebuilderLuc Pattyn12-Sep-10 16:43 
GeneralRe: using System. ????????? Pin
future383912-Sep-10 20:06
future383912-Sep-10 20:06 
GeneralRe: using System. ????????? Pin
virang_2112-Sep-10 20:40
virang_2112-Sep-10 20:40 
GeneralRe: using System. ????????? Pin
future383912-Sep-10 20:42
future383912-Sep-10 20:42 
GeneralRe: using System. ????????? Pin
virang_2112-Sep-10 20:46
virang_2112-Sep-10 20:46 
GeneralRe: using System. ????????? Pin
future383912-Sep-10 21:20
future383912-Sep-10 21:20 

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.