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 strongm 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: *

  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...
  16. fpower

    exchange 55 local server and ISP provided mail

    Hello everyone, I have an exchange 5.5 server local, but my ISP provides my inetrnet email. I have a pop3 downlaod program and have exchange set to use a smarthost (my isp) to send email. This has worked for years. We changed ISP's and after everything went through, people had problems with...
  17. fpower

    exchange 2003 SMTP setup question

    Under the default SMTP virtual server, Delivery, Advanced, there is a place for the fully qualified domain name. Should this name match the MX record name or the name of my internal domain? Also, do I need to have an SMTP connector? I currently do not, and things seem to be working ok...
  18. fpower

    newbie question

    Hello everyone, I am new to this so any help would be greatly appreciated. I have a new Partner System, with 5 lines from ATT and 5 lines from local cable company. I am going to have the cable company lines used for outgoing calls and the ATT lines for incoming. I would like to have the main...
  19. fpower

    newbie needs pbx recomendation

    Thanks for the info. I really do appreciate it. I do have another question for you... It was suggested that we use a "key system" rather then a pbx system. What would be best for a small office? thanks again
  20. fpower

    newbie needs pbx recomendation

    Hello all, I am new to telecomunications and would appreciate any guidance you can provide. I work for a small company, only 12 people, but we use the phone alot. Since we are moving we are looking to upgrade our old avaya system. I would like to have a system that could be able to do the...

Part and Inventory Search

Back
Top