Search

You searched for the word(s): userid:111064

Matching Posts

  • upgrading asp.net 1.0 with ie webcontrols to asp.net 2.0

    Background: I am upgrading a website from asp.net 1.0 that has IE WebControls incorporated into it. It was built using visual studio 2003 and I need to upgrade this website to asp.net 2.0 and visual studio 2005. I have used the visual studio 2005 tool to migrate the existing vs2003 project files into vs 2005 and that seems to have worked fine. I have made the necessary changes to the web.config to recognize the MicrosoftWebControls namespace (in particular adding the section name for MicrosoftWebControls
  • Calendar associated to textbox issue

    Setup: I have a simple page that only contains a button, a textbox, and a ajax calendar extension control. I have tied the calendar control to the textbox and it fills it fine. The problem comes when I submit the page. It seems that the textbox loses its Text Property (i.e. I will select a date, the textbox will be populated with that date, then I click the Submit button. When I debug the code behind the textbox's Text attribute is empty.) Does anybody have any suggestions as to why this is happening
    Posted to ASP.NET AJAX Control Toolkit (Forum) by jcheriat on 3/6/2007
    Filed under: CalendarExtender
  • Re: Calling a .NET dll from a SQL Server 2005 Stored Procedure

    Thank you! That is what I was looking for. I appreciate the help.
  • Calling a .NET dll from a SQL Server 2005 Stored Procedure

    Setup: I have a C# 2.0 class library that contains certain business logic that is to be triggered by certain database states. There is a trigger that calls a stored procedure that is working properly (i.e. the stored procedure is being executed). Problem: I have not yet figured out how to call the dll from the stored procedure. Does anybody have any tutorials they could point me to or any advice to point me in the right direction? Thanks in advance for any help.
  • Connection Pooling Login Fails

    Setup: Environment: ASP.NET application running on Windows Server 2003 and using SQL Server 2000. Problem: I can log into the app and run through a few database hits (via user interaction), but around the 4th or 5th time a sql connection is created I recieve a "Login Failed for user" error (See top portion of Error Stack Below). I am including the user id and password in the connection string (until I migrate to Staging, at which point I will change to impersonation) and I am using the Microsoft
  • dataset.WriteXML

    Setup: I have a dataset that holds data that was retrieved from a database. Some of the data in the dataset is null (for some, null for the whole column). Upon successful retrieval of data, I want to write the data to an XML file. Problem: When I use the dataset.WriteXML(filename) method, it successfully writes the data to the xml file, BUT the columns that have null values throughout get left out of the final output (if there is a field that has a null value then it will not be represented in that
    Posted to XML and XmlDataSource Control (Forum) by jcheriat on 10/20/2005
  • Data Migration Between Informix and SQL Server

    I have been put in charge of revamping a legacy system to .NET. The current system has an Informix database backend on the SCO operating system. I need to first migrate data from the Informix database to a new database on SQL Server. Does anybody know of any tools that are capable of doing this/or perhpas know any scripts I can use to complete this migration completely and efficieintly? Thanks in advance for any help.
    Posted to Other Databases (Forum) by jcheriat on 9/30/2005
  • HTTPWEBREQUEST.REQUEST failure Norton Internet Security conflict?

    I wrote a vb.net application on my laptop that makes a simple httpWebRequest from a public site. This was working fine for a few days, then for some reason or another the application now hangs on the request. If I transfer the code to my desktop, the code works fine, which lets me know that the issue is with some sort of conflict on my laptop. My laptop is brand new and the only things installed on it are Microsoft Office 2003, Norton's Security Package (includes antivirus and internet security)
    Posted to Configuration and Deployment (Forum) by jcheriat on 8/15/2005
  • User Classes stored as Session Object

    I am working on a system that involves everchanging roles. Some functionality is simliar across the board, some differs by a little bit, and some is completely different. The client would like the option of adding new user types later on and wants a quick turn around. One design I am thinking about implementing is using OOP to create user role classes, instantiating new objects when a specific user type logs in, and storing that object in session (I am serializing the classes and storing the session
    Posted to Architecture (Forum) by jcheriat on 4/22/2005
  • Using a style sheet to format your pages

    Setup: I am beginning a new website and the client has a color scheme in mind that he wants to use throughout the site. Problem: I want to use a style sheet to handle the formatting of the objects, but a problem that arises is that theres a specific color and font scheme she wants for the datagrids and a seperate one that she wants for the portions I use a repeater. Question: How can I specify in my style sheet to render th,tr,td with certain formatting if its in a datagrid but to use a different
    Posted to Web Forms (Forum) by jcheriat on 11/17/2004
Page 1 of 6 (51 items) 1 2 3 4 5 Next > ... Last »