DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

vivekamar Subscribe to this feed
vivekamar
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories kicked by friends of vivekamar
23
kicks
published 1 day, 15 hours ago, submitted by kolbis 1 day, 21 hours ago

blogs.microsoft.co.il — Sometimes it is important to understand what method called other method. In ths post I will show you an easy way to do that. read more...

Add a comment 3 comments | category: | Views: 538
tags: | tag it

2
kicks
submitted by hockman 2 days, 2 hours ago

hockblogs.net — Hi there, In my series of 'Performance with ASP.NET AJAX & Client Repeater Control', which I started about two weeks ago, now it is already time for part 3 of the series, namely: Performance with ASP.NET AJAX & Client Repeater Control - Part 3 - DOM Create element. These are the articles that I will soon be writing about or already have written about: * Performance with ASP.NET AJAX & Repeater Server Control - Part 1 - The Updatepanel * Performance with ASP.NET AJAX & Client Repeater Control - Part 2 - Using StringBuilder * Performance with ASP.NET AJAX & Client Repeater Control - Part 3 - DOM Create element * Performance with ASP.NET AJAX & Client Repeater Control - Part 4 - String Concatenation Things in this solution are a little bit different compared to the Server side Repeater control and updatepanel approach. The overall aspect is exact the same as written in part 2 of the series, except for the client-side code to built the results table. These are the things I have done (which can be seen when you download the source files below): 1. Setting up a page with a generate data button to retrieve a set of 3000 person records 2. Setting up a local webservice that will get the data (could have been a PageMethod). 3. Invoking the webservice from client script 4. Cathing the results and build a client repeater using the DOM document.CreateElement methods. So this is how initially my page looks: When invoking the 'Generate data button', a client side script is invoked, that on its turn will call the local webservice, which was referenced as a script resource in the scriptmanager. The local webservice is called that returns the 3000 person records (I wanted a large resultset, so you could see that the performance issues arise when using an updatepanel as in my previous post). When the data was retrieved from the local webservice it is handled in client script by making use of the DOM document.CreateElement method. This is the call to the local webservice: PersonService.GeneratePersons(onSuccess, onFailed); This is the javascript used to make up the table: function BuildTable(results) { var table = document.createElement('table'); var body = document.createElement('tbody'); var tr = document.createElement('tr'); var tdId = document.createElement('td'); tdId.setAttribute("width", "100px"); tdId.setAttr read more...

Add a comment add a comment | category: | Views: 8
tags: | tag it

30
kicks
published 1 day, 18 hours ago, submitted by daveschinkel 2 days, 2 hours ago

codezest.com — Characteristics / attitudes / process of good management & leadership: 1) Have a passion about technology but read more...

Add a comment add a comment | category: | Views: 675
tags: | tag it

27
kicks
published 1 day, 19 hours ago, submitted by joejoejoejoe 2 days, 6 hours ago

codethinked.com — Concise introduction to expression trees. read more...

Add a comment add a comment | category: | Views: 351
tags: , | tag it

4
kicks
submitted by ethilik 4 days, 17 hours ago

blog.sb2.fr — A simple BlogEngine.NET Extension in order to show Google AdSense Ads like a Comment on each Posts read more...

Add a comment add a comment | category: | Views: 7
tags: | tag it

35
kicks
published 4 days, 14 hours ago, submitted by EtienneTremblay EtienneTremblay 4 days, 19 hours ago

codebetter.com — Great article on .NET basics read more...

Add a comment add a comment | category: | Views: 688
tags: | tag it

35
kicks
published 4 days, 14 hours ago, submitted by EtienneTremblay EtienneTremblay 4 days, 19 hours ago

codebetter.com — Great article on .NET basics read more...

Add a comment add a comment | category: | Views: 688
tags: | tag it

15
kicks
published 4 days, 18 hours ago, submitted by Setsuko Setsuko 4 days, 22 hours ago

vidyano.com — The Vidyano team just made the release candidate version of their next-generation in rich client software available. Applications build with Vidyano take advantage of technologies such as WPF, Workflow, LINQ to SQL, Entity Framework, Add-Ins, etc. Vidyano drastically reduces the complexity of these technologies by adding wizards, designers and custom tool generators to the Visual Studio environment. read more...

tags: | tag it

4
kicks
submitted by StackOverflow 5 days, 12 hours ago

blog.dynback.com — Tutorial about howto make Rep<Person>.GetById(personId)! read more...

Add a comment add a comment | category: | Views: 3
tags: , , , | tag it

2
kicks
submitted by ethilik 5 days, 14 hours ago

blog.sb2.fr — A Simple WebSite Snapshot Thumbnail Generator Http Handler with C# read more...

Add a comment add a comment | category: | Views: 8
tags: | tag it

3
kicks
submitted by ethilik 5 days, 18 hours ago

blog.sb2.fr — A little Extension for BlogEngine.NET in order to add DotNetKick Button at the bottom of each Posts. read more...

Add a comment add a comment | category: | Views: 5
tags: | tag it

11
kicks
published 21 hours, 53 minutes ago, submitted by maartenba 5 days, 21 hours ago

blog.maartenballiauw.be — Abstract: "This screencast demonstrates how code can be made more maintainable and testable by delegating binding to client data to the ASP.NET MVC model binder architecture." read more...

Add a comment add a comment | category: | Views: 123
tags: , | tag it

14
kicks
published 5 days, 21 hours ago, submitted by Vort3X 5 days, 23 hours ago

objectreference.net — This is a quick article where I would like to show how to use regular expression to get all matches of a particular pattern from the string. read more...

Add a comment add a comment | category: | Views: 154
tags: | tag it

26
kicks
published 6 days, 9 hours ago, submitted by jdschwar 6 days, 12 hours ago

weblogs.asp.net — Awesome 4 monitor display wall for visualizing a CruiseControl.NET build process. read more...

Add a comment add a comment | category: | Views: 661
tags: | tag it

31
kicks
published 5 days, 8 hours ago, submitted by RyanFarley RyanFarley 6 days, 14 hours ago

crazeegeekchick.com — hese days teams can be dispersed all over the globe. With outsourcing, telecommuting, distance learning and complex project collaboration, it's often helpful to have tools that can assist with the various collaborative tasks need to be done by dispersed teams. I've put together a great list of 27 free... read more...

Add a comment 3 comments | category: | Views: 842
tags: | tag it

31
kicks
published 5 days, 8 hours ago, submitted by RyanFarley RyanFarley 6 days, 14 hours ago

crazeegeekchick.com — hese days teams can be dispersed all over the globe. With outsourcing, telecommuting, distance learning and complex project collaboration, it's often helpful to have tools that can assist with the various collaborative tasks need to be done by dispersed teams. I've put together a great list of 27 free... read more...

Add a comment 3 comments | category: | Views: 842
tags: | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge