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 biv343 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: tahirk
  • Content: Threads
  • Order by date
  1. tahirk

    AutoCompleteExtender

    Hi, I am using Visual Studio 2008 with the latest Ajax Control Toolkit, in particular the AutoCompleteExtender control. I have successfully setup the AutoCompleteExtender to use a Web Service which queries an SQL 2005 database to retreive results. The Web Service is generic across several...
  2. tahirk

    SQL 2005: Selecting Values within a Range

    Hi hope someone can give me some pointers on an issue I have been having with a stored procedure requirement. I have developed a custom user control (C#/ASP.NET 3.5) which calls a stored procedure on my departments development SQL 2005 Server. The stored procedure is proving a little difficult...
  3. tahirk

    ASP.NET 2.0 - CheckBox.Checked not working

    Hi, Probably something very simple that I have missed. I am in the process of converting an old ASP application to ASP.NET 2.0. The code-behind is done in C# and so far I have had no problems however I have created a webform that contains several textboxes, drop down lists and checkboxes. I...
  4. tahirk

    log4net - usage in a class library

    Hi, I am currently developing a simple ASP.NET 2.0/C# web application. I have created a class library where I will store all my business logic and data access, security etc. For the logging I have decided to use log4net as it's readily available and tried and tested. I am a little confused...
  5. tahirk

    MSSQL 2005 - Get next increment id from an index column

    Hi, I am currently developing a C#/ASP.NET web application that hooks into an MSSQL 2005 Express database (will be using 2005 enterprise in the live environment). The database uses several tables with simple index columns which auto increment (the reason I went for simple integer index values...
  6. tahirk

    BizTalk 2002 Errors

    Hi, Need some advice/help regarding a BizTalk error we have been experiencing for the past month now - I am at my wits end. We have a Windows 2000 Server (SP4) hosting Microsoft BizTalk 2002 Server. The BT server serve's messaging for a bespoke .NET application, receiving messages via a...
  7. tahirk

    Membership Decrypt/Encrypt methods

    Hi, Need some advice on how to resolve an issue I am experiencing at the moment. I am currently working the .NET 2.0 SQLMembershipProvider model. I have some helper methods that retrieve the user password from the SQL database and then based on what the code finds in the web.config...
  8. tahirk

    WinForms multithreading

    Hi, Need some help on how to setup multi threading in a simple winforms application. I have a simple WinForms application with a listbox. The app allows the user to open a text file, when the file is successfully opened its added to the list box. I need to add some code that will fire an...
  9. tahirk

    ASP.NET 2.0 - return a value from a popup window

    Hi, Need some advice on how best to resolve a issue with a page I am designing. I am developing a site using ASP.NET 2.0 with C# code behind. I have a page that allows the user to upload 3 images to the server and then displays the uploaded images on the page. To do this I have placed 3 image...
  10. tahirk

    C# Instantiating an object.. dynamic object name..

    Hi, Needs ome advice on what is probably, a no brainer question however its beeing driving me round in circles. I have created a simple WinForms application in VS.NET 2005 that loads a database table during runtime, and then based on some rules, proceeds to dynamically create controls on the...
  11. tahirk

    Windows 2003 .local domain and .com registered domain..

    Hi, Got a strange server scenario but I sure someone will able to point me in the right direciton. I have been playing around with a Win2k3 Domain Controller that will also host an Exchange 2003 server (my own test system so keeping things on one box). I originally had the DC configured with...
  12. tahirk

    .NET Framework 2.0 - Using with Visual Studio 2003

    Hi, Needed some advice from the community regarding the .NET Framework 2.0 installation. I currently use Visual Studio 2003 Enterprise Architect with .NET Framework 1.1. Unfortunately most of the work I do still requires the support of the .NET Framework v1.1 - as such I am unable to simply...
  13. tahirk

    DataGrid - anchoring columns or autosizing columns?

    Hi, I have spent the last hour trying to workout how I can autosize or anchor the columns so when I resize the main form, the grid is also resized, not just the component. The only thing I have been able to do is to anchor the DataGrid component to the form so that it resizes correctly with...
  14. tahirk

    C# Error Handling - File Not Found

    Hi, I am fairly new to C# but learning quickly (ex Delphi coder and C coder). So far I have managed to learn allot without digging into books etc however I want to know how to do things the proper way so I can then learn my own solutions to a problem. Currently I am working on a small Windows...
  15. tahirk

    Reading XML File (iterative) and then performing an action

    Hi, I have written a simple application that queries a local or remote computer's services and then outputs the results to the screen and a simple text log file. The app currently takes two arguments, the machine and the service name, it then passes the arguments into two variables and uses...

Part and Inventory Search

Back
Top