Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
B

b43r_3oo3

@b43r_3oo3
About
Posts
32
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • ObjectDataSource bounded DropDownList in GridView
    B b43r_3oo3

    Hi Guys, I've following problem: I have a grid view which gets data from a SQL server through a DataSet and an ObjectDataSource. The DataSet holds queries to many tables. Now I try to show all the data in the grid view. When I try to show the data through a DDL, I get following error: 'DDLStatusItem' has a SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value

    <asp:TemplateField HeaderText="Status" SortExpression="Status">
    <ItemTemplate>
    <asp:DropDownList ID="DDLStatusItem" runat="server" OnInit="DDLStatusItem_OnInit" DataSourceID="ODSFilterGridByStatus" DataTextField="Beschreibung" DataValueField="StatusId" SelectedIndex='<%# Eval("StatusId") %>' SelectedValue='<%# Bind("Status") %>'>
    </asp:DropDownList>

    The ODS of the ddl is different from the gridview one. When I try to access the GV DataItems "StatusId" and "Status", it dosen't break. Does somebody know, what's my problem is? Have a nice weekend!

    ASP.NET help css database sql-server sysadmin

  • How to get the TemplateItem of a DetailsView
    B b43r_3oo3

    I got it! ((RegularExpressionValidator)DetailsViewInsertUser.Controls[0].FindControl("EMailTextBoxRegexValidator")).Enabled = false;

    ASP.NET tutorial html help announcement

  • How to get the TemplateItem of a DetailsView
    B b43r_3oo3

    Hi all, I have a DetailsView and GridView on one site. The DetailsView contains some TemplateItems with different validators like RequiredFieldValidator or RegularExpressionValidator. Example:

                            DataKeyNames="Id" DataSourceID="myDSObj" DefaultMode="Insert"
                            Caption="Add user" CaptionAlign="Left">
                            <Fields>
                                <EditItemTemplate>
                                        
                                    </EditItemTemplate>
                                    <InsertItemTemplate>
                                        
                                        ControlToValidate="TitelTextBox" ErrorMessage="Error!"
                                            Display="Dynamic">
                                        </asp:RequiredFieldValidator>
                                    </InsertItemTemplate>
                                    <ItemTemplate>
                                        
                                    </ItemTemplate>
                                </asp:TemplateField>
    

    ...

    When I want to edit entries of the GridView and confirm those with an Update HTML Button in the view, the event won't be completed cause the validators block them. So far it's all right. Now I tried to disable those validation controls via the Enable Attribute of them, but I don't know how iI can access this control via my DetailsViewInsertUser object. Example:

    protected void UserGridView_OnRowEditing(object sender, EventArgs e)
    { ((RegularExpressionValidator)UserGridView.Controls.FindControl("EMailTextBoxRegexVali

    ASP.NET tutorial html help announcement

  • [Setup] How accessing the installed programpath?
    B b43r_3oo3

    Hello, no, I must fin a third parity program installation path an wanna install there my programm, cause it needs files from this location.. how can i solve this? greetings

    C# question workspace

  • [Setup] How accessing the installed programpath?
    B b43r_3oo3

    Hello, how can I access the programpath from a setupproject after or during installation? Greetings from germany Jerry

    C# question workspace

  • system color depth with .Net
    B b43r_3oo3

    Hello, how can I access the system color depth with .Net? I know how it works with WinAPI.. but I'm searching a function/property in .Net. Some one an idea? Greetings from germany Jerry

    C# question csharp algorithms

  • Opacity problems
    B b43r_3oo3

    Thanks, why can't the Microsoft developer make their job correct as most every other developer... so far.. thanks mutch Jerry

    C# question

  • Opacity problems
    B b43r_3oo3

    Hello Martin, thanks for fast answering. I developing with .Net 2.0 - why dosen't work? Is there a workaround? The code wouldn't work.. not at 32bit resolution.. greetings Jerry

    C# question

  • Opacity problems
    B b43r_3oo3

    hello, i've got problems with opacity in my splash. Informations to the inviroment: When I start my app a splash will shown with slowly fade-in effect. Like it matters if colordepth is 32bit or 16bit, the transparent/white area of my splash (its an non symmetric pictrue and in that reason i'd set the transparencykey to "white") fades-in in black color.. it should by transparent. when i turn the colordepth to 16bit or lower, and the image opacity is 100%, the unneeded area is transparent, if it is 32bit it's white.. what do i wrong?? greetings from germany and sry of my bad english =))

    C# question

  • how develop under .net 2 and .net3
    B b43r_3oo3

    thx.. i hope i can trust documents of microsoft =))

    Visual Studio question csharp

  • how develop under .net 2 and .net3
    B b43r_3oo3

    Hi, i wanna developing with .net2 and .net3 how can i switch them?

    Visual Studio question csharp

  • VS wrong indenting
    B b43r_3oo3

    hello, my VS 2005 (SP1) is quite terrible. It does indenting wrong. When I remove the indent, it dosent matter.. after i leave the line it outends it again. Heres an example If CheckUStIDIsEqual(gKundeStNrLandKnz, gEndkundeLand) Then UStIDFromCompany = UStIDFromCompanyVar(1) _WhoPaysEUST = PERSONENUM.Customer _EUDreickesgeschaeft = False _INCOTERMSVendorCompany = INCOTERMSENUM.EXW _INCOTERMSCompanyCustomer = INCOTERMSENUM.DDU _INCOTERMSCustomerEndcustomer = INCOTERMSENUM.DDP _MovedShipment = MOVEDSHIPMENTENUM.CompanyCustomer Proccuration = False AddActivityNumber = "_DE_DE_EUKSE" _DEEinfuhr = False _EUVerzollung = False IntraCommunityDelivery = True Database.Commit() Return PERSPEKTIV_ERRORS_REIHENGESCHAEFT.OK Else If CheckUStIDIsAvailable(gEndkundeStNr) Then AddActivityNumber = "_DE_DE_EUESAKSD" Else AddActivityNumber = "_DE_DE_EUKSD" End If UStIDFromCompany = UStIDFromCompanyVar(1) _WhoPaysEUST = PERSONENUM.Customer _EUDreickesgeschaeft = False _INCOTERMSVendorCompany = INCOTERMSENUM.EXW _INCOTERMSCompanyCustomer = INCOTERMSENUM.DDU _INCOTERMSCustomerEndcustomer = INCOTERMSENUM.DDP _MovedShipment = MOVEDSHIPMENTENUM.CompanyCustomer Proccuration = False _DEEinfuhr = False _EUVerzollung = False IntraCommunityDelivery = False Database.Commit() Return PERSPEKTIV_ERRORS_REIHENGESCHAEFT.OK End If thx for answers and a happy new year wishes Jerry

    Visual Studio database visual-studio sales tutorial

  • how incrementing the versionnumber automatically after building in VS05
    B b43r_3oo3

    thx much

    C#

  • how incrementing the versionnumber automatically after building in VS05
    B b43r_3oo3

    the subject is self-explanatory

    C#

  • how incrementing the versionnumber automatically after building in VS05
    B b43r_3oo3

    the subjects says all

    Visual Studio

  • How edit the formicon and -text
    B b43r_3oo3

    Hello, I have an existing Programm without sources and i want edit the forms icon and text. is there any API Function/Call or something else? Greetings from germany

    C / C++ / MFC json question

  • send a picture to msword
    B b43r_3oo3

    save the image temporary to the win-tmp dir an include it then with the inlineshape-object myobject.Select Selection.InlineShapes.AddPicture filename:=filename, LinkToFile:=False, SaveWithDocument:=True

    Visual Basic database

  • call 3rd parity dll with CreateObject
    B b43r_3oo3

    yes the dll is registered. i've searched in the registry and found the clsid with progid.. but when i use them.. it dosen't run. The Name of the ProgID is "BARCODE.BarcodeCtrl.1" and the class name is "Barcode". When i call "Set myVar = CreateObject("BARCODE.BarcodeCtrl.1.Barcode")" then i get the error.. .. i've even tested without the class.. and it runs!! but i'm not sure with object i've get.. i hope it was the barcode-class object

    Visual Basic c++

  • call 3rd parity dll with CreateObject
    B b43r_3oo3

    sry, i mean wat u say.. i declare a variable with dim t as object and then i want to set the variable with Set t = CreateObject("mydll.myclass"). but it diddn't run

    Visual Basic c++

  • how to close the excel.exe after running the program?
    B b43r_3oo3

    Dim e As New excel.Application e.Quit

    Visual Basic tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups