Click here to Skip to main content
15,891,633 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Is there Any free project? Pin
_AK_22-Apr-07 21:31
_AK_22-Apr-07 21:31 
AnswerRe: Is there Any free project? Pin
Christian Graus22-Apr-07 23:05
protectorChristian Graus22-Apr-07 23:05 
QuestionReg web dialer Pin
NasimKaziS22-Apr-07 21:19
NasimKaziS22-Apr-07 21:19 
Questioncant set text of two password fields on update page Pin
jake williamson22-Apr-07 21:17
jake williamson22-Apr-07 21:17 
AnswerRe: cant set text of two password fields on update page Pin
Venk25923-Apr-07 20:51
Venk25923-Apr-07 20:51 
GeneralRe: cant set text of two password fields on update page Pin
jake williamson23-Apr-07 21:25
jake williamson23-Apr-07 21:25 
Questionjavascripting with web controls Pin
iamdking22-Apr-07 21:09
iamdking22-Apr-07 21:09 
Answerjavascripting with web controls Pin
kashasd22-Apr-07 21:21
kashasd22-Apr-07 21:21 
// Outside the Datagrid

//this example is having two radiobuttons named with male, female and
// check box below the radiobuttons


function validate(form) {
// Checking if at least one period button is selected. Or not.
if (!document.form1.sex[0].checked && !document.form1.sex[1].checked){

alert("Please Select Sex");
return false;}


if(!document.form1.agree.checked){alert("Please Read the guidelines and check the box below");
return false; }


return true;
}



kishore kumar Manikonda
Software Developer

GeneralRe: javascripting with web controls Pin
iamdking22-Apr-07 21:31
iamdking22-Apr-07 21:31 
Generalhow to compute two dateTime on postback Pin
bernie_01123-Apr-07 0:22
bernie_01123-Apr-07 0:22 
GeneralRe: how to compute two dateTime on postback Pin
Chetan Ranpariya23-Apr-07 0:41
Chetan Ranpariya23-Apr-07 0:41 
GeneralRe: how to compute two dateTime on postback Pin
bernie_01129-Apr-07 22:55
bernie_01129-Apr-07 22:55 
AnswerRe: how to compute two dateTime on postback [modified] Pin
Chetan Ranpariya29-Apr-07 23:14
Chetan Ranpariya29-Apr-07 23:14 
GeneralRe: how to compute two dateTime on postback Pin
bernie_01130-Apr-07 20:45
bernie_01130-Apr-07 20:45 
GeneralRe: how to compute two dateTime on postback Pin
bernie_01130-Apr-07 21:09
bernie_01130-Apr-07 21:09 
GeneralRe: how to compute two dateTime on postback Pin
Chetan Ranpariya1-May-07 20:44
Chetan Ranpariya1-May-07 20:44 
GeneralRe: how to compute two dateTime on postback Pin
bernie_0111-May-07 22:25
bernie_0111-May-07 22:25 
AnswerRe: how to compute two dateTime on postback Pin
Chetan Ranpariya1-May-07 22:28
Chetan Ranpariya1-May-07 22:28 
GeneralRe: how to compute two dateTime on postback Pin
bernie_0111-May-07 22:38
bernie_0111-May-07 22:38 
GeneralRe: how to compute two dateTime on postback Pin
Chetan Ranpariya1-May-07 22:40
Chetan Ranpariya1-May-07 22:40 
GeneralRe: how to compute two dateTime on postback Pin
bernie_0111-May-07 22:58
bernie_0111-May-07 22:58 
GeneralRe: how to compute two dateTime on postback Pin
Chetan Ranpariya1-May-07 23:09
Chetan Ranpariya1-May-07 23:09 
GeneralRe: how to compute two dateTime on postback Pin
bernie_0111-May-07 23:29
bernie_0111-May-07 23:29 
GeneralRe: how to compute two dateTime on postback Pin
Chetan Ranpariya1-May-07 23:36
Chetan Ranpariya1-May-07 23:36 
GeneralRe: how to compute two dateTime on postback Pin
bernie_0111-May-07 23:40
bernie_0111-May-07 23:40 

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.