Click here to Skip to main content
15,900,258 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: button Pin
Christian Graus14-Jun-08 8:41
protectorChristian Graus14-Jun-08 8:41 
QuestionThe SMTP host was not specified. Pin
iamdking14-Jun-08 1:55
iamdking14-Jun-08 1:55 
AnswerRe: The SMTP host was not specified. Pin
Christian Graus14-Jun-08 3:37
protectorChristian Graus14-Jun-08 3:37 
GeneralRe: The SMTP host was not specified. Pin
iamdking14-Jun-08 20:55
iamdking14-Jun-08 20:55 
Questionconfirmation dialog box in asp.net 2.0 Pin
vijaylumar14-Jun-08 1:18
vijaylumar14-Jun-08 1:18 
AnswerRe: confirmation dialog box in asp.net 2.0 Pin
Christian Graus14-Jun-08 3:38
protectorChristian Graus14-Jun-08 3:38 
Questiondifference between events and functions Pin
Pankaj Garg14-Jun-08 1:15
Pankaj Garg14-Jun-08 1:15 
AnswerRe: difference between events and functions Pin
Christian Graus14-Jun-08 3:36
protectorChristian Graus14-Jun-08 3:36 
Do you have any sort of source materials yourself, such as books ? You should get some.

An event is just a method, but it's also a delegate, which is basically a pointer/reference to a method. This means a method is specified as a paremeter, in code, and whatever method(s) you specify are called when that event fires. So, you can write a function, and it's a function. If you write a function with the signature of an event, and attach it to an event, then the event mechanism is used to associate that function being called with that event firing.

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

AnswerRe: difference between events and functions Pin
Meysam Mahfouzi15-Jun-08 2:54
Meysam Mahfouzi15-Jun-08 2:54 
Questionexception "The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF" Pin
trilokharry13-Jun-08 23:07
trilokharry13-Jun-08 23:07 
Questionchange listwidth of dropdownlist in asp.net 2.0 Pin
vijaylumar13-Jun-08 21:50
vijaylumar13-Jun-08 21:50 
AnswerRe: change listwidth of dropdownlist in asp.net 2.0 Pin
Anand Desai13-Jun-08 21:55
Anand Desai13-Jun-08 21:55 
QuestionSecurity Module Pin
iamdking13-Jun-08 21:37
iamdking13-Jun-08 21:37 
AnswerRe: Security Module Pin
leppie13-Jun-08 21:43
leppie13-Jun-08 21:43 
GeneralRe: Security Module Pin
iamdking13-Jun-08 21:52
iamdking13-Jun-08 21:52 
Questionpassing arralist in querystring in asp.net c# Pin
VijayVishwakarma13-Jun-08 21:26
VijayVishwakarma13-Jun-08 21:26 
AnswerRe: passing arralist in querystring in asp.net c# Pin
leppie13-Jun-08 21:43
leppie13-Jun-08 21:43 
QuestionPlace your current page path on Label Pin
Rajeshiam13-Jun-08 21:24
Rajeshiam13-Jun-08 21:24 
AnswerRe: Place your current page path on Label Pin
Christian Graus14-Jun-08 3:39
protectorChristian Graus14-Jun-08 3:39 
Questiondrop down list in asp.net 2.0 Pin
vijaylumar13-Jun-08 21:07
vijaylumar13-Jun-08 21:07 
AnswerRe: drop down list in asp.net 2.0 Pin
Anand Desai13-Jun-08 21:22
Anand Desai13-Jun-08 21:22 
QuestionHow a pdf file open in new window Pin
Masood Kochi,SSF13-Jun-08 20:43
Masood Kochi,SSF13-Jun-08 20:43 
AnswerRe: How a pdf file open in new window Pin
Anand Desai13-Jun-08 20:58
Anand Desai13-Jun-08 20:58 
Questionurl rewriting Pin
Pankaj Garg13-Jun-08 18:40
Pankaj Garg13-Jun-08 18:40 
QuestionProblem using FillSchema Pin
FerJones13-Jun-08 14:18
FerJones13-Jun-08 14:18 

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.