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 dencom 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 mrkan

  1. mrkan

    SqlDataSource Question

    Thanks, for some reason I thought there is some mechanism provided to do this.
  2. mrkan

    SqlDataSource Question

    Thanks jmeckley, Thanks for advice. We are now getting to my question. I like idea of using parameters versus constructing of SQL statement old way (or my way) exp. ... "select ... from where id =" + id; But once I add parameter, how I remove it if I don't need it. Let's say in your example...
  3. mrkan

    SqlDataSource Question

    Using control SqlDataSource in .NET 2.0, how do I search for parameter when it is provided, and return all results when parameter is not provided. For example: On my page I have TextBoxSearch. If user type something in, and then click search button, I would like to perform something like...
  4. mrkan

    runtime error: 'name' is a duplicate attribute name

    Every time I try to compile I get this error: ASP.NET runtime error: 'name' is a duplicate attribute name. Line 19, position 132. (C:\dev\myfolder\staging\web.config line 19) In web.config (line 19), there is nothing, no name tags, that could produce this error.... I tried to remove web.config...
  5. mrkan

    Floppy Disk problem on motherboard P5N-E SLI

    Actually, last night I realized, after I removed the floppy and had only CD Rom (primary slave) and sata hd (on sata1). I noticed that now boot from CD ROM doesn't work. It starts, then it tells me to type location of command.com. ... It seems to me that there is conflict between SATA and IDE...
  6. mrkan

    Floppy Disk problem on motherboard P5N-E SLI

    I was thinking about that as possible reason... Thanks a lot for sharing.
  7. mrkan

    Floppy Disk problem on motherboard P5N-E SLI

    I have weird problem. I've just put my first (and last) system together. P5N-E SLI motherboard with Intel Quad and 2Gb of RAM. Here are other parts I have installed: - CD ROM as primary slave, - SATA 320Gb hd on SATA1 - Floppy drive Floppy is one creating trouble. When I boot from floppy, and...
  8. mrkan

    P5N-E SLI + SATA + XP, problem installing XP (blue screen)

    I tried that, but it didn't work. Generally installation would recognize smaller size of disk. For example, my hd is 320GB, and installation would see only 128 GB.... (if I would not install sata/raid controller) Not sure what is happenining. Right now, I managed to install XP on some old IDE...
  9. mrkan

    P5N-E SLI + SATA + XP, problem installing XP (blue screen)

    I have a lot of trouble recently with my new configuration with P5N-E SLI motherboard, SATA disk, and Intel Quad processor. My PC has secondary master CD ROM and sata hd on SATA1. BIOS is able to see my sata disk, and through XP installation I would push F6 to install sata/raid controller...
  10. mrkan

    SATA - CD ROM - Motherboard - how to connect

    Thanks for Good Luck... I need it, but I definitely don't have it. I tried to install Vista or XP last night. Nothing worked. Vista can't even see it. It would just ignore sata controller (drivers) that would install. XP did the same, after I pushed F6, and installed sata controller...
  11. mrkan

    SATA - CD ROM - Motherboard - how to connect

    Thanks all... I called ASUS support today and I found out few things: - they assured me that I connected everything properly (my CD ROM and my sata hd) - during vista installation I was actually installing jmicron sata controller which is for external sata hd to be connected on the back of the...
  12. mrkan

    SATA - CD ROM - Motherboard - how to connect

    I've just put together my first PC and I have several issues... My motherboard is P5N E SLI. It has 4 SATA connectors, 2 reds and 2 blacks. 1. Does it matter in which connector I plug my SATA HD (seagate 320mb)? My HD is on SATA1 as of now. 2. I have 1 CD-ROM and it exists on secondary IDE as...
  13. mrkan

    C# methods

    What's wrong with this code? I am getting that name IsNumeric does not exist in current contex. I found many examples like these online and non of them are working. So, how can I called this method properly. As far as I know, it should be static in order to call it directly: bool isNumeric =...
  14. mrkan

    Can't connect to SQL database

    Thanks all... I saved project to network shared drive. VS reported that it is unsecured location, but I ignored it. When I saved project locally everything was fine. Now I wonder WHY it didn't work on shared drive? Anybody have idea?
  15. mrkan

    Can't connect to SQL database

    Need help: I am doing simple Console Application, trying to connect to database and then to print records... whatever... I am failing to connect to database. There is some example here: http://support.microsoft.com/kb/307645, basically they suggest to use "Server=ComputerName, PortNumber", but...

Part and Inventory Search

Back
Top