Search

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

Matching Posts

  • Re: TabContainer: Extra white space below tab text

    I see your post on this topic and I have two questions I am certain either of you can answer. 1.) Which directory can I find the css file for the tab? I have been looking but haven't found it. I am using the default install directory path. 2.) I took the example web form and implemented the AJAX tab structure in my website. In Firefox the tabs render correctly as the example does but in my web page when I view the tabs under IE7, I have a gray line that continues with the box outline of the entire
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ngenius on 2/4/2007
  • Re: User Control flexibility question

    Really, you are right. It does boild down to what controls I want where and how I want my process to flow. .Net 2.0 seems to open up so much flexibility that I can see where one might have trouble making a decision on which function, control, or object to use in a given situation.
    Posted to Web Forms (Forum) by ngenius on 1/10/2007
  • Re: foreach item in struct?

    Jason, You had exactly the answer I was looking for in response to the other member's question. I need to expound upon it briefly. Instead of opening a new thread I figured I would keep it on this one for relevancy. Given the explanation above, I need to know how to set a field within the enumeration. Logically I see what needs to be done but it is not working for me when I call the SetValue method. In the enumeration I wan't to find a field that is of type string and == null and if evaluates to
    Posted to Getting Started (Forum) by ngenius on 1/10/2007
  • User Control flexibility question

    I have a web form with fields and submit button which will be submitted into a database. I thought it would be a great idea to turn the form into a user control and have the ability to use that control as both for creating new and editing data. Is it best to create a sumbit button to be inside the control or on the page that is referencing the control? I figure if I have two pages called insertUser.aspx and editMe.aspx and reference the .ascx user control file the actions taken upon by the submit
    Posted to Web Forms (Forum) by ngenius on 1/5/2007
    Filed under: ASP.NET 2.0, ASP.NET 2.0 C# UserControl Parent MasterPage, codebehind, User Controls
  • Re: Need opinion / advice on an attempt at strong typing DAL using struct

    Datakix, Thanks for the example and code. Based on the URL you mentioned this is what I extracted from it that I had also read in teh MS Help Files for C# Express edition in that a struct is by value a class by reference. from the link you sent: "Also, consider that a struct incurs less overhead than a class because, being a value type, it is stored on the stack rather than how a class is stored, on the heap." I have two books that use different means to accomlish wrapping this type of logic, use
  • Need opinion / advice on an attempt at strong typing DAL using struct

    I have been tooling around with the idea of using a struct to declare properties of an object to use strong typing. Based on that I want to be able to pass values into those parameters in a code behind file by instantiating a new instance of the struct (that part I have) then I want to be able to pass the OBJECT into a DAL class which pulls the values from the object argument and use them to populate my database. My code/psuedo code is below. I have tested the code and it works but my concers run
    Posted to Data Access and ObjectDataSource Control (Forum) by ngenius on 1/1/2007
    Filed under: object passing, passing object, structs, C#, DAL
  • Re: Advanced DropDownList in DetailsView binding to ArrayList

    Thanks gang. Both responses provided some good insight into the issue. I guess now my main question is exactly which event is the best event to place the code in? Should I be using the ItemCreate Event of the DetailsView control, the or the OnLoad event of the DropDownList? Is there a performance issue with using one of the above or any other variation? Thanks in advance.
    Posted to Data Presentation Controls (Forum) by ngenius on 12/19/2006
  • Advanced DropDownList in DetailsView binding to ArrayList

    I am some what of a newbie to ASP.NET 2.0 but no stranger to .Net. I am stumped on implementing a template dropdownlist when attempting to bind to an ArrayList object the DropDownList to a object via code behind. I am trying to create a global method in a class that allows a listControl to be passed in, have its listItem properties filled and then return the object to the calling page with a populated list. Here is my class (globalList.cs): public static class globalList { static globalList() {
    Posted to Data Presentation Controls (Forum) by ngenius on 12/18/2006
    Filed under: advanced, arraylist, DetailsView, DropDownList
Page 1 of 1 (8 items)