Click here to Skip to main content
15,917,795 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionMy.Computer.Network.UploadFile Pin
dptalt3-May-06 10:06
dptalt3-May-06 10:06 
AnswerRe: My.Computer.Network.UploadFile Pin
Colin Angus Mackay3-May-06 10:31
Colin Angus Mackay3-May-06 10:31 
GeneralRe: My.Computer.Network.UploadFile Pin
dptalt4-May-06 2:48
dptalt4-May-06 2:48 
QuestionProblem with links?? Pin
papa19803-May-06 6:04
papa19803-May-06 6:04 
QuestionImageButton Server-side OnClick handler doesn't always get called Pin
Mark Otway3-May-06 5:49
Mark Otway3-May-06 5:49 
AnswerRe: ImageButton Server-side OnClick handler doesn't always get called Pin
J4amieC3-May-06 5:59
J4amieC3-May-06 5:59 
GeneralRe: ImageButton Server-side OnClick handler doesn't always get called Pin
Mark Otway3-May-06 6:04
Mark Otway3-May-06 6:04 
AnswerRe: ImageButton Server-side OnClick handler doesn't always get called Pin
lijukv3-May-06 22:18
lijukv3-May-06 22:18 
if u have given AutoEventWireup="false" in the page directive then u have to give

Handles StartProcessButtonClick.Click

ie ..
protected void StartProcessButtonClick(object sender, ImageClickEventArgs e)Handles StartProcessButtonClick.Click
{
if(sender is ImageButton)
{
// blah
}
}

Other wise u have to make AutoEventWireup="true"

I am not sure whether this little information will solve your problem
GeneralRe: ImageButton Server-side OnClick handler doesn't always get called Pin
Mark Otway4-May-06 0:03
Mark Otway4-May-06 0:03 
GeneralRe: ImageButton Server-side OnClick handler doesn't always get called Pin
Mark Otway4-May-06 0:57
Mark Otway4-May-06 0:57 
QuestionCompiling date and time Pin
Albert Pascual3-May-06 5:01
sitebuilderAlbert Pascual3-May-06 5:01 
AnswerRe: Compiling date and time Pin
CWIZO3-May-06 7:30
CWIZO3-May-06 7:30 
GeneralRe: Compiling date and time Pin
Albert Pascual3-May-06 7:32
sitebuilderAlbert Pascual3-May-06 7:32 
QuestionFiles to Run Crystal Report in server Pin
sarayumadhavan3-May-06 4:36
sarayumadhavan3-May-06 4:36 
Questionasp.net 2.0 LoginView Pin
fmardani3-May-06 4:33
fmardani3-May-06 4:33 
Questionasp.net 2.0-security Pin
fmardani3-May-06 3:13
fmardani3-May-06 3:13 
Questionregarding calender control Pin
MissionSuccess3-May-06 2:14
MissionSuccess3-May-06 2:14 
Questiondigital signature public and private keys? Pin
haneen19843-May-06 2:11
haneen19843-May-06 2:11 
AnswerRe: digital signature public and private keys? Pin
Paddy Boyd3-May-06 3:27
Paddy Boyd3-May-06 3:27 
Questionweb.config error Pin
Robert19743-May-06 1:28
Robert19743-May-06 1:28 
AnswerRe: web.config error Pin
Paddy Boyd3-May-06 3:29
Paddy Boyd3-May-06 3:29 
QuestionTo Change an Image into different formats? Pin
MudkiSekhon3-May-06 1:15
MudkiSekhon3-May-06 1:15 
AnswerRe: To Change an Image into different formats? Pin
R.Prabha Devi3-May-06 1:52
R.Prabha Devi3-May-06 1:52 
GeneralRe: To Change an Image into different formats? Pin
MudkiSekhon3-May-06 3:39
MudkiSekhon3-May-06 3:39 
QuestionPivot table programming with c#, asp.net Pin
sohne3-May-06 0:11
sohne3-May-06 0:11 

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.