Hello,
I am new to .NET I created project and also some sub directories. I am working in those directories. When i add new item to the project(webform) and written code(asp:label, asp:button, asp:textbox).
The events are in code behind. Here the problem.
********
Eventhough the control is exist on the form(mypage.aspx), control is not identified in code behind page(mypage.aspx.
vb). After a long time it identifies(many refreshes). When i run in the browser .. error, error, success,...
When i change the code in the event procedures and run in the browser, still getting the old output. But that statements are not existing in the code.
What could be the problem. I am totally frustated with VS.NET, i have declared the session variables in global.asax but the variables are declared in global.asax.
vb Will it function properly when i access from any browser in my LAN?
thanx in advance.