Search

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

Matching Posts

  • DataPager load on demand

    Hi, I have a ListView bound to an ObjectDataSource. The ListView also contains a DataPager control. The class used by the ObjectDataSource contains a GetItems method which loads the items. My problem is that the "GetItems" method loads pages at a time, it does not load the whole chunk of data. For example if I say I want the second page it will load records 50-60 instead of the whole bunch. The problem is that the DataPager will display the page links based on the number of records fetched
  • Repeater Control Dynamically create

    Hi, I am programatically creating a Repeater Control and adding it to the controls collection. In order to implement the ItemTemplate I create a custom template inheriting from ITemplate. Now in the InstantiateIn method I need to populate the row. My question is how do I get to the underlying data object to which the Repeater control is being bound to. I am binding the Repeater control to a DataTable so the underlying object would be a DataRow. How do I get access to this from the InstantiateIn method
  • ListBox DataBind on IEnumerable<ListItem> looses all items

    Hi, I have two listboxes with an add/remove scenario. The first one gets populated with all the items and the second one contains the items which the user is intersted in. In order to achieve this I have an add button and remove button. 1. When the user clicks the add button the items selected in the first listbox are added to the second list box. I use LINQ to figure out the items selected and I do a databind on the second list box with type IEnumerable<ListItem>. Given below is a sample code
  • IFrame Pass current logged in user

    Hi, I have an ASP.NET page which contains an IFrame that gets redirected to another site. My problem is that the IFrame seems to pass the credentials of the user who has logged onto the machine rather than the user logged onto the site. For example if I have logged into the machine using account user1 and if I have loogged into the site containing the page with the IFrame as user2 the iframe seems to get the credentials of user1 rather than user2. What I want the IFrame to do is to pass the credentials
    Posted to Security (Forum) by Arjuna_Marambe on 11/15/2009
  • Web Client Software Factory

    Hi, Is the Web Client Software Factory widely being used to build Web Applications or has this been replaced by a something new? Thanks Arjuna.
    Posted to Architecture (Forum) by Arjuna_Marambe on 10/13/2009
  • Re: Views, Code Behind, and ASP.NET Controls

    But doesn't this put a limitation on the amount of work we can do on the UI. Does this mean that if we use the MVC pattern we cannot use controls like the GridView. Is this also the way forward for ASP.NET in the next version of .NET?
    Posted to ASP.NET MVC (Forum) by Arjuna_Marambe on 9/17/2009
  • Views, Code Behind, and ASP.NET Controls

    Hi, I was going through the MVC Framework and what I noticed is that in the Views there is no way to enter code behind. Is this the new way foward, and if so then what will happen to the ASP.NET Controls such as the GridView? Thanks Arjuna.
    Posted to ASP.NET MVC (Forum) by Arjuna_Marambe on 9/17/2009
  • Implementation Technologies

    Hi, I am currently in the process of building a web application using .NET 3.5. I understand that the following layers should be present. Presentation Layer Services Layer Business Layer Data Layer My question is what are the implementation technologies which I can use to implement each of the layers? Thanks Arjuna.
    Posted to Architecture (Forum) by Arjuna_Marambe on 9/16/2009
  • ASP.NET MVC Framework

    Hi, I am tasked to design a simple web application with a couple of maintenance forms, and I intend to use the ASP.NET MVC Framework for this. My concern is that this is a fairly new framework and I am not sure if this is tried and tested? Does anyone have any experience on this?
    Posted to ASP.NET MVC (Forum) by Arjuna_Marambe on 8/24/2009
  • Software Development Approaches

    Hi, We have to develop a fairly complicated Web Application for one of our clients and I am currently in the process of evaluating the most suitable software development approach to adopt (for example like Agile Development). Can someone please point out the available methods and which is the most recommended or give me some links. Thanks Arjuna.
    Posted to Architecture (Forum) by Arjuna_Marambe on 2/23/2009
Page 1 of 7 (64 items) 1 2 3 4 5 Next > ... Last ยป