Welcome to AspAdvice Sign in | Join | Help

April 2006 - Posts

Cross-page postbacks and OnClientClick

This one was asked & replied originally on ASP.NET Forums You have Button < asp : Button ID ="Button2" runat ="server" Text ="Button" PostBackUrl ="~/Default4.aspx" OnClientClick ="return confirm('Hello');" /> No matter what you click OK or
Posted by joteke | 6 Comments
Filed under:

Visual Studio 2005 Toolbox Utility

http://www.codeproject.com/useritems/VisualStudio2005Toolbox.asp By Jon Person on ASP.NET Forums "Hi everyone, I wanted to share with the community a utility I just wrote which simplifies the process of installing and uninstalling controls from the Visual
Posted by joteke | 1 Comments
Filed under:

CSS Friendly Control Adapters on www.asp.net

Have a look at them here Basic idea is that ASP.NET v2 adaptive rendering model's extending capabilities are used heavily to produce a sample set of control adapters. These control adapters override control's default rendering to produce CSS friendly
Posted by joteke | 0 Comments
Filed under:

DevDays Finland done for this year

It's a lot expected event, and it's also over quite quickly.Anyways, this time, we had probably the best one so far. We had three team members from Microsoft having presentations (I think there was also fourth but he was evangelist or something, correct
Posted by joteke | 2 Comments
Filed under:

ASP.NET's Session and business components

Very often the question "How can I access ASP'NET's Session from my business components" is asked in a form or another. And very, very often people are given the simple answer: "use System.Web.HttpContext.Current.Session". And people think that "Hey,
Posted by joteke | 3 Comments
Filed under:

VS2005 Express Editions permanently free

See: http://blogs.msdn.com/keiths/archive/2006/04/20/580000.aspx In Finnish/Suomeksi. Päivittynyttä tietoa tähän postaukseeni nähden . VS2005 Express-versiot ovat nyt siis pysyvästi ilmaisia. Share this post: email it! | bookmark it! | digg it! | reddit!
Posted by joteke | 0 Comments
Filed under: ,

TextBox ReadOnly in ASP.NET v2.0

If TextBox's ReadOnly property is "true", postback data won't be loaded e.g it essentially means TextBox being readonly from server-side standpoint (client-side changes will be ignored). If you want TB to be readonly in the "old manner" use TextBox1.Attributes.Add("readonly","readonly")
Posted by joteke | 3 Comments
Filed under:

My Silence & Status

You have probably noted me being quite silent lately. Just wanted to share that silence will probably continue for a while. The sole reason is that I and a few other guys at work are having a "real" project going on. Deadline is insane, workload is huge
Posted by joteke | 1 Comments
Filed under:

VS2005 Web Application Project RC now available

Learn more from ScottGu's post Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
Posted by joteke | 0 Comments
Filed under: