Search

You searched for the word(s): userid:639731

Matching Posts

  • WebGrid DataGrid 3.3.1 available!

    Hi, WebGrid DataGrid update has been released, and some of the new features. Slider navigation Ranged slider navigation AjaxLoaderTemplate SkinType (20+ built-in skins supported) See WebGrid Roadmap for details. An updated WebGrid starter kits and WebGrid Demos can be found here.
    Posted to Announcements (Forum) by WebGrid on 12/10/2009
    Filed under: Grid, gridview, skins, demo
  • WebGrid Shop and WebGrid Photo Album

    WebGrid Photo Album WebGrid Photo album supports photos, photo groups, slideshow, and popup images contained within a script window. Demo at http://webgrid.com/photoalbum/photoalbum.aspx WebGrid Shop A powerful .NET e-commerce platform that uses live templates that enables you to build web stores faster than ever before without compromising creativity. Demo at http://shop.webgrid.com Source code for these products is available at WebGrid Support Account
    Posted to Announcements (Forum) by WebGrid on 11/18/2009
    Filed under: WebShop, e-commerce, photo album
  • Re: Generate Password

    Hi, I use this one. You should insert some business logic to achive the 1 digit, 1 caps and 1 symbol. Hope it helps. public static string CreateRandomPassword(int passwordLength) { const string allowedChars = "abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNOPQRSTUVWXYZ0123456789!@$?_-"; char[] chars = new char[passwordLength]; Random rd = new Random(); for (int i = 0; i < passwordLength; i++) chars[i] = allowedChars[rd.Next(0, allowedChars.Length)]; return new string(chars); }
    Posted to Security (Forum) by WebGrid on 11/17/2009
    Filed under: Generate Password
  • WebGrid DataGrid 3.2.1 is now available.

    Hi, WebGrid is fast loading datagrid with codeless data-binding and comes with a rich client-side of properties, and A new version is released. In this version we have done following: New dialog windows (JQuery UI Dialog) for confirmation messages (like delete) Added Image navigation support (Navigation and slideshow) for Image columns Added new PopupExtender (JQuery) Added Client Notification Service for WebGrid. Better JQuery UI CSS Framework support on client ui. Also our tutorial has been updated
    Posted to Announcements (Forum) by WebGrid on 11/16/2009
    Filed under: Grid, gridview, jquery, popupextender, notifications
  • WebGrid 3.1.5 - free JQuery/Ajax plug and play DataGrid

    Hi, WebGrid 3.1.5 is now released and can be found here WebGrid is fast loading datagrid with codeless data-binding and comes with a rich client-side of properties and tons of features with a performance that beats ASP.NET GridView. Read all updates at WebGrid Roadmap Key updates in this version: Automatic detection in dataset relations. Added Support for data sources with more then one list. Added "BeforeGetData" server-event for all WebGrid data sources. Added default values for 'ui
    Posted to Announcements (Forum) by WebGrid on 10/14/2009
    Filed under: data grid, grid view, DataTable, gridview, dataset
  • WebGrid 3.1.4 AJAX DataGrid - plug and play

    Hi All, WebGrid is now public available. You can download WebGrid here or read WebGrid RoadMap here
    Posted to Announcements (Forum) by WebGrid on 10/9/2009
    Filed under: webgrid, Update, gridview
  • WebGrid Support Kit is now available

    Hi, The WebGrid Support Kit for ASP.NET 2.0 (or greater) are fully functional sample applications to help you learn WebGrid DataGrid and accomplish common Web development scenarios. Each sample is complete and well-documented so that you can use the code to kick start your Web projects today! You can look at the demo-overview here: http://www.webgrid.com/SupportStarterKit/Default.aspx or look for a awesome range-slider for selecting records here: http://www.webgrid.com/SupportStarterKit/WebGridSlider
    Posted to Announcements (Forum) by WebGrid on 10/6/2009
    Filed under: webgrid, gridview, jquery, slider
  • Re: Freezing first column

    Hi, css expression is only supported by Internet Explorer, to achive what you want you should use Javascript. You can read a tutorial about it here: http://robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/
    Posted to Data Presentation Controls (Forum) by WebGrid on 9/28/2009
    Filed under: css, CSS Expression
  • Re: Shrinking spaces in a gridview

    You could also use 'CssClass' property in GridView
    Posted to Data Presentation Controls (Forum) by WebGrid on 9/28/2009
  • Re: How to open a new browser to display XML

    Hi, Hope this link can be useful for you. http://blogs.msdn.com/kaevans/archive/2005/04/16/408813.aspx
    Posted to Data Presentation Controls (Forum) by WebGrid on 9/28/2009
Page 1 of 7 (67 items) 1 2 3 4 5 Next > ... Last »