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!

Recent content by fpower

  1. fpower

    load css based on browser?

    Hello All, I am new to programming so any help is greatly appreciated. I have created a small web site with asp.net and C#. Things can be viewed fine on IE8, Firefox, & Chrome, but when I use IE 6 or 7, the formating is all messed up. I would like to be able to have a css used based on...
  2. fpower

    snmp config 3750

    I made the mistake of forgetting to add the @vlan# to my community string. thank you all for your help!
  3. fpower

    snmp config 3750

    Hello All, I tried to enable snmp on a 3750 switch which is using stackwise to group 4 switches together. I have multiple vlans running, do I need to do something other than snmp-community test1 RO? When I connect with solarwinds I only see just a few ports that are in vlan1 only. any help...
  4. fpower

    newbie needs help with Error: 00828 ROW BRC CHECK Failure (ROW BRC): C

    Hello everyone, I am new to SQLBase and am having some major problems. I am getting the following error when I run check database... Error: 00828 ROW BRC CHECK Failure (ROW BRC): Corrupted row page for table SYSADM.ACCOUNT_BALANCE I would think I would have to delete the corrupted row, but I...
  5. fpower

    repeater with columns

    Hi Guys, Thanks for the replys... I tried using the float, but it turned out to be a little disasterous for me. The table worked a little better, as it displayed the info like this: Height: 123 Weidth: 456 Height: 1234 Weidth: 5678 However, I was hoping it would like this: Width...
  6. fpower

    select statement that can return null values

    Hi everyone, I am new to sql so any help is appreciated. I have a table with 6 columns, ID, model, Title, Description, Options, and Items. When I run the following select statement it returns a NULL value. Select ID, model + '<br>' + title + '<br>' + description + '<br>' + options + '<br>' +...
  7. fpower

    repeater with columns

    Hi everyone, I am new to programming so any guidance will be greatly appreciated. I am trying to use a repeater to return data to a table similar to this... Dimensions: 2 Seat Sofa 3 Seat Sofa ---------------------- ---------------------- Width 72" Width 96" Height...
  8. fpower

    Linked server works on server but not with client tools

    Hello All, I am having trouble with linked servers. I have a sql2005 server and a sql2008 server. Everything works fine when I am on the either sql server, but when I use Management Studio on my desktop I get the error below. Thanks for any help you can provide. TITLE: Microsoft SQL Server...
  9. fpower

    newbie trying to open image from asp:image c#

    hello all, I am very new to the world of programming and would appreciate any guidance. I am creating a website(or trying to), with asp.net and c#, that will dynamically populate a page with small images. I got this part to work, but here is my problem. I would like to be able to click on...
  10. fpower

    newbie needs help with asp.net C# sql code

    thank you for the help jmeckley, can you give an example of a strongly typed dataset... I am afraid I dont understand. thank you again for your help!
  11. fpower

    newbie needs help with asp.net C# sql code

    well, I think I am making a little progress but am running into yet another problem... I am getting an error from the following line: DataRelation rel = new DataRelation("companyContacts", ds.Tables["companies"].Columns["companyID"],ds.Tables["contacts"].Columns["companyID"])...
  12. fpower

    newbie needs help with asp.net C# sql code

    Thank you again for all the help, I am VERY new to this and really appreciate the help... I am still having trouble with the SqlDataAdapter and I have no idea how to correct it. I am getting an error that references this line of code: SqlDataAdapter daCompanies = new SqlDataAdapter(strSql...
  13. fpower

    newbie needs help with asp.net C# sql code

    Thank you for your quick replies... I have been trying to do as you have suggested and am using nested repeater, but am having a little trouble. I keep getting errors about the SQLDataAdapter. Could you tell me what I am doing wrong? Thanks again for all the help! using System; using...
  14. fpower

    newbie needs help with asp.net C# sql code

    Hello All, I am very new to programming and would appreciate any help. I am creating a website with Visual Studio 2008 and sqlexpress. The database has 4 tables, companies, contacts, state, and sstateandcompany. I have an asp.net C# page that when you select a state from a drop down list it...
  15. fpower

    how do you set Netwrok Load Balance with 2 NICS?

    Hello all, I am having some trouble with NLB and hope someone could help. I had an internal web server, (insideweb.mycomany.com, ip=10.120.1.53, one to be accessed from internal users only), that I needed to 'cluster', so I did the following. 1.since insideweb is an HP DL360 with raid 1, I...

Part and Inventory Search

Back
Top