Browse Site by Tags

Showing related tags and posts across the entire site.
  • ASP.NET: Setting Focus in Modal Dialogs

    I just wanted to set focus to a TextBox on a modal dialog created using the ModalPopupExtender. How hard can it be? As a Physics and Math major, I spent my student years using logic to attack problems and solve puzzles. So I was a little concerned when my daughters learned the "guess and check"...
    Posted to Deborah's Developer MindScape (Weblog) by Deborah Kurata on Wed, Dec 16 2009
    Filed under: VB, C#, .NET, CSharp, ASP.NET
  • ASP.NET: Clearing Modal Dialogs

    In my last post , I demonstrated how to build a modal dialog using the AJAX control in ASP.NET. As soon as you add validation to your modal dialog you will find the same issue that I did: Cancelling the dialog does not clear the content or validation messages. Take this user scenario for example. 1)...
    Posted to Deborah's Developer MindScape (Weblog) by Deborah Kurata on Tue, Dec 15 2009
    Filed under: VB, C#, CSharp, ASP.NET
  • ASP.NET: Modal Dialogs

    There are often times when your Web design includes a modal dialog. For example:  a login form, a dialog for entering basic information, a search form, or a data entry form. This post covers how to build a modal dialog in ASP.NET. There are several advantages to using a modal dialog instead of another...
    Posted to Deborah's Developer MindScape (Weblog) by Deborah Kurata on Tue, Dec 15 2009
    Filed under: VB, C#, .NET, CSharp, ASP.NET
  • ASP.NET: Buttons

    Creating nice looking buttons for ASP.NET is still in the category of "I can't believe it is STILL this hard". As more and more normal people use great looking Web sites, Silverlight apps and even their IPhones, they experience some really nice user interfaces. I'd like to do those...
    Posted to Deborah's Developer MindScape (Weblog) by Deborah Kurata on Fri, Dec 11 2009
    Filed under: VB, C#, .NET, CSharp, ASP.NET
  • ASP.NET: Gradients

    My first Xaml/Silverlight post was on gradients, it seems only right that my first ASP.NET post should cover the same topic. I started Web development in the 90's using VB 5/6 and classic ASP and learned all about HTML, CSS, Javascript, DOM, XML, XSL, and all of the other related technologies. This...
    Posted to Deborah's Developer MindScape (Weblog) by Deborah Kurata on Fri, Dec 11 2009
    Filed under: VB, C#, .NET, CSharp, ASP.NET
  • ASP.NET: UpdatePanel and Master Pages

    I had an ASP.NET page with two UpdatePanel controls. I wanted to handle the page refresh differently depending on whether the user clicked on the button in the first UpdatePanel or whether the click was on the button in the second UpdatePanel. After a little time with Bing, I found the IsInAsyncPostBack...
    Posted to Deborah's Developer MindScape (Weblog) by Deborah Kurata on Tue, Feb 9 2010
    Filed under: VB, C#, .NET, CSharp, ASP.NET
  • ASP.NET: Styling a GridView

    This post provides some tips for styling the GridView control. The prior post here demonstrates how to use the GridView with your business objects. This post builds upon that example and demonstrates how to style a GridView. Use these techniques any time you want to add some style to your GridView control...
    Posted to Deborah's Developer MindScape (Weblog) by Deborah Kurata on Tue, Feb 9 2010
    Filed under: VB, C#, .NET, CSharp, ASP.NET
  • ASP.NET: Mega Menus

    I have been giving much thought to ASP.NET and Silverlight menus of late. While doing research on existing sites and how they are handling menus, I came across the concept of a "mega menu". A mega menu is basically a drop down menu that contains many, many options. It provides a user with a...
    Posted to Deborah's Developer MindScape (Weblog) by Deborah Kurata on Mon, Feb 1 2010
    Filed under: VB, C#, .NET, CSharp, ASP.NET
  • ASP.NET: ListBox Tooltip

    The ASP.NET ListBox does not display a horizontal scroll bar by default, which can be a problem if any of your list items are too long to fit. One solution to this problem is to use a tooltip. As the user moves the mouse over the ListBox entries, the full text appears in a tooltip. The code to accomplish...
    Posted to Deborah's Developer MindScape (Weblog) by Deborah Kurata on Sun, Jan 31 2010
    Filed under: VB, C#, .NET, CSharp, ASP.NET
  • ASP.NET: ListBox Scrollbar

    This one is in the category of obvious once you know how to do it. But having done Silverlight of late, I could not recall how to turn on the scrollbar in a ASP.NET ListBox. There is no scrollbar property of any kind. A bit of "guess and check" with Bing provided lots of custom control solutions...
    Posted to Deborah's Developer MindScape (Weblog) by Deborah Kurata on Tue, Jan 26 2010
    Filed under: VB, C#, .NET, CSharp, ASP.NET
Page 1 of 2 (14 items) 1 2 Next >