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

  • Users: clanm
  • Content: Threads
  • Order by date
  1. clanm

    Datagrid image mouseover tool tip

    I have a help icon next to my header text in my datagrid(v1.1). What I can't get to work is the mouseover and onmouseout events for the help icon image. Here's the way the HTML sits w/o any mouseover code: <asp:TemplateColumn HeaderText="EV Method <IMG src=images/help_red_dgheader.gif></IMG>"...
  2. clanm

    need unordered list

    I have the following code which I try to call when my datagrid is in Edit Mode: Function GetWPActEvmethod() As Hashtable Dim myHT As New Hashtable myHT.Add("Direct Units", "Direct Units") myHT.Add("Assigned Percent Complete", "Assigned Percent Complete")...
  3. clanm

    refresh parent page from pop-up window button click

    I only want to refresh the parent page if the user clicks a certain button on my pop-up window. For that button, I have the following code on the button click event, but it's not working: Dim scriptString As String = "<script language=JavaScript> " scriptString &=...
  4. clanm

    Trying to compile .vb file

    Hello! I'm new to compiling for ASP.NET, and am trying the 3rd step for this scroller control: http://us.geocities.com/hbeanland/web/net.htm 3. Compile the control to an assembly / dll. I put the .vb file in the folder: c:\Windows\Microsoft.net\Framework\v1.1.4322\ I tried that, and tried...
  5. clanm

    trying to add composite key to existing data

    We have a table and I'm trying to regulate the duplication of one column, since the business rules have now changed. I want to add a composite Unique Constraint Index. The column I'm looking @ is ActID. We now want to enforce this doesn't get duplicated in conjunction with another column...
  6. clanm

    Duplicate value check upon Datagrid updatecommand

    I'm trying to check upon the update command for my datagrid that the user can't insert duplicate values of an Activity ID per Work Id. So, I want to block the user if they try to update an Activity Id to one that already exists in that same Work ID. So, it's a Work ID can have one to many...
  7. clanm

    Conditional popup window after datagrid update command

    What I'm trying to do is mimic an Access version of our web application, and not too sure where to start. Here's my scenario: 1. When a user edit's a row in a datagrid and clicks "Update", I have to see if the textbox value that's being edited exists or not in a table. Let's say it's an...
  8. clanm

    subreport db login credentials

    I have a report which works fine if it's just the main report. When I add a subreport, the user is prompted for the db credentials when the page first loads, and when you "page" to another page. Here's my VB code behind on the page load for the main report: ...two namespaces imported are (...
  9. clanm

    Way to hide rows in 1.1 datagrid?

    When I click "Edit" on a row in a 1.1 datagrid, is there a way to set all the other rows to Visible=False or something along those lines. I'd like to hide all other rows. I don't want to post to another page for the edit since there are multiple filters on this page. In the edit command for...
  10. clanm

    maintain vertical scroll after datagrid postback

    We're on v1.1, and after the user clicks the "Edit" link for our datagrid the page posts back, but the browser vertical position is lost and the vertical scroll goes to the top of the page. I tried "SmartNavigation", but that gave me errors on my javascripting for my mouseover tool tips. Any...
  11. clanm

    ItemCreated event on Datagrid PageIndexChanged

    My basic goal is to highlight a row if there's a certain data condition. This is fine, until the user tries to page to the next page, and I get the: "Object not set to an instance of an object" I went through the code, and if I comment out my ItemCreated even of the datagrid, I can page...
  12. clanm

    Datagrid displaying NULL value gives error

    I have a datagrid, and am having trouble when the value is NULL. When I run the page I get: Operator is not valid for type 'DBNull' and string "F". When the code hit's a value of NULL in the database, the error occurs. If the value in the table is "F", then I get "Funded"...which is...
  13. clanm

    PageIndexChanged gives error from 2nd page to 1st page

    With only one record on my 2nd page in my datagrid, when I go from page 2 to page 1 in my Datagrid (ASP.NET v1.1), I get: Input string was not in a correct format. [FormatException: Input string was not in a correct format.] Microsoft.VisualBasic.CompilerServices.DoubleType.Parse(String...
  14. clanm

    Regular Expression for last six characters in string

    I'm using an autocomplete text box, and I need to write a regular expression that will take the last six characters of the string and make sure they're all numeric....like "123456" or "209333" I am very new to expressions. Any suggestions are welcome! Thanks!
  15. clanm

    show all items in listbox in div tag

    hello! I need to show all the listbox items in a div tag in order to build an SQL statement we're going to use for webservices. I can show the count of the items in this listbox, but can't seem to get exactly the syntax to print each to a div tag. Below is what I've got so far (wrong of...
  16. clanm

    Add SPROC to each database in SQL server 2000

    Hello! I have about 15 databases on our instance of SQL Server, a and it's only growing. I'm trying to figure out how to run a stored procedure for each database without having to run it for the first in Query Analyzer, then select from the dropdown list at the top the next db, click...
  17. clanm

    Avoid duplicate items in listbox

    I have two list boxes. The one of the left has available numbers, and the right is what the user will build for "selected" numbers. I can pull them over to the right "selected" side, and allow users to delete them from the right if they make a mistake. What I want to do is NOT allow users to...
  18. clanm

    Autocomplete text box doesn't show suggestions below

    Hello! I had this in the javascript forum and VBScript, and was suggested to put it in this one. This is my first try at this control, http://www.autosuggestbox.com/Downloads/Download.aspx. I can type in the text box w/o any error, but don't see any suggestions and there's a little blue box...
  19. clanm

    Autosuggest text box not showing suggestions

    Hello! I had this in the javascript forum, and was told to put it in the VBScript one. This is my first try at this control, http://www.autosuggestbox.com/Downloads/Download.aspx. I can type in the text box w/o any error, but don't see any suggestions and there's a little blue box that...
  20. clanm

    Autocomplete text box doesn't show suggestions below

    Hello! This is my first try at this control, http://www.autosuggestbox.com/Downloads/Download.aspx. I can type in the text box w/o any error, but don't see any suggestions and there's a little blue box that appears under the box while I'm typing. So, it looks like it's trying, but I've...

Part and Inventory Search

Back
Top