thanks for the reply, just one thought, the server side delegate will never be fired if the validation part 'Client side validation' was false is that true?
Estarta
thanks for the reply, just one thought, the server side delegate will never be fired if the validation part 'Client side validation' was false is that true?
Estarta
Guys, is it possible to use both ClientOnCLick and OnClick on a button? ClientOnClick will call a javascript function to validate, and if it returns true, then the Onclick delegate should be fired! thanks
Estarta
Hello folks. how can use a javascript so that if i clicked on a treenode it wont post back to the server and close the root tree! what im asking, if there is anyway to do it using javascript so when i click on a tree node it wont close the root. thanks in advanced
Estarta
private void Button1_Click(object sender, System.EventArgs e) { int x= int.Parse(Input.Text); int sum = 0; while (x > 0) { sum += x % 10; x /= 10; } Output.Text=sum.ToString(); } how about this one?
Estarta
bcuz i've tried and maybe my question wasn't so clear.. i was trying to tell u guys i want the answer without parsing the input into integers.. anyway i got the answer thanks for ur time
Estarta
Thats true. Thanks :)
Estarta
I Know the basics.. !! int x= int.Parse(Input.Text); int t =0; string i = x.ToString(); for(int y=0;yEstarta
Well thanks again for the reply. but you know you don't have to say such things if you can erase my account so do it!! but don't act like the YOU ARE THE BEST or i dont know wats the matter with u!!! i asked a question AND I DON'T KNOW THE ANSWER nth to be shamed of!!! and btw i`m a software engineer we didn't took PROGRAMMING LANGUAGES as u did !! we only took the software engineering syuff and rational rose!! You dont even deserve my reply!!! Good bye MR
Estarta
btw wat makes u think that this JOB is not right.. u don't even know me ;p
Estarta
Well thanks :)
Estarta
Thanks buddy :)
Estarta
i've tried, but i can't get it done! there is must be an array but how can i know how many digits are there without convert the input to string!
Estarta
Well its only INTEGERS not array any intergers. and yesterday i had this work interview and they asked me this question and it bothers me :(
Estarta
Thanks for ur reply, And its not a homework, and i tried so many time i couldn't do it :~~ i just wanted to know thanks
Estarta
Please i need this answer asap.. if i want to do a function that accepts INTEGERS number... then i wanna the sum of these integers.. for example if i entered 123.. the answer should be 6. Thanks in advance Regards
Estarta
Thanks alot buddy :) I will try it, but i know nth in PHP :) but i got the idea :)
Estarta
Hello again :) The problem is that i have a web site with the following forms.. Admin,Student,Parent,Teacher... i set the authentication so no one can access this site unless he has a username and a passwd, my question is when a student enters the site.. he will have access to all the pages through the URL, so how can i set it only to his PAGE? Thanks in advance regards
Estarta
Thanks alot mano :) about the Maxlengeth i donno exactly wats wrong but it should work man! i will check it now and i will let u know :)
Estarta
Check the MAXLENGTH property for the textbox and thanks for ur answer on my authentication question.. but how can i put the pages in folder ?!
Estarta
u can use the ValidationSummary i guess it should work
Estarta