Click here to Skip to main content
15,888,967 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Off topic Pin
Richard MacCutchan5-Jun-15 2:34
mveRichard MacCutchan5-Jun-15 2:34 
GeneralRe: Off topic Pin
Richard MacCutchan5-Jun-15 2:34
mveRichard MacCutchan5-Jun-15 2:34 
QuestionGrid view total Pin
Mahima Singh4-Jun-15 0:51
professionalMahima Singh4-Jun-15 0:51 
SuggestionRe: Grid view total Pin
Richard MacCutchan4-Jun-15 0:58
mveRichard MacCutchan4-Jun-15 0:58 
AnswerRe: Grid view total Pin
jkirkerx5-Jun-15 8:36
professionaljkirkerx5-Jun-15 8:36 
Questionthe usual annoying absurdity Pin
tiwal3-Jun-15 22:51
tiwal3-Jun-15 22:51 
AnswerRe: the usual annoying absurdity Pin
F-ES Sitecore3-Jun-15 23:51
professionalF-ES Sitecore3-Jun-15 23:51 
AnswerRe: the usual annoying absurdity Pin
Richard Deeming4-Jun-15 0:34
mveRichard Deeming4-Jun-15 0:34 
Since you haven't provided any code, I'll have to take a guess: your event handler is wired up multiple times.

There are several ways event handlers can be wired to events in ASP.NET; if you've used more than one, then the event will be fired multiple times.
  • If AutoEventWireup[^] is set to "True", methods with names like Page_Load will automatically be wired up to the equivalent event.
  • If you're using VB.NET, adding the Handles clause to a method will wire it up to the specified event.
  • If you have an OnEventName="Handler" attribute in your markup, that method will be wired up to the specified event.
  • If you have a default.aspx.designer.cs / default.aspx.designer.vb file in your project, you might find that it contains code to wire up the event handler.




"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


QuestionC# PDF Printing Pin
El Developer3-Jun-15 4:54
El Developer3-Jun-15 4:54 
AnswerRe: C# PDF Printing Pin
F-ES Sitecore3-Jun-15 5:01
professionalF-ES Sitecore3-Jun-15 5:01 
GeneralRe: C# PDF Printing Pin
El Developer3-Jun-15 5:09
El Developer3-Jun-15 5:09 
GeneralRe: C# PDF Printing Pin
F-ES Sitecore3-Jun-15 5:18
professionalF-ES Sitecore3-Jun-15 5:18 
AnswerRe: C# PDF Printing Pin
Richard MacCutchan3-Jun-15 5:20
mveRichard MacCutchan3-Jun-15 5:20 
QuestionExecuteNonQuery SQL injection error from concatanating C# client values into a hard coded SQL string making a call to a SQL server. Pin
Stephen Holdorf3-Jun-15 4:43
Stephen Holdorf3-Jun-15 4:43 
AnswerRe: ExecuteNonQuery SQL injection error from concatanating C# client values into a hard coded SQL string making a call to a SQL server. Pin
Richard Deeming3-Jun-15 4:52
mveRichard Deeming3-Jun-15 4:52 
QuestionAzure storage-blob for basic asp.net MVC5 dynamic Website? Pin
apoxe3-Jun-15 4:37
apoxe3-Jun-15 4:37 
QuestionRunning MP4 video from the web. app. Pin
esb772-Jun-15 3:26
esb772-Jun-15 3:26 
GeneralRe: Running MP4 video from the web. app. Pin
Richard MacCutchan2-Jun-15 5:23
mveRichard MacCutchan2-Jun-15 5:23 
AnswerRe: Running MP4 video from the web. app. Pin
F-ES Sitecore2-Jun-15 5:31
professionalF-ES Sitecore2-Jun-15 5:31 
QuestionA bit lost here... Pin
Kornfeld Eliyahu Peter2-Jun-15 1:22
professionalKornfeld Eliyahu Peter2-Jun-15 1:22 
SuggestionRe: A bit lost here... Pin
Richard Deeming2-Jun-15 5:54
mveRichard Deeming2-Jun-15 5:54 
GeneralRe: A bit lost here... Pin
Kornfeld Eliyahu Peter2-Jun-15 20:28
professionalKornfeld Eliyahu Peter2-Jun-15 20:28 
QuestionRegarding one to one Video calling with Chat Pin
Usefuldesk2-Jun-15 1:22
Usefuldesk2-Jun-15 1:22 
SuggestionRe: Regarding one to one Video calling with Chat Pin
Richard MacCutchan2-Jun-15 2:29
mveRichard MacCutchan2-Jun-15 2:29 
QuestionAdd windows form module in Web application Pin
Aniiil1-Jun-15 22:33
Aniiil1-Jun-15 22:33 

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.