Click here to Skip to main content
15,919,340 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionasp.net button focus probem Pin
amit arun patil19-Jan-09 20:57
amit arun patil19-Jan-09 20:57 
AnswerRe: asp.net button focus probem Pin
Abhishek Sur19-Jan-09 21:21
professionalAbhishek Sur19-Jan-09 21:21 
GeneralRe: asp.net button focus probem Pin
amit arun patil19-Jan-09 22:24
amit arun patil19-Jan-09 22:24 
QuestionSession is Getting TimedOut Automatically Pin
div_gusain19-Jan-09 20:49
div_gusain19-Jan-09 20:49 
AnswerRe: Session is Getting TimedOut Automatically Pin
Abhishek Sur19-Jan-09 20:58
professionalAbhishek Sur19-Jan-09 20:58 
AnswerRe: Session is Getting TimedOut Automatically Pin
J a a n s19-Jan-09 21:36
professionalJ a a n s19-Jan-09 21:36 
AnswerRe: Session is Getting TimedOut Automatically Pin
Abhijit Jana19-Jan-09 22:53
professionalAbhijit Jana19-Jan-09 22:53 
QuestionRetrieving Value using Javascript Pin
ais0719-Jan-09 20:33
ais0719-Jan-09 20:33 
Hello There ;
I want to retrieve header text of link button using javascript.I tried following code but it is not working.I am passing page and link button as parameter to this function.

function ActivateCountry(form,link)
{
var LblHead =document.getElementById('" + link.ClientID + "').innerText;

if(LblHead =='Add Country')
{
form.lblHead.innerText ='Add Country';
form.lblCTC.innerHTML ='Country Name';
}
if(LblHead =='Add State')
{
form.lblHead.innerHTML ='Add State';
form.lblCTC.innerHTML ='State Name';
}
if(LblHead =='Add City')
{
form.lblHead.innerHTML ='Add City';
form.lblCTC.innerHTML ='Add City';
}

}

If anybody knows solution please help.

Thanks
AnswerRe: Retrieving Value using Javascript Pin
Abhishek Sur19-Jan-09 20:47
professionalAbhishek Sur19-Jan-09 20:47 
QuestionExport image into Word file Pin
venkat86_ece19-Jan-09 20:31
venkat86_ece19-Jan-09 20:31 
AnswerRe: Export image into Word file Pin
Sathesh Sakthivel19-Jan-09 20:38
Sathesh Sakthivel19-Jan-09 20:38 
GeneralRe: Export image into Word file Pin
venkat86_ece19-Jan-09 21:08
venkat86_ece19-Jan-09 21:08 
QuestionASP.NET Page Problem Pin
Vimalsoft(Pty) Ltd19-Jan-09 20:23
professionalVimalsoft(Pty) Ltd19-Jan-09 20:23 
AnswerRe: ASP.NET Page Problem [modified] Pin
Herman<T>.Instance19-Jan-09 22:35
Herman<T>.Instance19-Jan-09 22:35 
QuestionWMI Pin
am.net19-Jan-09 18:42
am.net19-Jan-09 18:42 
AnswerRe: WMI Pin
Abhijit Jana19-Jan-09 19:00
professionalAbhijit Jana19-Jan-09 19:00 
QuestionHow to send Email using Javascript/html? Pin
Member 472018419-Jan-09 18:30
Member 472018419-Jan-09 18:30 
AnswerRe: How to send Email using Javascript/html? Pin
Abhishek Sur19-Jan-09 20:20
professionalAbhishek Sur19-Jan-09 20:20 
GeneralRe: How to send Email using Javascript/html? Pin
Abhijit Jana19-Jan-09 20:35
professionalAbhijit Jana19-Jan-09 20:35 
GeneralRe: How to send Email using Javascript/html? Pin
Sathesh Sakthivel19-Jan-09 20:41
Sathesh Sakthivel19-Jan-09 20:41 
QuestionProblem in reading pdf file? Pin
avika19-Jan-09 18:08
avika19-Jan-09 18:08 
AnswerRe: Problem in reading pdf file? Pin
Aman Bhullar19-Jan-09 18:17
Aman Bhullar19-Jan-09 18:17 
QuestionFile security in ASP .Net Pin
CrazyCoder2619-Jan-09 17:49
CrazyCoder2619-Jan-09 17:49 
AnswerRe: File security in ASP .Net Pin
Aman Bhullar19-Jan-09 18:19
Aman Bhullar19-Jan-09 18:19 
QuestionProblem Regarding Module Popup Extender Pin
ais0719-Jan-09 17:37
ais0719-Jan-09 17:37 

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.