asp.net 2 variables initilization

  • Thread starter Thread starter ShayHk
  • Start date Start date
S

ShayHk

for example:
I Draged a Button to the webForm .
Where is the definition?
Where are the event registration?
where these the initilazation of the variables takeing place.
 
I dont think you undrestand me.

windows form application , when I drag a button to the form...
The button declaration is created above on the code

In Visual studio 2005 Web application
I Draged a button to the page
but I cant find that button declaration in the code (only in the html)


if I want to create Buttons manualy through the code and display them
on the page
How can I do It?
 
Back
Top