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 Chriss Miller 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: randysmid
  • Content: Threads
  • Order by date
  1. randysmid

    GridView - Limit user selection to only one row?

    Hi ALL, I would like to limit my user selection to only one row in the GridView at a time, instead of the default multi-select. Is there any way to set this to only one row selection at a time? TIA, Randy
  2. randysmid

    GridView - canShrink, canGrow??? PageSize?

    Hi ALL, Is there anything that I can do that will shrink or grow the size of my GridView, based on the number of rows? For instance, I've set the PageSize to 7, but oftentimes I'll only have one row of data. Othertimes I might have 50 rows of data. Since I have other fields on the aspx...
  3. randysmid

    Looking for gigabit router with print server. Ideas??

    Hi ALL, I've noticed that some companies, like Linksys, are now offering routers/switches at 10/100/1000. Does anyone know of a router with a built-in print server that runs at the 10/1001000? Or, is there another solution I'm not aware of? TIA, Randy PS - I posted something similar to...
  4. randysmid

    Looking for 10/100/1000 with print server. Help?

    Hi ALL, I've noticed that Linksys seems to be the leader in offering routers/switches at 10/100/1000. BUT, does anyone know if they sell one with a built-in print server? Or, is there another solution I'm not aware of? OR, is there another brand that offers this solution? TIA, Randy
  5. randysmid

    No records from GridView - ObjectDataSource

    Hi ALL, I wonder if anyone has been using n-tier to bind to a GridView control by using the ObjectDataSource. This is our first OOP web application, and we have no tables. Right now we are simply working with objects in memory. So, it appears as though Microsoft requires that our datamapper...
  6. randysmid

    Web.sitemap - multiple files based on user profile (NOT Roles)

    Hi, Has anyone tried to set up a MasterPage with multiple Web.sitemap's based on a specific user profile? Actually, I've got the user type (or role) from a Session variable (currentUserType and currentUserName). I have 5 different user/role types (User, Manager, OffSvcsMgr, OffSvcsEmployee...
  7. randysmid

    Proper way to bind GridView to class object??

    Hi All, I have a class object that I'm trying to bind to a GridView, but it simply doesn't work. It gives me this error message: A field or property with the name "Id" was not found in the selected data source. So...... Where is the proper place to bind the Gridview columns to the class...
  8. randysmid

    WARNING - ActiveSync 4.2 install wipes out password

    Hello ALL, I just installed ActiveSync 4.2 on my work computer, and it managed to wipe out the password I had embedded in my prior version (3.7). Does anyone know how to recover the old password, or is it gone permanently? If it's gone permanently, I guess I'll have to create a new device...
  9. randysmid

    ASP.Net 2.0 horizontal Menu control won't let the child entries work

    Hi, For some reason, I am unable to get the child entries to work in a horizontal Menu control. Is there a property that I've failed to set? The menu entries are supposed to look like this: Menu > Add Job Show Job Show All Jobs...
  10. randysmid

    Menu based on web.sitemap is vertical, but horizontal is desired

    Hi all, I've got a menu control placed on a master page, and this menu control is based on an XML file (web.sitemap). In spite of setting the menu control to horizontal, it still continues to appear vertical. Here is what the web.sitemap looks like: <?xml version="1.0" encoding="utf-8" ?>...
  11. randysmid

    MasterPage - some menu items appear below the content

    Hi, As most of you know, all menus in the past would appear on top of any underlying content. However, this doesn't appear to be true in ASP.Net 2.0. Does anyone have a suggestion on how to make this menu act like a normal one? TIA, Randy Smith
  12. randysmid

    Crosstab - value is non-numeric, but doesn't work

    Hi ALL, I need to create a crosstab query using a text field (non-numeric) instead of a number value as my "Value" column. Has anyone been able to do this? Here's a sample of my raw data: Adams, Amy "As The World Turns" Adams, Amy "JAG" Adams, Amy "Survivor" Brown, Billy...
  13. randysmid

    Tool to create SQL Server 2005 tables from class library?

    Hi ALL, Does anyone know of any tools that will create a SQL Server 2005 table using a class library as input? BACKGROUND In our case, we are following a new development methodology where we are building the class libraries before creating the actual SQL Server tables. It would be nice if...
  14. randysmid

    Type of slots available in Dell 8300?

    Hi, Is there anyway to determine the type of slots available in my Dell Dimension 8300 without opening the cover, and whether they are being used or not? I do know that my system has a Radeon 128MB DDR ATI 9800 card already installed. TIA, Randy
  15. randysmid

    VB6/VBA programmer needs to learn C# - books, tutorials?

    HI, I have years of experience with VB6 and VBA (Access development), but I now need to learn C#. Can someone recommend a tutorial(s) and/or books that will help? TIA, Randy
  16. randysmid

    Search shows hidden files

    Hi, When I use the Windows Search tool, I see my hidden files and folders, but I don't want them to be visible. I've already set the Tools, Folder Options, View to not display hidden files and folders, but they still appear. Any advice? TIA, Randy
  17. randysmid

    html on ASPX page has 23 errors

    Hi ALL, All of a sudden, I am getting very strange behavior in my ASP.Net application. I've gotten 23 html errors, including the following: The active schema does not support the element 'Display Layout' Other errors refer to attributes "of element 'style'", such as BorderStyle and BackColor...
  18. randysmid

    Lost SQLDataAdapter on page design

    Hi ALL, For some reason, I've lost my SQLDataAdapter, SQLConnection, and Dataset icons that appear at the bottom of the design page. Of course, I need these to make property changes. Anyway, I closed VS and reopened it, but it didn't make any difference. The version I am using is: Microsoft...
  19. randysmid

    How do I create a custom field from within VB.Net?

    Hi ALL, I am a relative newbie to SQL server. I've created a small handful of views and now I need to go to the next level by creating some custom fields. I am creating these views from within VB.Net for use in a Crystal Report (v. 10). For instance, my database has fields for last and first...
  20. randysmid

    CR10 grouping level for entire report?

    Hi ALL, I now have a need to create a grouping level for the entire report so that I can improve the functionality of a drill down report. As you know, a grouping level is dependent on a particular field value. So, does anyone have a suggestion on how to accomplish this task? TIA, Randy

Part and Inventory Search

Back
Top