|
|
Browse by Tags
All Tags » .Net » ASP.Net
Showing page 1 of 10 (96 total posts)
-
Charlotte, NC, July 09, 2008 - TX Text Control has been setting the
standard in the software component industry for more than seventeen
years. Today, The Imaging Source - the manufacturer of these word
processing components - has just announced version 14.0 with many
improvements and much technical innovation.
Demand from the ...
-
1. Have a page with code in Page_Load
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Response.Cache.SetAllowResponseInBrowserHistory(False)
...
-
Huge title while the subject or the example in this case is actually very simple and straightforward. I saw a question on newsgroups which went something like:
- poster states he doesn't know much about control events
- he/she asked if he/she had a method like
protected void tbPreRender(object sender, EventArgs e)
...
-
I just posted my slides and samples for a new talk I presented at the Fort Wayne, Indiana .NET Users Group.
I thought the talk went well and hope you enjoy the slides and samples which you can find along with materials for several other talks at my downloads page.
Paul
-
Some skillful people at Microsoft have started yet one interesting project to increase our toolbox. It's "Velocity" which targets to help dealing with caching - local and distributed - through all the .NET application types, not just ASP.NET.
From: ...
-
See: http://blogs.msdn.com/somasegar/archive/2008/05/12/visual-studio-2008-and-net-fx-3-5-sp1-beta-available-now.aspx
Edit: ScottGu has also a post about the SP: http://weblogs.asp.net/scottgu/archive/2008/05/12/visual-studio-2008-and-net-framework-3-5-service-pack-1-beta.aspx
There are lots of stuff in that SP...
Summary
Web
-ASP.NET Data ...
-
I see a lot on forums and newsgroups that Session variables are constantly recommended to pass state between ASP.NET pages. Yes, it is simple mechanism, reliable with out-of-process modes and really nice to customize with the providers. Session is very familiar for developers working with various web technologies (not just Microsoft ones), and one ...
-
I've replied a lot to these questions lately.
I'm not going to go to very deep with this, Scott Hanselman has excellent post covering this, see that:
How to set an IIS Application or AppPool to use ASP.NET 3.5 rather than 2.0
http://www.hanselman.com/blog/HowToSetAnIISApplicationOrAppPoolToUseASPNET35RatherThan20.aspx
Simple way ...
-
I promised to spread the word. :-)
Phil and his peers have a developer event, DDD Ireland, in Ireland on 3rd of May. And here's the "official poster" :-)
Developer Event? Ah go on, go on, go on.
Check it out at www.DDDIreland.com
-
I posted about this some time ago.
My previous post:
Potential solution for "Validation of viewstate MAC failed"
http://aspadvice.com/blogs/joteke/archive/2007/08/14/Potential-solution-for-_2200_Validation-of-viewstate-MAC-failed_2200_.aspx
And the original one:
ASP.NET 2.0 and "Validation of ViewState Mac failed" ...
1 ...
|
|
|