Search

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

Matching Posts

  • Re: DataList.DataSource Issue during EditItem

    Ok this is whats happening. I hit the edititem it goes to page_load bypassing everything do to !ispostback. Then it goes to the edititem command and changes the EditItemIndex to the e.Item.ItemIndex then goes to my BindData function which is the only data loading function. It loads the dataset (verified) then when I bind the datasource of the datagrid (dg.datasource = ds) it says the datasource = nothing I have verified data is in the dataset but it still says nothing for the datasource. What could
    Posted to Data Presentation Controls (Forum) by orcities on 11/15/2006
  • Re: DataList.DataSource Issue during EditItem

    I do not bind on post back. I bind after setting the edititem index to reload data. Below I have the Page_Load, BindData and EditCommand Private Sub dlResults_EditCommand( ByVal sender As Object , ByVal e As DataListCommandEventArgs) Handles dlResults.EditCommand Dim objController As New BillTracker.Business.LobbyistBillController Dim iBillId As Integer = CInt (dlResults.DataKeys(e.Item.ItemIndex)) dlResults.EditItemIndex = e.Item.ItemIndex BindData() End Sub Private Sub BindData() /*removed code
    Posted to Data Presentation Controls (Forum) by orcities on 11/8/2006
  • DataList.DataSource Issue during EditItem

    I have a datalist that is populated when I load the form just fine. When I click the edititem and then repopulate the datasource it cause a null ref exception for the datasource object. I have watched the data load. I have filled a dataset prior to the assignment to the datasource to verify data exists. Then I set dl.DataSource = dataset and it says the value is nothing immediately after. I know the data is present and I know that the datalist normaly loads. The only difference is that it is loading
    Posted to Data Presentation Controls (Forum) by orcities on 11/7/2006
  • Re: Install problem on 1and1.com host

    I can't get them to setup the root domain to be the dnn folder. They say I have to run a script to redirect but that doesn't work if I have a site controlled by a different dns server. What did they do.
    Posted to Getting Started (Forum) by orcities on 6/14/2006
  • Re: Using DataList ItemCreated to Bind additional information

    Even if I am not using the alternating item.
    Posted to Data Presentation Controls (Forum) by orcities on 4/12/2006
  • Using DataList ItemCreated to Bind additional information

    I am using a the datalist itemcreated subroutine to add additional information in to the datalist. This additional information includes nested datalists. The problem I am having is that every other entry doesn't bind the datasources to the the nested datalists. Any ideas?
    Posted to Data Presentation Controls (Forum) by orcities on 4/12/2006
  • DataList EditItem

    I have created a datalist that has some javascript for when the user clicks a row it shows greater detail of information. The problem arises when I try to do the edit command. The first time I click the edit button it runs the EditItem command but it doesn't switch it to the edit item view, I have included datalist.EditItem = e.Item.ItemIndex in the EditItem command. The second time I select the edit button it opens the EditItemTemplate view. Why doesn't it open the EditItemTemplate the first time
    Posted to Data Presentation Controls (Forum) by orcities on 4/12/2006
  • Cacheing?

    For the last week or so I have seen some strange things with DNN 3.2.2 core framework. Occassionally when I delete a module it deletes, but if I delete another module on the same page both modules become visible again. After creating a new alias for one of the sites it won't go to the site with that alias it goes to the base site. And if it does go to the site some of menu items take it back to the base site.\ I notices this after making changes to the web.config file: < httpRuntime useFullyQualifiedRedirectUrl
    Posted to DotNetNuke (Forum) by orcities on 3/22/2006
  • Re: Exception has been thrown by the target of an invocation

    I have the solution. The error was being caused because I was not URLEncodeing the path. Once I did that it worked.
    Posted to DotNetNuke (Forum) by orcities on 2/1/2006
  • Exception has been thrown by the target of an invocation

    I created a module that uses a popup window, or if blocked goes back to normal window, to load an edit module. The problem I am having occurs when I try to get rid of the skins info. From other posts I found that you use the print skin as follows: /[G]Skins|_default|No Skin/ContainerSrc/[G]Containers|_default|No Container/dnnprintmode/true But I get the error above. If I do not provide this info I do not get the error. Any ideas?
    Posted to DotNetNuke (Forum) by orcities on 1/31/2006
Page 1 of 8 (75 items) 1 2 3 4 5 Next > ... Last »