kirchi

Stories submitted by kirchi

Code Generation Using Custom Item Template, Custom Template Wizard and(blog.devarchive.net)

submitted by kirchikirchi(240) 1 year, 6 months ago

Shows how to use VS Item Templates, VS Item Templates CUstom Wizard and T4 Engine together to simplify generation of new Business objects and SQL scripts. read more...

add a comment |category: |Views: 9

tags: another

Simplify Inline Editing using GridView, GridViewControlEmbedder - ASP.(blog.devarchive.net)

submitted by kirchikirchi(240) 3 years, 5 months ago

Extender simplifies inline editing for GridView, now it supports two modes- "TextBox" and "ComboBox" - editing text values for each cell, or using "select" element for picking up one value from several available. read more...

add a comment |category: |Views: 258

tags: another

Code generation using MS codename "Oslo", T4 VS and VS Custom Tool(blog.devarchive.net)

submitted by kirchikirchi(240) 3 years, 6 months ago

This post shows how you can create your own language using M Grammar from Oslo SDK, create T4 templates that will generate code artifacts by parsing the output data graph created by M Grammar language parser and finally how to use Visual Studio Custom tool to make possible the generation of multiply artifacts for single DSL file and placing them under that file in Visual Studio files hierarchy. read more...

add a comment |category: |Views: 114

tags: another

Auto Generate References for Controls in Residing in Naming Containers(blog.devarchive.net)

submitted by kirchikirchi(240) 3 years, 9 months ago

Generate properties allowing you to reference controls inside naming containers on ASP.NET page or UserControl. read more...

add a comment |category: |Views: 7

tags: another

Loading and Executing JavaScript Files From JavaScript, ASP.NET AJAX (blog.devarchive.net)

submitted by kirchikirchi(240) 4 years ago

Quite often we need to load js files dynamically right from javascript. With ASP.NET AJAX it is simple. ASP.NET AJAX library has internal ScriptLoader class that can be used to load js files, specify callbacks that will be invoked when script is downloaded and ready, and execute functions inside newly loaded files. read more...

add a comment |category: |Views: 5

tags: another

Cross Browser GridView Fixed Header Extender, ASP.NET AJAX (blog.devarchive.net)

submitted by kirchikirchi(240) 4 years ago

I have created ASP.NET AJAX Extender control. It extends GridView control fixing it's header on the top while adding vertical scroll bar to it's contents. The control also supports maintaining scroll position inside grid between postbacks. The control works fine inside or outside of UpdatePanel. read more...

add a comment |category: |Views: 786

tags: another

Using AjaxRepeater Control, ASP.NET AJAX (blog.devarchive.net)

submitted by kirchikirchi(240) 4 years ago

Recently after reading blog post Ajax Templates by Nikhil Kothari I really liked the idea, the source code is great, and the control is huge help for AJAX development. In this blog post I want to share what I learned after investigating sample more carefully, and in what scenarios I feel this control is doing it's job quite well. read more...

add a comment |category: |Views: 48

tags: another

Using AjaxRepeater Control, ASP.NET AJAX (blog.devarchive.net)

submitted by kirchikirchi(240) 4 years ago

Recently after reading blog post Ajax Templates by Nikhil Kothari I really liked the idea, the source code is great, and the control is huge help for AJAX development. In this blog post I want to share what I learned after investigating sample more carefully, and in what scenarios I feel this control is doing it's job quite well. read more...

add a comment |category: |Views: 0

tags: another

Using #region Directive With JavaScript Files in Visual Studio (blog.devarchive.net)

submitted by kirchikirchi(240) 4 years, 1 month ago

Nice macros, found on MS forums, allowing to limited support of //#region directive for JS files - similar to one in C# and VB.NET. read more...

add a comment |category: |Views: 127

tags: another

Advanced Tooltip Control, ASP.NET AJAX (blog.devarchive.net)

submitted by kirchikirchi(240) 4 years, 1 month ago

Cool tooltip control. read more...

add a comment |category: |Views: 249

tags: another

Client Side Timer Component, ASP.NET AJAX (blog.devarchive.net)

submitted by kirchikirchi(240) 4 years, 1 month ago

Client side Time component, easy to use. Implemented as Sys.Component on the client side. read more...

add a comment |category: |Views: 73

tags: another

White Spaces in HTML Source - Be Careful (blog.devarchive.net)

submitted by kirchikirchi(240) 4 years, 1 month ago

Interesting fact about using standard approach of formatting html source in Visual Studio (and actually not only Visual Studio). read more...

add a comment |category: |Views: 2

tags: another

StateBag control - Sample source code 1(blog.devarchive.net)

submitted by kirchikirchi(240) 4 years, 1 month ago

using JSON state persister control - sample source code for sample scenario using google charts API. read more...

add a comment |category: |Views: 8

tags: another

StateBag control - JSON state persister for AJAX pages.(blog.devarchive.net)

submitted by kirchikirchi(240) 4 years, 1 month ago

Data exchange in AJAX pages between pages, web services and client script. Some thoughts. read more...

add a comment |category: |Views: 4

tags: another

JavaScript Enumerations in ASP.NET AJAX Framework (blog.devarchive.net)

submitted by kirchikirchi(240) 4 years, 2 months ago

Using enumerations can significantly improve the quality of client-side code and make it more readable. read more...

add a comment |category: |Views: 7

tags: another

Executing method in the class library using ASP.NET AJAX with no WebSe(blog.devarchive.net)

submitted by kirchikirchi(240) 4 years, 2 months ago

Sample with source code - how can we call server method that resides in class library from javascript without PageMethods, or WebServices, but using HttpHandler. read more...

add a comment |category: |Views: 3

tags: another