1
vote
4answers
150 views
Do you really need a Text attribute in an ASP.NET Label?
What is the difference between the following?
<asp:Label runat="server">Hello World</asp:Label>
<asp:Label runat="server" Text="Hello World"></asp:Label> …
8
votes
8answers
515 views
Silverlight 3 released - Has the time come to take Silverlight seriously?
As an ASP.NET developer, I've been eyeing Silverlight from a distance for a while now.
But I've been burned by jumping on the Microsoft bandwagon too early in the past when their projects g …
0
votes
Beginning ASP.NET, here are my novice questions
I would start with WebForms first.
For someone in your position, I would recommend working through a copy of Beg …
1
vote
How to write my own proxy, anonymizer and host it to help when websites are blocked at work
Sounds like hard work to write your own. One place I worked, I used GoToMyPC to access my machine at home and browse to any blocked sites from t …
2
votes
How to control elements on a asp.net master page from child page
Here's an example of how to communicate with Master Pages from Child Pages.
In the master page, create a property for the control you wish to access, say a label called lblUser...
…
0
votes
DetailsView Preview mode ?
Not totally clear on what you're asking.
If you are looking to inspect or modify data before it is inserted into the table you could look at the DetailsView.ItemInserting E …
