Click here to Skip to main content
15,911,646 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: i facing problom to run asp.net3.5 block book sample projects. the error message is Pin
Abhijit Jana25-Jul-09 8:45
professionalAbhijit Jana25-Jul-09 8:45 
AnswerRe: i facing problom to run asp.net3.5 block book sample projects. the error message is Pin
Manas Bhardwaj25-Jul-09 11:04
professionalManas Bhardwaj25-Jul-09 11:04 
GeneralRe: i facing problom to run asp.net3.5 block book sample projects. the error message is Pin
Ramesh Reddy1111125-Jul-09 15:59
Ramesh Reddy1111125-Jul-09 15:59 
GeneralRe: i facing problom to run asp.net3.5 block book sample projects. the error message is Pin
Abhijit Jana25-Jul-09 21:21
professionalAbhijit Jana25-Jul-09 21:21 
GeneralRe: i facing problom to run asp.net3.5 block book sample projects. the error message is Pin
Ramesh Reddy1111125-Jul-09 21:43
Ramesh Reddy1111125-Jul-09 21:43 
GeneralRe: i facing problom to run asp.net3.5 block book sample projects. the error message is Pin
Manas Bhardwaj25-Jul-09 22:11
professionalManas Bhardwaj25-Jul-09 22:11 
GeneralRe: i facing problom to run asp.net3.5 block book sample projects. the error message is Pin
Abhijit Jana25-Jul-09 22:24
professionalAbhijit Jana25-Jul-09 22:24 
QuestionCommandName Pin
arkiboys25-Jul-09 5:36
arkiboys25-Jul-09 5:36 
Hello,
There are four buttons on the asp.net form.
Each has a different ID i.e. Back, Pause, Play, Forward
The commandName property of each button is set to Playback.
I have the event below which is supposed to be fired every time I click on one of these buttons. Do you see why this event does not get fired please?
have I done something wrong?
Thanks

protected void Playback_Command(object sender, CommandEventArgs e)
      {
            switch (e.CommandName)
            {
                  case "Back":
                        Response.Write("back");
                        break;
                  case "Pause":
                        Response.Write("pause");
                        break;
                  case "Play":
                        Response.Write("play");
                        break;
                  case "Forward":
                        Response.Write("Forward");
                        break;
            }
      }
AnswerRe: CommandName Pin
Abhijit Jana25-Jul-09 5:49
professionalAbhijit Jana25-Jul-09 5:49 
GeneralRe: CommandName Pin
arkiboys25-Jul-09 5:52
arkiboys25-Jul-09 5:52 
GeneralRe: CommandName Pin
Mike Ellison25-Jul-09 8:34
Mike Ellison25-Jul-09 8:34 
GeneralRe: CommandName Pin
arkiboys25-Jul-09 9:27
arkiboys25-Jul-09 9:27 
GeneralRe: CommandName Pin
Abhijit Jana25-Jul-09 9:33
professionalAbhijit Jana25-Jul-09 9:33 
GeneralRe: CommandName Pin
arkiboys25-Jul-09 9:34
arkiboys25-Jul-09 9:34 
AnswerRe: CommandName Pin
Abhijit Jana25-Jul-09 9:37
professionalAbhijit Jana25-Jul-09 9:37 
GeneralRe: CommandName Pin
arkiboys25-Jul-09 10:07
arkiboys25-Jul-09 10:07 
GeneralRe: CommandName Pin
Abhijit Jana25-Jul-09 10:10
professionalAbhijit Jana25-Jul-09 10:10 
QuestionProblem with ScriptManager.RegisterArrayDeclaration Pin
yadlaprasad25-Jul-09 2:55
yadlaprasad25-Jul-09 2:55 
QuestionExport to Excel [modified] Pin
Ganesan 200925-Jul-09 2:48
Ganesan 200925-Jul-09 2:48 
AnswerRe: Export to Excel Pin
Christian Graus25-Jul-09 12:52
protectorChristian Graus25-Jul-09 12:52 
GeneralDataTable to Excel Download Pin
Ganesan 200927-Jul-09 3:05
Ganesan 200927-Jul-09 3:05 
QuestionMake pc-phone,mobile dialer Pin
Any_India25-Jul-09 2:39
Any_India25-Jul-09 2:39 
AnswerRe: Make pc-phone,mobile dialer Pin
Abhijit Jana25-Jul-09 8:45
professionalAbhijit Jana25-Jul-09 8:45 
AnswerRe: Make pc-phone,mobile dialer Pin
Manas Bhardwaj25-Jul-09 11:08
professionalManas Bhardwaj25-Jul-09 11:08 
AnswerRe: Make pc-phone,mobile dialer Pin
SpinyTel24-Oct-11 6:32
SpinyTel24-Oct-11 6:32 

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.