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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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
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...
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...
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...
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...
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.
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.