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 wOOdy-Soft 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: cmn2
  • Content: Threads
  • Order by date
  1. cmn2

    Using one list across multiple sites

    Hello, I am trying to find a way to use a single list as a datasource for two calendars. The calendars are on separate publishing sites. After searching for many hours there does not seem to be an easy way to do this. Does anyone have any experience on how this might be accomplished? Thank you...
  2. cmn2

    How to set DataNavigateUrlFormatString from a function

    Could someone please help me understand what I am doing wrong. I have tried endlessly trying to get this to work. All I get is errors. Thank you. Here is what I want to do: I have a gridview with a hyperlink field. I want to set the DataNavigateUrlFormatString with a function call while...
  3. cmn2

    How to set the row height for a gridview

    I don't work much in ASP and I can't believe how difficult this has become. I have a gridview where some columns have lengthy text and the overall row height adjusted itself to show all the text. I want to scale down the row height to show only some of the text. None of the gridview settings...
  4. cmn2

    insert text to a asp.net datagrid row

    Hi, Haven't had much luck in asp forum so I'll try here. I've been struggling with this and could really use some help. I have a datagrid with an edit command. When I open up a row in edit mode I would like to set some text in several text box columns, but only after a selection is made in a...
  5. cmn2

    Add text to datagrid column when another column changes

    Hello, While in edit mode,I want to add some text to a textbox column in a datagrid when the selected text of a dropdownlist column changes. Thank you in advance to anyone who can help. Here is the sub that is called from the dropdownlist... Sub ProductIDChanged(sender As Object, e As...
  6. cmn2

    How to run a batch file from vb form

    Greetings I have an app that writes an ftp script file and also writes a batch file to execute the script file. When I double click on the batch file it runs the script file perfectly. Now I want to eliminate the double click and run the batch file automatically from my app. I am using the...
  7. cmn2

    How to get most recent file added to a directory.

    Hello, I would like to get the name of the most recent file added to a network directory. If I understand correctly, a FileSystemWatcher is more of a listener and wouldn't be appropriate in this case. I rather have an app that can be run at anytime. Has anyone been tasked with this before and...
  8. cmn2

    How to keep a dataset sorted as the user chose.

    Hi I'm using a dataset as the datasource for a datagrid. When the dataset is displayed in the grid a user can click on any column header of the dataset to alter the sort order as they choose. My question is... if I now want to pass the user sorted dataset and display it in another datagrid how...
  9. cmn2

    How to set a ListBox value?

    Greetings I have a asp:listbox where I would like to have the first item selected when the page is first rendered, but I'm not sure how to do this. Could anyone help me on this? Thank you <ASP:ListBox id="lstCompany" runat="server" Width="90" Height="80"> <ASP:ListItem...
  10. cmn2

    How to set a default item in a listbox?

    Greetings I have a asp:listbox where I would like to have the first item selected when the page is first rendered, but I'm not sure how to do this. Could anyone help me on this? Thank you <ASP:ListBox id="lstCompany" runat="server" Width="90" Height="80"> <ASP:ListItem...
  11. cmn2

    How to write to a datagrid cell.

    This should be simple, but I am struggling with it. Any help would be appreciated. I would like to click anywhere in a datagrid (dataset as source) and if the text of the current cell says "Test123" I would like to change it to "Hello World". Thank you
  12. cmn2

    Purge illegal characters.

    I could use some help please. I wrote this sub that is suppose to replace illegal characters with a space character. The input file is an xml document that was generated by a Mac. It seems to work if there is a single illegal character, but fails to find the second of two when there are two back...
  13. cmn2

    Quick question about .net 2005

    Hello, I would like to upgrade to Visual Studio 2005 but first wanted to ask if there would be any adverse affects on earlier projects I wrote in VS 2003 on version 1.1 of the dotnet framework. When I upgrade, can I expect that I can still modify the code from the earlier version, compile it...
  14. cmn2

    asp.net repeater

    Hello I rarely work with asp.net and find I'm snagged on something that should be simple. Can someone help me clean up this if statement so I can single out one dataitem that I wish to color differently. The error I'm getting says that an expression is expected where I have entered...
  15. cmn2

    jdbc and sql server

    I have having great difficuly in getting the jdbc driver from Microsoft to connect to SQL Server 2000 (SP3). The code below is directly from the Microsoft site and my server is set to Mixed mode authetication. The SQL Server error is "login failed for user 'myUserName'" Does anyone have any...
  16. cmn2

    Write a multiline textbox to a dataset

    Hello I would like to take each individual line of text from a multiline textbox and put it into a 1 column dataset where each text line would be a row within the dataset. Does anyone have an idea how to best accomplish this? Thanks for any help you can lend.
  17. cmn2

    Get a field value from selected datagrid row

    Hi I've not coded in VB6 for quite some time am having trouble and could use some help. I'll keep this short. I have a datagrid populated with a recordset. If a user clicked somewhere on row 5 how could I get the value of say field 3 from row 5? I would appreciate any help that anyone could...
  18. cmn2

    Classpath and Path problems

    Hello, I'm still quite new to Java and could use some help. I'm trying to connect to a SQL Server database using the Microsoft JDBC driver. I set the CLASSPATH enviornmental variable to... CLASSPATH=.;c:\program files\Microsoft SQL Server 2000 Driver for JDBC\lib\msbase.jar;c:\program...
  19. cmn2

    using cdosys on Exchange Server

    Hello I am trying to update a vb6 program that should send emails directly from a directory on the exchange server. The exe is actually on the server. I am struggling trying to set the correct configuations using the cdosys dll. The error I am getting says Transport failed to connect to the...
  20. cmn2

    Function is not being called

    Hello, I am trying to get this simple validation script to work but can't. Does anyone see the reason why? I really appreciate and would like to thank anyone who takes the time to look at this. <html> <head> <script type="text/javascript"> function validate() { x=document.myForm...

Part and Inventory Search

Back
Top