Click here to Skip to main content
15,899,825 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Need media_handler.cs for convert videos Pin
Christian Graus4-Oct-09 20:54
protectorChristian Graus4-Oct-09 20:54 
AnswerRe: Need media_handler.cs for convert videos Pin
sashidhar4-Oct-09 20:49
sashidhar4-Oct-09 20:49 
JokeRe: Need media_handler.cs for convert videos Pin
Vasudevan Deepak Kumar4-Oct-09 21:57
Vasudevan Deepak Kumar4-Oct-09 21:57 
GeneralRe: Need media_handler.cs for convert videos Pin
Richard MacCutchan4-Oct-09 22:48
mveRichard MacCutchan4-Oct-09 22:48 
QuestionHow to configure SMTP Server on local Machine Pin
User 62554644-Oct-09 20:26
User 62554644-Oct-09 20:26 
AnswerRe: How to configure SMTP Server on local Machine Pin
Manas Bhardwaj4-Oct-09 20:29
professionalManas Bhardwaj4-Oct-09 20:29 
QuestionHow to execute server side code on browser back button.... Pin
yrishi4-Oct-09 20:01
yrishi4-Oct-09 20:01 
AnswerRe: How to execute server side code on browser back button.... Pin
sashidhar4-Oct-09 20:14
sashidhar4-Oct-09 20:14 
This Happens normally when You click the button more number of times for writing code.
Try Like This..!
1)Copy the Code from browser back button
2)go to source view delete the onclick="Button1_Click" html and delete the code of .cs file i.e. browser back button event completely with event.
protected void Button1_Click(object sender, EventArgs e)
    {

    }

3)Now go to button double click on the back button and paste the code..!
Hope it may help..!

MyFirstArticlePublished: MenuControlSelectedItem
Why Do Some People Forget To Mark as Answer .If It Helps.

GeneralRe: How to execute server side code on browser back button.... Pin
yrishi4-Oct-09 20:24
yrishi4-Oct-09 20:24 
GeneralRe: How to execute server side code on browser back button.... Pin
Manas Bhardwaj4-Oct-09 20:27
professionalManas Bhardwaj4-Oct-09 20:27 
GeneralRe: How to execute server side code on browser back button.... Pin
yrishi4-Oct-09 20:29
yrishi4-Oct-09 20:29 
QuestionHow to get the all ajax control while those are not present in tool box. Pin
rinku soni 234-Oct-09 19:52
rinku soni 234-Oct-09 19:52 
AnswerRe: How to get the all ajax control while those are not present in tool box. Pin
Christian Graus4-Oct-09 19:56
protectorChristian Graus4-Oct-09 19:56 
AnswerRe: How to get the all ajax control while those are not present in tool box. Pin
sashidhar4-Oct-09 20:05
sashidhar4-Oct-09 20:05 
QuestionGridview Updating Event Not Firing in Production! Pin
DigiOz Multimedia4-Oct-09 12:36
DigiOz Multimedia4-Oct-09 12:36 
AnswerRe: Gridview Updating Event Not Firing in Production! Pin
Christian Graus4-Oct-09 13:03
protectorChristian Graus4-Oct-09 13:03 
GeneralRe: Gridview Updating Event Not Firing in Production! Pin
DigiOz Multimedia4-Oct-09 13:12
DigiOz Multimedia4-Oct-09 13:12 
GeneralRe: Gridview Updating Event Not Firing in Production! Pin
Christian Graus4-Oct-09 13:25
protectorChristian Graus4-Oct-09 13:25 
GeneralRe: Gridview Updating Event Not Firing in Production! Pin
DigiOz Multimedia4-Oct-09 13:48
DigiOz Multimedia4-Oct-09 13:48 
AnswerRe: Gridview Updating Event Not Firing in Production! Pin
banker_kiran4-Oct-09 20:13
banker_kiran4-Oct-09 20:13 
QuestionGet client username Pin
_Madmatt4-Oct-09 7:45
_Madmatt4-Oct-09 7:45 
AnswerRe: Get client username Pin
Manas Bhardwaj4-Oct-09 7:51
professionalManas Bhardwaj4-Oct-09 7:51 
GeneralRe: Get client username Pin
_Madmatt4-Oct-09 7:54
_Madmatt4-Oct-09 7:54 
GeneralRe: Get client username Pin
Manas Bhardwaj4-Oct-09 8:26
professionalManas Bhardwaj4-Oct-09 8:26 
GeneralRe: Get client username Pin
_Madmatt4-Oct-09 8:34
_Madmatt4-Oct-09 8: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.