Search

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

Matching Posts

  • SQL Query - JOIN needed?

    Hello, I have the following tables: tbl_Products, tbl_Categories, tbl_CategoryFields, tbl_ProductDetailsText tbl_Products houses basic product data, such as ID, CategoryID, Title, Description, Body, Date, Status, etc... tbl_Categories has ID, ParentCategoryID, Title, etc... tbl_CategoryFields has custom fields that the user can add in a CMS for specific categories. For example, Category A can have Brand, Size and Color. Where Category B would have Brand, Model Number, Color, Dimensions. Then, each
  • Re: Viewstate / PageLoad / OnPreRender Issue (requiring double clicks)

    WereWolf, Thank you. That got me closer, however, I am having issues with assigning a server side Click Event to the link button. I've modified the ItemCommand code (below). Everything works in sync now, however, when the LinkButton is clicked, it should execute lbRemoveSelectedItem_Click, which it does not. UPDATE: Thought you'd like to know what occurs when the linkbutton is clicked. The placeholder which has the dynamically created controls is "emptied". If you add a new item
    Posted to State Management (Forum) by adarwich on 3/10/2009
  • Viewstate / PageLoad / OnPreRender Issue (requiring double clicks)

    Hello, I have a series of lists on a page. Each of these lists is a repeater and each item in the list is a linkbutton which has a commandargument. When the linkbutton is clicked, it performs the command (which assigns data to a datatable), places the datatable in Viewstate, and then posts back. Upon postback, the Viewstate is read and controls are created in a placeholder (indicated which items in these lists were selected). The user then has the option to click an X next to each of these items
    Posted to State Management (Forum) by adarwich on 3/10/2009
  • DNN Authentication Error After Upgrade

    Hello, We upgraded from 4.6.2 to 4.9 recently. All is working well, it seems, except for the login / authentication module. When attempting to login, no username/password box appears and instead we are greeted with a module load warning: Module Load Warning One or more of the modules on this page did not load. This may be temporary. Please refresh the page (click F5 in most browsers). If the problem persists, please let the Site Administrator know. The event log was disabled, but after enabling it
    Posted to Getting Started (Forum) by adarwich on 11/6/2008
  • Re: ObjectDataSource could not find a non-generic method that has parameters: ####

    Thanks so much for your reply, but unfortunately that does not work as the class is in a separate DLL file, and the gvList does not exist in the current context.
  • ObjectDataSource could not find a non-generic method that has parameters: ####

    Hi there, Trying to bind data to an objectdatasource for gridview. I have the following: Gridview (gvList), ObjectDataSource (objList), and a class within a DLL file, CMSLibrary.dll. I receive the following error: ObjectDataSource 'objList' could not find a non-generic method 'JournalVolumes_GetAllByJournalIDIgnoreStatus' that has parameters: JournalID. What am I missing here? <code below if for the gridview, objectdatasource, class found in CMSLibrary.dll, and the s.p. Thanks
  • Re: Gridview RowEdit and DataBinding without SqlDataSource

    Hi Ed, Thanks for reply, and you are right. I'm not overly familiar with the ObjectDataSource. I've changed my code to: <asp:GridView ID="gvList" runat="server" DataSourceID="objList" AutoGenerateColumns="false" AutoGenerateEditButton="true" DataKeyNames="ID" AllowSorting="true" AllowPaging="false" OnRowEditing="gvList_RowEditing" OnRowUpdating="gvList_RowUpdating" ShowFooter="true">
    Posted to Data Presentation Controls (Forum) by adarwich on 8/29/2008
  • Gridview RowEdit and DataBinding without SqlDataSource

    Hi there, I have a gridview (gvList), that I would like to populate programatically from a class and then use the rowedit features. Is this possible, or do I need to create some type of custom control? Currently, I've used a SqlDataSource for testing purposes. For example: <asp:GridView ID="gvList" runat="server" DataSourceID="SqlDataSource1" AutoGenerateColumns="false" AutoGenerateEditButton="true" DataKeyNames="ID" AllowSorting
    Posted to Data Presentation Controls (Forum) by adarwich on 8/29/2008
  • Zip Code SQL Query, Almost Done, except for one thing..

    Hi there, Using a few different resources, I've come up with a way to query a table of users based on who is closest to a specific zip code (basically a Store Locator). A user enters a zip code, and the the query returns the closest 3 matches by using latitude and longitude. This is working just fine. But, if a zip code does not exist (either due to user error or not updated database), distance is not calculated. So, I the query below finds the nearest lower number to the zip code provided by
  • Re: IIS 6 / Hack / Site Slowdown / Dos Attack Yesterday ~ please help!

    That's the thing, CPU usage is minimal and so is Network Utilization. There are no direct HTTP requests to any of the sites. There was on the initial day, and CPU performance was at 100%, that all subsided. Now, all I see are these httperr logs and the fact that we can't access the sites. Restarting IIS sometimes alleviates this for a minute or two, and then we are back to square one.
    Posted to Free For All (Forum) by adarwich on 5/30/2008
Page 1 of 9 (90 items) 1 2 3 4 5 Next > ... Last »