Click here to Skip to main content
16,007,163 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiondisplay animated image Pin
pjc*3-Sep-06 23:24
pjc*3-Sep-06 23:24 
QuestionNavigate records from db Pin
Kissy163-Sep-06 23:14
Kissy163-Sep-06 23:14 
AnswerRe: Navigate records from db [modified] Pin
Suresh Pirsquare3-Sep-06 23:48
Suresh Pirsquare3-Sep-06 23:48 
GeneralRe: Navigate records from db [modified] Pin
Kissy164-Sep-06 1:19
Kissy164-Sep-06 1:19 
GeneralRe: Navigate records from db Pin
_AK_4-Sep-06 1:28
_AK_4-Sep-06 1:28 
GeneralRe: Navigate records from db [modified] Pin
Kissy164-Sep-06 1:21
Kissy164-Sep-06 1:21 
GeneralRe: Navigate records from db Pin
Suresh Pirsquare4-Sep-06 1:47
Suresh Pirsquare4-Sep-06 1:47 
QuestionImageButton Pin
Vsree3-Sep-06 21:51
Vsree3-Sep-06 21:51 
Hi Am having a Imagebutton whose ImageUrl is to be set from a field in database.
How to set to ImageUrl using a string(contains Filename of the image) from db.
Also,
Am having two imagebuttons ,but only one function which will be fired when either of the button is clicked.How to know which imagebutton has been clicked?(i need this because on clicking the image the ImageUrl of the imagebutton should be passed to another WebForm as QueryString)

<asp:ImageButton id="imgButton1" ImageUrl="file:///D:\Picture1.jpg" CausesValidation="False" Runat="server" Click="img_Click">
private void img_click(object sender,ImageClickEventArgs e)
{
ImageButton imgBt = (ImageButton)sender;
string url = imgBt.ImageUrl;//clicked imagebutton's url'
Response.Write(url);
}


But i couldnt make out.

Kindly help me in finding the solution..
Thanx
AnswerRe: ImageButton Pin
Wesley Samuel3-Sep-06 22:26
Wesley Samuel3-Sep-06 22:26 
GeneralRe: ImageButton Pin
Vsree3-Sep-06 23:40
Vsree3-Sep-06 23:40 
Questionwill atlas solve it ??? Pin
jagmit203-Sep-06 21:26
jagmit203-Sep-06 21:26 
Questionauto unzip files to local machine Pin
kodulkar_nilesh3-Sep-06 21:26
kodulkar_nilesh3-Sep-06 21:26 
AnswerRe: auto unzip files to local machine Pin
Suresh Pirsquare4-Sep-06 0:05
Suresh Pirsquare4-Sep-06 0:05 
QuestionUser controls' problem Pin
arunpnair3-Sep-06 20:56
arunpnair3-Sep-06 20:56 
AnswerRe: User controls' problem Pin
Guffa3-Sep-06 21:12
Guffa3-Sep-06 21:12 
Questionhow can i retreive list of stored logon (username) information? Pin
Saeed80803-Sep-06 20:42
Saeed80803-Sep-06 20:42 
QuestionSelecting Images in aspx page Pin
psmukil3-Sep-06 20:27
psmukil3-Sep-06 20:27 
QuestionPersisting expanded/collapsed state of TreeView - how? Pin
nzmike3-Sep-06 19:09
nzmike3-Sep-06 19:09 
AnswerRe: Persisting expanded/collapsed state of TreeView - how? Pin
minhpc_bk4-Sep-06 15:20
minhpc_bk4-Sep-06 15:20 
QuestionUS asp.net & MS SQL hosting companies ? Pin
digsy_3-Sep-06 14:10
digsy_3-Sep-06 14:10 
QuestionStoreing hidden fields in a page for javascript to access Pin
hslew3-Sep-06 10:42
hslew3-Sep-06 10:42 
AnswerRe: Storeing hidden fields in a page for javascript to access Pin
Guffa3-Sep-06 11:53
Guffa3-Sep-06 11:53 
QuestionProgramatically parsing & extracting body of an HTML file Pin
Dsypher3-Sep-06 8:25
Dsypher3-Sep-06 8:25 
QuestionASP.net 2.0 detailsview insert problem Pin
aharrisreid3-Sep-06 7:44
aharrisreid3-Sep-06 7:44 
QuestionAsp.net on the internet Pin
Marco_Hans3-Sep-06 7:34
Marco_Hans3-Sep-06 7:34 

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.