Search

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

Matching Posts

  • Dynamically create webcontrols in webforms

    Hi, 1. I have 2 customers (A and B) 2. When loged in A want to display for Customer A 5 Textboxes 3. When loged in B want to display for Customer B 3 Textboxes do i have to use CMS System (please Example). I know about asp.net Dynamic Data but i do not have a DB as *.dbml Object. I don`t want create Website for each customer manually. Is there a way. Thanks
    Posted to Web Forms (Forum) by orimaspnet on 11/27/2009
  • Import CSV with RegEx into MS SQL Server

    Hi 1. i need to import a csv file with regex to ms sql server table. Somehting like this. Read record by record - if one column does not mach a regex do not import this record I tried FILEHELPERS but there ist no way to set regex for each csv column only for the record. Must i create an own class for the csv record 2. is FILEHELPERS faster than BulkCopy to Import 300.000 records to ms sql Thanks
  • Add computer accounts to group - problems

    Hi, i want add 10000 computers to group. I want write a log file On adding - Successfully Add - Already Member of Group On removing - Successfully Remove - Already Removed from Group must i always search for computer in group (this is not performant) to check if they are already member or already removed. Or can i react to the exceptions which are throwing from AcitveDirectory on Adding or Removing computer to or from group. With the direcotryseacher it is not performant enough. I need a fast solution
    Posted to Active Directory and LDAP (Forum) by orimaspnet on 10/19/2009
  • Problems with WebSetup and web.config

    Hi all, i am using VS 2008 WebSetup to Install my WebSite Projekt on IIS6 Server. I created a WebSetup Projekt, then i build it, so i get a MSI-Install File (2.0). Then i installed it on IIS6 Server. Now i have build a new MSI File (2.1)and installed it on IIS6 Server, but my web.config is still the same not the newer from Build 2.1. I also have a Problem when i try to uninstall my WebSite from "add and remove" (control panel) the folder in the IIS6 initpub\webroot is not deleted. Any idee
    Posted to Configuration and Deployment (Forum) by orimaspnet on 10/6/2009
  • Deploymetn Script - createing table within values

    Hi all, i need a little bit help. On Deploy my DB i want to create a table with one record in there. Is the right way to write a SP CREATE TABLE.... then INSERT INTO.... i always have 1 record to imput in this table - i want to have it configurable - how can i read it from XML or CSV File in the tabel Thanks a lot
  • import data from CSV - to SQL 2005 DB

    Hi, i create a fileupload control to upload csv-files. Now i want to import them with a SP into an existing table like this. When the record is still in DB then - update this record When the record is not in DB then - insert record When the record is still in DB and have Status SUCCESS - do not import the record After this i want to display these records (grouped) with status good, bad, ready into a asp.net gridview And the other question is - how can i validate the CSV record. For example Date-Format
  • Re: set required attribute depanding on selected dropdown item

    ok. - Insert.aspx - There i have a dynamiccontrol (e.g. Type) which is a dropdownlist UIHint from FieldTemplates with listitems "internal" and "external" - an other dynmiccontrol have (e.g. Account) - on selecting Type= "internal" the Account is not requiered Field and on selecting "external" the user must specify an Account so the Field is required - i tried it in the table class with <Required> Attribute - in the event "OnTypeChanging" but
    Posted to ASP.NET Dynamic Data (Forum) by orimaspnet on 7/6/2009
  • set required attribute depanding on selected dropdown item

    hi, in my insert.aspx. when i select Type e.g. "external" (Type is Column in DB) Domain is required Field when Type="internal" domain is not required. How can i do it onchanging or onchanged event Thanks
    Posted to ASP.NET Dynamic Data (Forum) by orimaspnet on 7/2/2009
  • Dynamic Data Filtering 1.10 - remember filtered gridview

    hi, i am using asp:DynamicFilterForm in this i have some asp:DynamicFilterControl. I filter a gridview with the asp:DynamicFilterForm - it is working fine. 1. i filter the gridview 2. i select a record and click on details button 3. then the details website is coming up 4. i want now - go back to the filtered gridview - with the IE BackButton, so that i can see the filtered records which i selected before changing to the details view My GridView is in an UpdatePanel Please Help, Thanks
    Posted to ASP.NET Dynamic Data (Forum) by orimaspnet on 7/2/2009
  • Disable DynamicControl on selected Dropdown DynamicControl

    Hi all, my problem: i have a DynamicData CustomPage Insert.aspx - autogenerated columns=false with own dynamicfields in a detailsview in this i have dynamicfields Type and Owner Type = TemplateField (dropdown) Owner = TemplateField (Text) I want to hide or disable the Owner-Field, when i select Type="NO" - if i select Type="YES" the Owner-Field is visible. Can someone give me a tip (e.g. vb.net code) Thanks
    Posted to ASP.NET Dynamic Data (Forum) by orimaspnet on 6/17/2009
Page 1 of 10 (92 items) 1 2 3 4 5 Next > ... Last ยป