Click here to Skip to main content
15,892,965 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSplit and merge swf file in asp.net 2.0 c# Pin
perumalLashmi17-Sep-08 3:18
perumalLashmi17-Sep-08 3:18 
QuestionRe: Split and merge swf file in asp.net 2.0 c# Pin
Abhijit Jana17-Sep-08 3:25
professionalAbhijit Jana17-Sep-08 3:25 
Questionhow to include database in web setup project (.net 1.1 sql server 2000 ) Pin
bigphish17-Sep-08 3:15
bigphish17-Sep-08 3:15 
QuestionSplit string Pin
eyeseetee17-Sep-08 3:03
eyeseetee17-Sep-08 3:03 
AnswerRe: Split string Pin
Abhijit Jana17-Sep-08 3:24
professionalAbhijit Jana17-Sep-08 3:24 
AnswerRe: Split string Pin
K V Sekhar17-Sep-08 3:27
K V Sekhar17-Sep-08 3:27 
GeneralRe: Split string Pin
eyeseetee17-Sep-08 3:45
eyeseetee17-Sep-08 3:45 
Questiondynamically change image in asp:placeholder Pin
dhumplopoka17-Sep-08 2:47
dhumplopoka17-Sep-08 2:47 
I dynamically created an image (imageA), what I require is onclick event another image (imageB) should display and save the imageA id in string (which later I store in a dataset).

My question is how do I change and save the imageA id? , JavaScript can handle onclick event but don’t know how it handle in <asp:placeholder>

Here is a code

default.aspx

<asp:PlaceHolder runat="server" ID="image_placeholder"></asp:PlaceHolder>

default.aspx.vb

Dim imageA As System.Web.UI.WebControls.Image = New System.Web.UI.WebControls.Image()

imageA.ID = "imageA"

imageA.ImageUrl = "Box1.gif"

image_placeholder.Controls.Add(imageA)


Thanks In Advance
Questionopen url page on iis write only http://home Pin
Rinki Mukheraji17-Sep-08 2:16
Rinki Mukheraji17-Sep-08 2:16 
AnswerRe: open url page on iis write only http://home Pin
Eddy Vluggen17-Sep-08 2:43
professionalEddy Vluggen17-Sep-08 2:43 
Questionallow user to write in drop down Pin
Krazy Programmer17-Sep-08 2:10
Krazy Programmer17-Sep-08 2:10 
AnswerRe: allow user to write in drop down Pin
eyeseetee17-Sep-08 2:27
eyeseetee17-Sep-08 2:27 
AnswerRe: allow user to write in drop down Pin
ToddHileHoffer17-Sep-08 2:48
ToddHileHoffer17-Sep-08 2:48 
GeneralRe: allow user to write in drop down Pin
Gamzun17-Sep-08 17:09
Gamzun17-Sep-08 17:09 
QuestionUse Timer Contorl in asp.net Pin
Rinki Mukheraji17-Sep-08 1:15
Rinki Mukheraji17-Sep-08 1:15 
AnswerRe: Use Timer Contorl in asp.net Pin
sumit703417-Sep-08 1:22
sumit703417-Sep-08 1:22 
GeneralRe: Use Timer Contorl in asp.net Pin
Rinki Mukheraji17-Sep-08 1:27
Rinki Mukheraji17-Sep-08 1:27 
GeneralRe: Use Timer Contorl in asp.net Pin
eyeseetee17-Sep-08 1:28
eyeseetee17-Sep-08 1:28 
AnswerRe: Use Timer Contorl in asp.net Pin
Sathesh Sakthivel17-Sep-08 1:25
Sathesh Sakthivel17-Sep-08 1:25 
GeneralRe: Use Timer Contorl in asp.net Pin
J4amieC17-Sep-08 2:10
J4amieC17-Sep-08 2:10 
RantRe: Use Timer Contorl in asp.net Pin
Eddy Vluggen17-Sep-08 2:38
professionalEddy Vluggen17-Sep-08 2:38 
GeneralRe: Use Timer Contorl in asp.net Pin
J4amieC17-Sep-08 2:42
J4amieC17-Sep-08 2:42 
GeneralRe: Use Timer Contorl in asp.net Pin
Eddy Vluggen17-Sep-08 2:57
professionalEddy Vluggen17-Sep-08 2:57 
AnswerRe: Use Timer Contorl in asp.net Pin
eyeseetee17-Sep-08 2:25
eyeseetee17-Sep-08 2:25 
QuestionFilteredTextBox for invalid chars as (@%$&*) Pin
satishjha17-Sep-08 0:59
satishjha17-Sep-08 0:59 

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.