Search

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

Matching Posts

  • Gridview sorting/paging using ODS

    Hi, I have implemented custom paging and sorting in my app and this is my code: < asp : GridView ID ="GridView1" DataKeyNames ="QueryId" runat ="server" AllowPaging ="True" AllowSorting ="true" AutoGenerateColumns ="false" PageSize ="5" OnRowCreated ="GridView1_RowCreated" OnPageIndexChanging ="GridView1_PageIndexChanging" OnSorting ="GridView1_Sorting"> < Columns > < asp : BoundField DataField ="QueryId" ReadOnly ="true" HeaderText ="QueryId" SortExpression ="QueryId" /> < asp
    Posted to Data Presentation Controls (Forum) by laksk on 6/8/2006
  • Setting CustomActionData property in Web setup projects

    Hi, In VS2005 WebSetup, I have added the Project Output of a ASP.NET 2.0 Web Project. This adds the content files of the Web Project to the Web setup. Now how do I add a custom action to the Install Node in Custom Actions, as I am unable to get the primary output of the Web Project. I want to set the CustomActionData property and get some values during Installation. How is this made possible in VS 2005, where there is no primary output assembly? Thanks.
    Posted to Installation and Setup (Forum) by laksk on 5/15/2006
  • Re: Updating Config file settings not getting reflected

    Hi Atrax, The settings are not reflected until I completely uninstall the setup and install the Services MSI again. The curious thing is, this happens only if I deploy the code using MSI. In the development environment (with code) the config file settings are reflected correctly. Any pointers on this will be of great use. Thanks.
    Posted to Installation and Setup (Forum) by laksk on 5/11/2006
  • Updating Config file settings not getting reflected

    Hi, The following is my scenario: 1. I have 6 Windows services, all of which are present in one project. 2. The installer class present in this project have the BeforeInstall and AfterInstall methods overriden. 3. In the BeforeInstall method, I set the config file settings got from the custom textboxes of Setup. 4. In the AfterInstall method, I start all the 6 services. All the above steps are working. However, when I try to update the config file (that comes as dependancy with setup) with different
    Posted to Installation and Setup (Forum) by laksk on 5/10/2006
  • ASP.NET 2.0 Treeview control Performance

    Hi, We are using ASP.NET 2.0 Treeview control in our application. Recently, we got an external review comment that these Treeview controls affect the performance largely and therefore need to be replaced with Repeater/DataList controls, with sample code like what is given below. < div > < asp : repeater id ="regionRepeater" runat ="server" OnItemDataBound ="BindLocation"> < itemtemplate > < asp : CheckBox runat ="server" />< br /> < asp : repeater runat ="server"
  • Web Service classes not showing up in ObjectDataSource control

    Hi, I'm facing a curious problem when trying to set the properties of ObjectDataSource control. When I added a Web reference to my Web Application, I found the Web Service classes on the ObjectDataSource control. However, after I added a few more references (a reference to Business Entity classes) to the Web Application, I'm not getting the Web reference classes that I got earlier. Please let me know if this is a bug in VS 2005 or is there any other setting that I have missed? Thanks.
    Posted to Visual Studio 2005 (Forum) by laksk on 2/24/2006
  • Tabstrip not localized in ASP.NET 2.0

    Hi, We are using the IE Webcontrols Tab strip provided by Microsoft in our ASP.NET 2.0 application. But when we Generate Local reasources from Tools menu, the controls inside the Tab strip are not localized, and the resourcekey attributes are not added to the controls. Please let me know if there is any solution for localizing the controls inside a Tabstrip control. Thanks.
    Posted to Localization (Forum) by laksk on 2/22/2006
  • Using Generics in Web Services

    Hi, I have used a Generic List in a Web Service and when I try to access this from UI, I get only an Array of objects rather than the Generic List of objects.Even if I try to do a type cast, this does not work And more curiously, in the UI layer, the return type from the Web Service is shown to be something specific to the Web Service. Example, I have an Employee class with Id and Name properties. This class is in a library that can be accessed by the Web Service and UI. In the Web Service, I have
    Posted to XML Web Services (Forum) by laksk on 2/21/2006
  • Localization in ASP.NET 2.0

    Hi, I'm currently using ASP.NET 2.0 . I would like to know if there is there any way I can design a single component that loads all the localized information, like all text in the entire application (text in all controls, all pages) in a single shot. Previously, in ASP.NET 1.1 , I had done it page wise, having to load the Localized information from .resx file for each page in the Page_Load event of each page. But this became a very tedious task and difficult to maintain. Could this task be reduced
    Posted to Localization (Forum) by laksk on 1/25/2006
  • Re: <asp:textbox>

    Hi NC, If the Application Folder is not set as an application in the IIS, it would throw the error, "It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level". The reason I asked to check the Visible property is by mistake, if the user has set it to false. One more check the user can make is to run the aspnet_regiis.exe -i and check whether the controls are rendered then. The full qualified command is %windir%\Microsoft.NET\framework\v1.1.4322
    Posted to Web Forms (Forum) by laksk on 1/25/2006
Page 1 of 5 (48 items) 1 2 3 4 5 Next >