Search

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

Matching Posts

  • Master/Detail new order & order detail entry page with ASP.NET MVC-Entity Framework (Order & OrderDetail)

    I want to create a web page for order entry using ASP.NET MVC- Entity Framework. This page contains Order and Order Entry information. For each Order, I can have multiple Order details. If you know how to do this Master/Detail with ASP.NET MVC-Entity Framework please let me know. The user should be able to enter new order with one or many order detail. this should be on one single page.
    Posted to ASP.NET MVC Storefront Starter Kit (Forum) by ammarg52 on 6/22/2009
    Filed under: Master Detail Entity Framework ASP.NET MVC
  • Re: LINQ to SQL and group by

    Have you found the solution to your problem. If yes, then please let me know your LINQ query. I am trying to do the same thing.
    Posted to Free For All (Forum) by ammarg52 on 6/14/2009
  • Re: How to refresh controls placed outside an update panel?

    Thanks Pawan. Your code did the work. I just twisted a little bit so that it reflects change in label text. <script type="text/javascript" language="javascript"> function pageLoad() { $addHandler($get('<% = ddl.ClientID %>'), 'change', onDropDownChange); } function onDropDownChange(evt) { var objDdl = $get('ddl'); $get('<% = lbl.ClientID %>').innerText = objDdl.item(objDdl.selectedIndex).text } </script>
    Posted to ASP.NET AJAX UI (Forum) by ammarg52 on 5/22/2009
  • How to refresh controls placed outside an update panel?

    I have a label control outside the updatepanel. Update Panel contains dropdown list. When I change dropdown selection, the label control is not getting refreshed. How to refresh controls placed outside an update panel? Here is the code: <asp:Label ID="lbl" runat="server"></asp:Label> <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack
    Posted to ASP.NET AJAX UI (Forum) by ammarg52 on 5/22/2009
    Filed under: ajax update panel
  • DataSources are not displaying for data bind controls

    Description In Visual studio 2008, my Data menu no longer works. When I choose "Show Datasources" or "Add New Datasources" nothing happens. It used to show earlier, but now it doesn’t show “ObjectDataSource”, “XML Data Source”, “SQL Data Source”, etc. It only shows “Entity” & LINQ DataSources. If you know the remedy for showing other datasources please let me know.
    Posted to Data Presentation Controls (Forum) by ammarg52 on 4/1/2009
  • ListView Control in ASP.NET 3.5

    I am using ListView and DataPager control in my asp.net 3.5 application. I am binding data from XML file to this ListView. I have only 10 rows in my XML file. Everything works fine, I am able to display XML data in the horizontal format. My DataPager's PageSize property is 3. But I want to display in te continous fashin, so if I reached the 10th row, the next item it should display will be 1, 2 & so on. Kind of like a continous scrolling message. Your help will be appreciated. Please put
    Posted to Data Presentation Controls (Forum) by ammarg52 on 1/28/2009
    Filed under: ASP .net 3.5 listView continous mode
Page 1 of 1 (6 items)