TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sie Ste
NA
196
183.9k
Generic values in ASP.NET
Nov 2 2011 12:19 AM
Since I am new to working with C# asp.net 2010 within the last few fmonths, I have the following question to ask.
I have been using code like the following in my first *.aspx.cs program:
protected void methodname(object sender, EventArgs e)
{
}
I will haveen using this code since I have been alot of other methods being setup like this. However, can you tell me:
1. When should these type of paramters actually be passed to methods I am writing?
2. Do you know of a reference that would actually explain the generic and specific use of when to use (object sender, EventArgs e)?
Reply
Answers (
1
)
Popup for login??
What is the diffrence between page refresh and page reload?