DevPinoy.org
A Filipino Developers Community
All Tags » ASP.NET » TIPS (RSS)

>>> First two to make 3 wins! <<<

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • Debugging JavaScript code in ASP.NET

    I am currently working with conversion of ASP Classic web application to ASP.Net 2.0 and I have to deal with a lot of client-side script. Before, I used to insert an alert( sampleValue ) to be able to view the current value of a variable until I found out that about “debugger” keyword in JavaScript....
    Posted to n@rds by n.ocampo on 09-11-2007
    Filed under: Filed under: , ,
  • [Updated] How To: Merge Multiple Microsoft Word Documents

    "Combine. Merge. Join. Append. Concatenate. Microsoft Word Documents." A few weeks ago I wrote an article about merging word documents in C# and got great response about the article. One of the readers, Abhi, had an interesting problem. The application he wrote was throwing this error: Word...
    Posted to Keith Rull by keithrull on 06-09-2007
    Filed under: Filed under: , , , , , ,
  • George Shepherd's ASP.NET FAQ

    george shepherd's windows forms FAQ ( http://www.syncfusion.com/faq/windowsforms ) is my primary resource on everything about windows forms. i was surprised this afternoon that he also has an asp.net version of the FAQ. http://www.syncfusion.com/FAQ/aspnet
    Posted to jokiz by jokiz on 05-23-2006
    Filed under: Filed under: , ,
  • Combobox SelectedIndexChanged vs SelectionChangeCommitted

    In ASPNET we only have SelectedIndexChanged ( DropDownList ), in Windows Forms we have both, but which one to use? My first .NET project is a Windows Application which uses databinding a lot and we were using SelectedIndexChanged of Combobox back then and it gave me a headache. I also encountered the...
    Posted to jokiz by jokiz on 11-23-2005
    Filed under: Filed under: , , , ,
  • HTML Widths and Webform TabOrder

    Widget widths . I had bug yesterday related to setting widths of an HTML table. Since I do not a good background in HTML, I had a hard time finding it. I even aked help from our OJT to easily find it. Luckily, I'm the one who was able to spot it by intuition, and not him, haha. I have set one of the...
    Posted to jokiz by jokiz on 09-20-2005
    Filed under: Filed under: , , ,
  • PageIndexChanged and SortCommand (Special ItemCommands)

    This is to expound more on my previous post here regarding the behavior of datagrid's events. I tried to refactor my codes one time on a webform with a grid on it. Most of my ItemCommands has similar routine, obtain the PK id of the record from the grid’s datakey collection, instantiate the corresponding...
    Posted to jokiz by jokiz on 08-04-2005
    Filed under: Filed under: , , ,
  • ASPNET Validation Controls

    I was reading Stephen Walther’s ASP.NET Unleased book when I found this excellent behavior of Validation Controls. Initially, I thought they just generate client-side scripts to validate them inputs. Then he raised the issue on some browsers with disabled client-side script execution. When this happens...
    Posted to jokiz by jokiz on 06-08-2005
    Filed under: Filed under: , , , ,
Page 1 of 1 (7 items)

Copyright DevPinoy 2005-2008