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

    Selecting Row in Datagrid-Scroll

    I have a datagrid in ASP.NET using VB.NET code which, when loaded it takes a parameter from the URL called DexNumb. When this parameter is brought it, it highlights the entire row Red and makes it bold but if the datagrid is long and some elements can only be viewed by scrolling down, it will...
  2. toddw607

    Using Session State with SQL Server 2005 Express

    I am transferring a Database from SQL Server 2005 to a client laptop with SQL Server 2005 express. Session States are a large part of the program. If I am using a database called upsizedCandidate on the local server of the laptop called LT091, how can I enable the session state on the local machine?
  3. toddw607

    Using ASP.NET for altering XML

    I'm trying to divide up groups in a XML file by group and place them into SQL Server with each group being in a separate row of a SQL Server table. What I mean by group is that each dataset begins and ends with the same tag and including all the information inside that group. My main problem...
  4. toddw607

    Using SGML and personal DTD

    I have SGML files that I saved in notepad as .aspx. The files come in ok but the formatting is off somewhat. I have a personal dtd I created a while ago. Does anyone hvae any idea for a solution to my problem. Any suggestions are more than welcome. Just not sure where to start.
  5. toddw607

    ASP.NET not displaying correctly in Browser

    When I'm in Visual Studio and right click on my code and click "view in browser" then it displays just the way I want it to but when I place it in a folder on the remote server and type the address in the explorer bar (eg: http://sqlserver:8099/Default.aspx) the page comes up but the format is...
  6. toddw607

    Input string error in "update statment"

    Hello, I have a problem with updating a datagrid. I have a function for a save button but when I press it it gives me an error saying that my update statement is incorrect. Here is the code to my update statement: Private Sub doSave(ByVal sender As Object, ByVal e As...
  7. toddw607

    Input string error in "update statment"

    Hello, I have a problem with updating a datagrid. I have a function for a save button but when I press it it gives me an error saying that my update statement is incorrect. Here is the code to my update statement: Private Sub doSave(ByVal sender As Object, ByVal e As...
  8. toddw607

    Getting Table from SQL Server using Datagrid

    Hi Everyone! I have a ASP.NET webform that brings data in from SQL Server 2000 and displays it on a page. I want to update the webpage while in IE using the following code: <%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.Data.SqlClient" %> <%@...
  9. toddw607

    Possible web.Config problem

    Hi Everyone! I have a aspx page that when accessed through the web server it brings up a dropdown box connected to names of three different .aspx pages which are derived from 3 different SQL Server 2000 tables. When bringing up the initial page and when a selection is made from the...

Part and Inventory Search

Back
Top