|
|
posted on Monday, August 03, 2009
by
Admin
(7)comments
- Categorized as WebForms
If we need to bind our navigations controls to hierarchical data we define manually ourselves in an xml file, this is easy as pie. However, things can get rather complicated or not so obvious when we need to generate this data from a database. First...
|
posted on Sunday, August 02, 2009
by
Admin
(7)comments
- Categorized as AJAX
Just the other day, i was playing around with my DataControls nested inside an updatepanel. While this was working well, since everypostback was being done via an ajax callback, the amount of traffic going back and forth was simply way too bloated. ...
|
posted on Sunday, August 02, 2009
by
Admin
(13)comments
- Categorized as AJAX
So, today, i wanted to use reCAPTCHA. Since this is an online service I was a bit skeptical at first with regard to downtime. However their faq states the following :
reCAPTCHA has distributed locations and multiple servers.
...
|
posted on Sunday, August 02, 2009
by
Admin
(10)comments
- Categorized as ASP.NET Providers
It's very rare that what is already provided in asp.net under the Login controls fits my requirements out of the box without some tweaking. Not that any of these controls offer anything specialized, but certainly they are a big time saver if we can ...
|
posted on Sunday, August 02, 2009
by
Admin
(1)comments
- Categorized as HTML
I am sure by now, everybody has been scorned upon for not using semantically correct markup. It's all over the web today. The message is clear, Web standards are important. Valid Xhtml is important but above all, SEMANTICALLY CORRECT MARKUP!
Wh...
|
|