Forum: ASP.NET Jul 9th, 2006 |
| Replies: 8 Views: 69,469 Hi!
I created a control that I named KYNOUAJAXContainer that can be found at http://www.kynou.com/KYNOUControls/KYNOUControls.zip. This control allows you to add regular ASP.NET controls into it and... |
Forum: ASP.NET Jul 9th, 2006 |
| Replies: 8 Views: 69,469 Hello my friend!
The timer control does not work with asp.net because web application is stateless. In order to simulate a timer in asp.net you need to use javascript.
I created a control... |
Forum: JavaScript / DHTML / AJAX Jul 9th, 2006 |
| Replies: 3 Views: 2,096 Hi guys!
I created a control that works like an AJAX container. Basically the way it works is that all the ASP.NET controls that you place inside of the AJAX container will automatically become AJAX... |
Forum: ASP.NET Jul 9th, 2006 |
| Replies: 2 Views: 2,505 Hi guys!
I created a control that works like an AJAX container. Basically the way it works is that all the ASP.NET controls that you place inside of the AJAX container will automatically become AJAX... |
Forum: ASP.NET Jun 11th, 2006 |
| Replies: 2 Views: 8,071 Great article!
I also posted a tutorial at www.KYNOU.com (http://www.KYNOU.com) about DataList control in asp.net
Go to www.KYNOU.com (http://www.KYNOU.com) and search for: DataList Control
There... |