This version of the page http://lvivcommunity.net/?tag=/ajax (0.0.0.0) stored by archive.org.ua. It represents a snapshot of the page as of 2008-06-16. The original page over time could change.
Lviv .NET Community - All posts tagged 'ajax'
(Lviv community of .NET developers)
Home News
  • Archive
  • About
  • Conferences
  • |  
  • Sign in / Register

Recent posts

ASP.Net AJAX Control ToolKit Extender for CardSpace

октября 25, 2007 08:56 by rat

Нарыл вот в блогах интересный пост, мож кому нада будет..

Цытирую:

I've created a control based on the ASP.NET AJAX Control Toolkit that gives a web site the ability to easily add cross browser support for CardSpace and othe Identity Selectors.

The concept comes is loosely based on dominick baier's CardSpace Control for ASP.NET, however I think that you'll find that it should be more flexible in regards to the UI abilities.

I have offered the control to the ASP.NET AJAX Control Toolkit team and they are considering its inclusion in the project.

This prototype code is attached to this blog entry.

CsAjax.zip


Currently rated 4,0 by 2 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: ajax, cardspace
Categories: .NET | ASP.NET
Actions: Permalink | Comments (0) | RSS

Полезные ссылки - Part 3

сентября 18, 2007 07:40 by alexk

Organization Chart Generator By Rotem Sapir.
http://www.codeproject.com/useritems/Org_Chart_Generator.asp
Простой пример построения "организационных" диаграмм. Хорошое начало для написания чего-то более серьезного.

 

An Implementation of System Monitor By Zuoliu Ding.
http://www.codeproject.com/cs/miscctrl/SystemMonitor.asp
Многие знают "системный монитор", аля Task Manager... а вот реальзиция на шарпе. Впервые я увидел этот код как Google gadget, а теперь вот и сорсы.

... >>>

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: .net, windows forms, design, architecture, ajax, asp.net, patterns, template, design time, generis
Categories: .NET | General | WinForms
Actions: Permalink | Comments (0) | RSS

AjaxControlToolkit is undefined

сентября 10, 2007 10:17 by nazar

Стикнувся якось при використанні AjaxControlToolkit з вищенаведеним exception-ом. Причому з*являвся невідомо через що і пофіксати можна було єдиним способом: 1) скопіювати зміни кудись наліво 2) відновити з репозиторію і скопіювати зміни назад - і о чудо все працює! :)...

 

Але врешті решт і цей спосіб відмовив, тож довелося цю проблему добряче погуглити. Спочатку на Кодеплексі (www.codeplex.com) сказали що це не проблема їхнього контрола і самого АЯКС-а. Поліз на аяксівський форум - там взагалі якись безпорядок, одні кажуть шо це фіксається через Ctrl+F5, інші шо проблема з 7-м експлорером, ше дехто знайшов взагалі якийсь воркераунд де треба вставляти на сторінку панельку а на неї ше щось. і т.д.  Ясно шо нічого з того так не допомогло.

 

Так от тільки що знайшов в чому проблема: сторінки які з часом відмовляли були в мене переключені в режим Trace. Напевно АЯКС з таким не дуже дружить. Отже ставлю директиву на сторінці Trace=false -> refresh = опля, все гуд!. Міняю назад - теж гуд, чудасія :).


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: asp.net, ajax, ua
Categories: ASP.NET
Actions: Permalink | Comments (0) | RSS