Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: KevoMee
  • Content: Threads
  • Order by date
  1. KevoMee

    VB.NET's version of C#'s '|' symbol

    Hi All, I'm using a third party control (C1FlexGrid) and I'm looking to pass in multiple enumeration values to a function call. The C# version is: _flex.SaveExcel(dlg.FileName, table, FileFlags.VisibleOnly | FileFlags.IncludeFixedCells); What would the VB version be? Regards,
  2. KevoMee

    ASP.NET 1.1 Windows Forms Datagrid

    Hi, I've up till this point worked on web applications exclusively. Now I'm looking at working on a windows app where 1 of the pages consists of a datagrid. As far as I can make out, the windows datagrid is completly useless compared to the web datagrid. I'm talking abuot including controls in...
  3. KevoMee

    ASP.NET 1.1 Windows Forms Datagrid

    Hi, I've up till this point worked on web applications exclusively. Now I'm looking at working on a windows app where 1 of the pages consists of a datagrid. As far as I can make out, the windows datagrid is completly useless compared to the web datagrid. I'm talking abuot including controls in...
  4. KevoMee

    Best approach to display an Array of Arrays

    Hi All, Just a little UI issue I'm having... it isn't my forte :) Basically I want to display an array of arrays using a whatever .NET controls would be most convenient. Each array (inside the array) contains a header at index 0. The rest of the items in that array are considered fields of...
  5. KevoMee

    Accessing properties in this style "[xxxx]"

    I think it involves the IEnumerable interface but I want to be able to access the property names of my class in this style: class["propertyname"] where it can return a string, date or number. Any pointers?
  6. KevoMee

    .NET Web Hosting

    Hi all, I'm doing a website for the folks and looking for somewhere to host it. It's using ASP.NET 2.0 and SQL Server 2005. We're in Europe so would probably prefer some place in Europe, if it makes much of a difference. Any recommendations?
  7. KevoMee

    My Development Plan

    Hi All, I've to fill in my development plans in work for the next year. I know technically what I want to achieve but I'm sure there's a few non-technical courses/targets I should include... thing is, I don't have a clue what to put in. I work in a large company on a team of 2 developing in...
  8. KevoMee

    Connection Pooling from ASP.NET and ORA-03135

    I'm using .Net 2.0 & Oracle 9.2.6.0 When loading testing my ASP.NET application I will eventually get the foloowing error. "ORA-03135 Connection lost contact" The application will then drop this connection on the .NET servers but the connection(process) will remain on the DB servers. This...
  9. KevoMee

    Connection Pooling from ASP.NET and ORA-03135

    I'm using .Net 2.0 & Oracle 9.2.6.0 When loading testing my ASP.NET application I will eventually get the foloowing error. "ORA-03135 Connection lost contact" The application will then drop this connection on the .NET servers but the connection(process) will remain on the DB servers. This...
  10. KevoMee

    MCSD for 2005?

    Is there a MCSD ASP.NET 2.0? Anyone know good courses over in Europe? Cheers.
  11. KevoMee

    Error with Lotus ODBC

    Hi, In administration tools, when I click on Data Sources ODBC connection and go to add a lotus notesSQL driver under the System DSN I recieve an error: An unhandles win32 exception occurred in odbcad32.exe I've un-installed and re-installed the driver but no luck. Anyone got any ideas?
  12. KevoMee

    User Controls at design time

    I've created a calendar popup User control (Hit a button and a calendar appears, select a date and it populates the textbox). At design when the User control is dragged onto the web form the entire control is visible (box, button & calendar). Problem here is that the calendar is a bit big and...
  13. KevoMee

    User Controls: Property attributes & design time visible controls

    I have a property called CalendarURL on my control as below: public virtual string CalendarURL { get { return m_URL; } set { m_URL = value; } } Now at design time I want the User to be able to set this property by clicking on a button in the properties tab and selecting...
  14. KevoMee

    Location of paging in a Datagrid

    Hi all, I have a grid that begins with 1 column (hyperlink) at design time and has autogenerate set to true. I want the paging be on the top right of the grid, but it seems to get it all wrong. The paging is on the top, but it's not on the far right, but just above where the first column is...
  15. KevoMee

    Gridview paging

    I have a gridview with paging enabled. It shows 15 items at a time. In a search there could be 100s of items. Obviously I only want a particular 15 items returned from the database at a time. How can I enforce this? The way I would do it with a datagrid would be get the required number myself...
  16. KevoMee

    Gridview Datasource & paging

    I have a gridview with paging enabled. It shows 15 items at a time. In a search there could be 100s of items. Obviously I only want a particular 15 items returned from the database at a time. Is this automatically done for me when using a query as the datasource for the grid? or do I manually...
  17. KevoMee

    Big Company v Small Company & C# v VB.NET

    I'm currently working in a small company. Started just over a year ago in support with small bits of development work (VB6 & VB.NET). I started on €23,500. After 6 months gotta "bumped" up to support/development with a €25,000 contract. At my year review I was awarded a contract of €30,000. I...
  18. KevoMee

    Moving into Wi-Fi

    Anyone know what kind of technologies you must master to become involved in this industry? I don't really know anything about it, and wouldn't mind having a look to see if it would interest me.
  19. KevoMee

    MCSD Exams

    The company I work is putting me thru these (Web & Windows app, XML services, SQL Database & Solutions & architecture I think). I'm getting €500 for each one I pass so no harm in doing them. Thing is, I've been hearing that they don't count for much when lookin for work. Is this true?
  20. KevoMee

    Query String

    Is it possible to manipulate values in the query string from the server code? VB.NET in my case. In particular can I remove a value from the query string?

Part and Inventory Search

Back
Top