hi plz help me
I am totally new to asp.net. I am using visual studio to create a asp.net page through c# . when i create the page and run in iis it is not displaying any event
like if i placed some message in pageload()
pageload()
{label1.text="hello";
}
it is not displaying hello during runtime .It is only showing the labelname which was set during design time
|