Click here to Skip to main content
16,014,392 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAjaxControlToolkit Tabs control question Pin
Leo Smith7-Jul-08 8:27
Leo Smith7-Jul-08 8:27 
QuestionMultiplication problem Pin
sajeent127-Jul-08 8:06
sajeent127-Jul-08 8:06 
AnswerRe: Multiplication problem Pin
Christian Graus7-Jul-08 8:11
protectorChristian Graus7-Jul-08 8:11 
Questionuploade error Pin
strawberrysh7-Jul-08 7:37
strawberrysh7-Jul-08 7:37 
AnswerRe: uploade error Pin
Christian Graus7-Jul-08 8:12
protectorChristian Graus7-Jul-08 8:12 
QuestionProblem in Javascript file Pin
pinna_hari7-Jul-08 6:34
pinna_hari7-Jul-08 6:34 
AnswerRe: Problem in Javascript file Pin
Christian Graus7-Jul-08 8:16
protectorChristian Graus7-Jul-08 8:16 
QuestionImage button inside an updatepanel Pin
Michael Bookatz7-Jul-08 6:29
Michael Bookatz7-Jul-08 6:29 
Hi all,

I've just started playing with AJAX and am using the update panel to display images if a condition is met. The user can then click on the image and bring in a pop up window.

I have the code working outside a update panel but inside it doesn't seem to work?

Any ideas please.

Here's the code that should be called by the image command.

protected void imgOverview_Command(object sender, CommandEventArgs e)
   {
       Session.Remove("cdID");
       Session.Add("cdID", e.CommandArgument.ToString());
       ClientScript.RegisterClientScriptBlock(typeof(Page), "smallWindows", "<script>window.open('confirmCD.aspx', 'PopupPage', 'height=450,width=500,scrollbars=yes,resizable=yes');</script>");
   }


Thanks
AnswerRe: Image button inside an updatepanel Pin
Herman<T>.Instance8-Jul-08 3:40
Herman<T>.Instance8-Jul-08 3:40 
GeneralRe: Image button inside an updatepanel Pin
Michael Bookatz8-Jul-08 6:30
Michael Bookatz8-Jul-08 6:30 
Questionquick easy question regarding url vairables Pin
eyeseetee7-Jul-08 4:24
eyeseetee7-Jul-08 4:24 
AnswerRe: quick easy question regarding url vairables Pin
Michael Bookatz7-Jul-08 4:28
Michael Bookatz7-Jul-08 4:28 
AnswerRe: quick easy question regarding url vairables Pin
Sherin Iranimose7-Jul-08 4:30
Sherin Iranimose7-Jul-08 4:30 
AnswerRe: quick easy question regarding url vairables Pin
eyeseetee7-Jul-08 4:52
eyeseetee7-Jul-08 4:52 
Questionconvert vb to javascript Pin
farabba7-Jul-08 4:05
farabba7-Jul-08 4:05 
AnswerRe: convert vb to javascript Pin
Christian Graus7-Jul-08 4:08
protectorChristian Graus7-Jul-08 4:08 
GeneralRe: convert vb to javascript Pin
farabba7-Jul-08 4:15
farabba7-Jul-08 4:15 
GeneralRe: convert vb to javascript Pin
Christian Graus7-Jul-08 4:56
protectorChristian Graus7-Jul-08 4:56 
QuestionC# create Ajax Accordion and panes? Pin
countnazgul7-Jul-08 4:00
countnazgul7-Jul-08 4:00 
AnswerRe: C# create Ajax Accordion and panes? Pin
countnazgul8-Jul-08 22:50
countnazgul8-Jul-08 22:50 
Questionsession Pin
rajeev22337-Jul-08 3:20
rajeev22337-Jul-08 3:20 
AnswerRe: session Pin
Christian Graus7-Jul-08 3:35
protectorChristian Graus7-Jul-08 3:35 
GeneralRe: session Pin
tina->newcoder7-Jul-08 8:03
tina->newcoder7-Jul-08 8:03 
GeneralRe: session Pin
Christian Graus7-Jul-08 8:16
protectorChristian Graus7-Jul-08 8:16 
QuestionCheckBox is not available in the User Control Pin
dwadasi7-Jul-08 2:39
dwadasi7-Jul-08 2:39 

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.