Click here to Skip to main content
15,926,507 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAppend list items for RadioButton List in Javascript Pin
ysunil_7416-Jun-08 0:47
ysunil_7416-Jun-08 0:47 
AnswerRe: Append list items for RadioButton List in Javascript Pin
Christian Graus16-Jun-08 2:23
protectorChristian Graus16-Jun-08 2:23 
GeneralRe: Append list items for RadioButton List in Javascript Pin
ysunil_7416-Jun-08 2:31
ysunil_7416-Jun-08 2:31 
GeneralRe: Append list items for RadioButton List in Javascript Pin
Christian Graus16-Jun-08 3:00
protectorChristian Graus16-Jun-08 3:00 
Questionhighlight a particular column in asp menu without mouse hover Pin
ashok@techxygen16-Jun-08 0:37
ashok@techxygen16-Jun-08 0:37 
Questionweb config in asp.net 2.0 Pin
trilokharry16-Jun-08 0:31
trilokharry16-Jun-08 0:31 
AnswerRe: web config in asp.net 2.0 Pin
Christian Graus16-Jun-08 2:24
protectorChristian Graus16-Jun-08 2:24 
Questionpagemethod does not render script execution Pin
Rritesh Ravlani16-Jun-08 0:08
Rritesh Ravlani16-Jun-08 0:08 
Hello,
I am developing application in which i m saving the data in database from admin section and show it to client side.for that i use contentplaceholder to show my data and use it with pagemethods.

Like
1)call pagemethod with Id which returns specific data from database
2)get that data in pagemethods callback function and place it in content
Placeholders innerText

function which calls pagemethod which returns txtContent as my database data
-----------------------------------------------------------------------

function FetchData()
{
PageMethods.FetchContent(intID,CallBackFuntion);
}

function CallBackFuntion(txtContent)
{
document.getElementById('<%= pnlContent.ClientID %>').innerHTML = txtContent;
}

now everything works fine for simple content but now i have one situation,
Where i have one script which Loads one image and on click of it one popup opens.

if i put that script directly on page the functionality works completely.
but when i save that script in database and than use my above pagemethod to render it on my placeholder it shows nothing.
I had search lot on web but dont find any answer..
So if any body has idea than give the solution for it....

Thanx in advance...

Ritesh Ravlani,
Software Developer.

Questionhow to remember password in login page . Pin
deepthy.p.m15-Jun-08 23:47
deepthy.p.m15-Jun-08 23:47 
AnswerRe: how to remember password in login page . Pin
varshavmane16-Jun-08 0:50
varshavmane16-Jun-08 0:50 
GeneralRe: how to remember password in login page . Pin
deepthy.p.m16-Jun-08 1:36
deepthy.p.m16-Jun-08 1:36 
GeneralRe: how to remember password in login page . Pin
varshavmane16-Jun-08 1:53
varshavmane16-Jun-08 1:53 
AnswerRe: how to remember password in login page . Pin
Christian Graus16-Jun-08 2:25
protectorChristian Graus16-Jun-08 2:25 
QuestionProblem with Keep me Logged in. Pin
varshavmane15-Jun-08 22:51
varshavmane15-Jun-08 22:51 
AnswerRe: Problem with Keep me Logged in. Pin
Ravi Sant3-May-11 0:23
Ravi Sant3-May-11 0:23 
QuestionCrosstab Problem Pin
SreejithAchutan15-Jun-08 22:45
SreejithAchutan15-Jun-08 22:45 
AnswerRe: Crosstab Problem Pin
Ravi Sant3-May-11 0:25
Ravi Sant3-May-11 0:25 
Questionhow to fill value in textbox in panel Pin
Sneha Bisht15-Jun-08 22:44
Sneha Bisht15-Jun-08 22:44 
AnswerRe: how to fill value in textbox in panel Pin
Masood Kochi,SSF15-Jun-08 23:26
Masood Kochi,SSF15-Jun-08 23:26 
GeneralRe: how to fill value in textbox in panel Pin
Sneha Bisht16-Jun-08 0:05
Sneha Bisht16-Jun-08 0:05 
Questionhow to download a file Pin
Nika Asgari15-Jun-08 22:38
Nika Asgari15-Jun-08 22:38 
AnswerRe: how to download a file Pin
Masood Kochi,SSF15-Jun-08 23:32
Masood Kochi,SSF15-Jun-08 23:32 
AnswerRe: how to download a file Pin
Ravi Sant3-May-11 0:26
Ravi Sant3-May-11 0:26 
Questionimage compress Pin
pradeep kumarappagari15-Jun-08 22:11
pradeep kumarappagari15-Jun-08 22:11 
AnswerRe: image compress Pin
Ravi Sant3-May-11 0:27
Ravi Sant3-May-11 0:27 

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.