Search

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

Matching Posts

  • Re: Ignore case when checking for selected value in drop down list

    This seems a pretty ugly solution. Is there a better way?? drpArea.DataSource = myDataSet drpArea.DataTextField = "Area" drpArea.DataValueField = "Area" drpArea.DataBind() Your would think all you had to do was set drpArea.DataTextValue = "Area".ToUpper, but this doesn't work. I can't believe the only way to do this is set a loop up. It seems clunky to me. Sometimes I think to myself have languages actually moved on? I was doing this kinda of thing in the 80's
    Posted to Web Forms (Forum) by boydd_uk on 3/6/2008
  • Re: AjaxControlToolKit is undefined

    Hey gpowell can you tell me what rule you needed to add. I'm using url rewriting too, but don't know what needs to be done to solve the problem. Thanks.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by boydd_uk on 12/11/2007
  • Re: Problem with Tabs

    Thanks for your help so far guys. I now have a working solution, or at least I thought I did. The solution works fine in IE7 but when you click the second tab in IE6 it does the button press which causes the partial page update, however the content of the tab disappears. I really have no idea why this is, it works fine and the tab content which is the map control is visible in IE7? (The map control is visible in IE6 before the partial page update so it's not the map control itself). Any ideas
    Posted to ASP.NET AJAX Control Toolkit (Forum) by boydd_uk on 9/21/2007
  • Re: Problem with Tabs

    I'm getting nearer to a solution. I've setup the update panels so that I only have to do a partial update. I've added a button to the second tab, which when pressed does the partial update and everything works great (I don't even have to do anything on the server side, the map just must need postback??). I still have two issues: 1. The only way I can reference the button is below. This is very naf, is there a better way? function onTabChangedEvent(){ document.getElementById( 'ctl00_ContentPlaceHolder1_PropertyView_ctl00_TabContainer1_TabPanel2_btnRedo'
    Posted to ASP.NET AJAX Control Toolkit (Forum) by boydd_uk on 9/20/2007
  • Re: Problem with Tabs

    I haven't used Namspaces in the project. I accepted the default headers that were created why I created the pages. My Page starts like this: <% @ Page Language ="VB" EnableEventValidation ="false" MasterPageFile ="~/MasterPage.master" AutoEventWireup ="false" CodeFile ="detail.aspx.vb" Inherits ="details" title ="Untitled Page" %> And my code behind starts like this: Partial Class details Inherits System.Web.UI.Page Protected
    Posted to ASP.NET AJAX Control Toolkit (Forum) by boydd_uk on 9/20/2007
  • Re: Problem with Tabs

    Thanks for the excellent replies. I think the solution is afoot. However I still have a few bumps to get over. I've never really understood the referencing of objects in ASP.Net, but I am finding it more and more difficult to work with. My TabContainer1, sits in a ItemTemplate of a DataList. Now this means for some unknown reason to me, in my code I can't reference TabContainer1 directly, nor the TabPanels. However the Content within the TabPanels, is referenced easily. Why something that
    Posted to ASP.NET AJAX Control Toolkit (Forum) by boydd_uk on 9/20/2007
  • Problem with Tabs

    I have a problem with using the control toolkit tabs. I have two tabs, one has photos, the other has a map control. If the map control is put into the first tab everything works fine. However, if the map control is used in the second tab, the map does not display properly. I think that I have to do a server call to update the map e.g. GoogleMap.CheckResize(). But I don't know how to do this. I've tried: < cc1 : TabPanel ID ="TabPanel2" runat ="server" HeaderText ="Map"
    Posted to ASP.NET AJAX Control Toolkit (Forum) by boydd_uk on 9/18/2007
Page 1 of 1 (7 items)