Search

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

Matching Posts

  • Re: Web user control (.ascx ) VS page (.aspx)

    Thanks for the suggestions. I do realize the justification of using user controls. But in th older application (1.1) pages were converted to web controls ascx so that we can mimic a master page which was not available at that point. So not all the web user controls are being re-used. It seems to be a wrong design decision to use user controls when there is no intention to re-use them. Also dynamic user controls and the interaction with the page life-cycle is kind of tricky from some of the articles
  • Web user control (.ascx ) VS page (.aspx)

    We are converting a 1.1 application to 2.0. The application used web user controls extensively for header, footer and all the other content common across the application. There is a single page which has a place holder analogous to content place holder in master pages and logic is written to toggle between the controls based on the required functionality. Since 2.0 has master pages is it necessary to convert all the .ascx to .aspx ? In other words is there an issue using dynamic user controls since
  • Dynamic Web User Control with asp.net server controls

    Hi I have a web user control with dropdowns and listboxes populated dynamically with in a table. The user control exposes two methods : BuildTable(); GetSelectedValues(); I consume this in another control. I realized that the web control has to be built everytime in the parent control's page load function using the BuildTable() method, as it get destroyed after every request. There is a save button in the parent control which calls the GetSelectedValues() method to get the selected values from
    Posted to Web Forms (Forum) by mpakala on 3/2/2009
  • Handling Concurrent Updates

    Hi I have a application which models an approval process. The submitter requests a new process and the approver needs to approve or reject it. The submitter can modify the details as long as the approver has not made his decision. we are using windows authentication and we refresh Session information after time out so that the user has access to application all the time. The problem is the submitter might have the page open where he has the privilege to update the details but the approver might have
    Posted to State Management (Forum) by mpakala on 1/19/2009
  • Validating web user control(ascx) in parent page (aspx) -- .NET 1.1

    Hi, I have a user control which has some asp.net server controls like drop down list, list box etc. These fields are required. I'm using this control in a parent page which has its own server controls which are also required. The button on the parent page which is supposed to validate the controls is not working after I add the web user control. Is there a work-around for this scenario other than manually calling Page.Validate() and checking for Page.IsValid property ? I tried calling a javascript
    Posted to Web Forms (Forum) by mpakala on 1/15/2009
  • Re: Scope of Custom Class as Static Variable in asp.net

    Hi I'm sorry, I was little vague. I understand the difference between the static and non-static in the way they are used but what I meant was since I'm creating an instance of a non-static class in the asp.net will it be scoped to the page or session or application ? To clarify will every user have his own instance of the object which is what I want to get to??
    Posted to State Management (Forum) by mpakala on 9/24/2008
  • Scope of Custom Class as Static Variable in asp.net

    Hi all I have seen a lot of posts on static variables in asp.net but I'm still not sure if I understand this correctly. I have copied a sample code. what is the scope of custom class collection in the hashtable ? Is it per user, per session or application scope ? I am not able to understand the difference between a static class and a static instance of a non-static class ? Please let me know. 1 using System; 2 using System.Collections; 3 using System.ComponentModel; 4 using System.Data; 5 using
    Posted to State Management (Forum) by mpakala on 9/24/2008
    Filed under: App_Code
  • SharePoint Services 3.0 Vs Sharepoint Server 2007 Professional/Enterprise

    Hi We are planning to build a web-based document management system. I looked at some info on sharepoint services but I'm confused. According to the link below, Enterprise content management is not available with share point services 3.0. I am not sure if it means its not available as an off-the shelf feature or it cannot be implemented using SDK. http://office.microsoft.com/en-us/sharepointtechnology/FX101758691033.aspx#4 According to one of the webcasts, documents can be maintained using share
  • Re: Customizing DataGrid

    Thanks. Sorry, I forgot to mention i'm working on a asp.net 1.x application. So I have to work with the datagrid control. thanks kiran
    Posted to Data Presentation Controls (Forum) by mpakala on 5/1/2008
Page 1 of 3 (24 items) 1 2 3 Next >
Microsoft Communities