Click here to Skip to main content
15,867,488 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Javascript not working after .net2 migration. Pin
Yusuf12-Mar-09 2:59
Yusuf12-Mar-09 2:59 
GeneralRe: Javascript not working after .net2 migration. Pin
imnotso#12-Mar-09 3:05
imnotso#12-Mar-09 3:05 
GeneralRe: Javascript not working after .net2 migration. Pin
Yusuf12-Mar-09 3:17
Yusuf12-Mar-09 3:17 
GeneralRe: Javascript not working after .net2 migration. Pin
imnotso#12-Mar-09 3:19
imnotso#12-Mar-09 3:19 
Questioncalling javascript function written in separate js file to validate contentpage controls which inherits masterpage Pin
Robymon12-Mar-09 2:16
Robymon12-Mar-09 2:16 
AnswerRe: calling javascript function written in separate js file to validate contentpage controls which inherits masterpage Pin
anujbanka178412-Mar-09 2:35
anujbanka178412-Mar-09 2:35 
GeneralRe: calling javascript function written in separate js file to validate contentpage controls which inherits masterpage Pin
Robymon12-Mar-09 2:47
Robymon12-Mar-09 2:47 
GeneralRe: calling javascript function written in separate js file to validate contentpage controls which inherits masterpage Pin
anujbanka178412-Mar-09 3:11
anujbanka178412-Mar-09 3:11 
they find id of these controls and u can find id of any control and in java script u can get id of any control like this

function abc(ID,id)
{
return confirm('Are you sure you want to save the file '+ document.getElementById(ID).value + ' in process '+document.getElementById(id).value+ "." );
}

GeneralRe: calling javascript function written in separate js file to validate contentpage controls which inherits masterpage Pin
Robymon12-Mar-09 3:23
Robymon12-Mar-09 3:23 
Questionexception Pin
NRHSR12-Mar-09 2:03
NRHSR12-Mar-09 2:03 
AnswerRe: exception Pin
Abhishek Sur12-Mar-09 2:15
professionalAbhishek Sur12-Mar-09 2:15 
GeneralRe: exception Pin
NRHSR12-Mar-09 2:30
NRHSR12-Mar-09 2:30 
GeneralRe: exception Pin
Yusuf12-Mar-09 3:03
Yusuf12-Mar-09 3:03 
GeneralRe: exception Pin
Abhishek Sur12-Mar-09 3:26
professionalAbhishek Sur12-Mar-09 3:26 
AnswerRe: exception Pin
keyur satyadev12-Mar-09 3:38
keyur satyadev12-Mar-09 3:38 
QuestionDateTimePicker Control.... Pin
Sr...Frank12-Mar-09 1:49
Sr...Frank12-Mar-09 1:49 
AnswerRe: DateTimePicker Control.... Pin
Rajeesh MP12-Mar-09 1:59
Rajeesh MP12-Mar-09 1:59 
GeneralRe: DateTimePicker Control.... Pin
Sr...Frank12-Mar-09 2:07
Sr...Frank12-Mar-09 2:07 
GeneralRe: DateTimePicker Control.... Pin
anujbanka178412-Mar-09 2:36
anujbanka178412-Mar-09 2:36 
GeneralRe: DateTimePicker Control.... Pin
Rajeesh MP12-Mar-09 18:59
Rajeesh MP12-Mar-09 18:59 
AnswerRe: DateTimePicker Control.... Pin
Yusuf12-Mar-09 3:04
Yusuf12-Mar-09 3:04 
QuestionReg :: Sharepoint customization Pin
chandru.jeeva12-Mar-09 1:30
chandru.jeeva12-Mar-09 1:30 
Questioncheck background printing is enabled or not in client browser Pin
Pankajbendre12-Mar-09 1:09
Pankajbendre12-Mar-09 1:09 
Questionend to end communication + asp.net Pin
avi_dadi200211-Mar-09 23:23
avi_dadi200211-Mar-09 23:23 
AnswerRe: end to end communication + asp.net Pin
iamalik12-Mar-09 0:10
professionaliamalik12-Mar-09 0:10 

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.