Greetings,
AFTER a new IE 6.0 browser window is opened, is it possible to remove the Address Bar & Status Bar and the Favorites pane?
Initially, I thought it could be done with the Window object, but obviously not.
Can someone please clue me in?
Thanks:-)
...and that fixed it.
I first attempted to re-install the .net runtimes without first uninstalling them. Clearly a mistake. I don't know what I was thinking...
Thanks, again:-)
...my problem PC and its IIS installation/configuration.
I viewed the Application Mappings on my problem PC and found that there was no entry for the *.aspx extension. When I attempted to add it, IIS only lets me choose an *.exe file, whereas I believe it should let me map to the...
Yes, the .NET runtime is installed.
Additionally, the websites in question do run correctly using the Cassini Web Server.
Any other thoughts? I'm getting desperate....
IIS newbie here, so please bear with me.
I just upgraded XP Home to XP Pro and subsequently installed IIS 5.1. For reasons unknown, all my web sites are experiencing the following:
A. include files are not being displayed (ex.
<!-- #include file="footer.htm" -->
B. the code on the page...
...errors: "
style="FONT:8pt Verdana; COLOR:red"
Runat="server" />
<asp:RegularExpressionValidator
ControlToValidate="txtEmailAddress2"
Text="*"
ErrorMessage="ERROR: Invalid email address. Email addresses must
be in the
format of 'user@domain.com'"
ValidationExpression="\S+@\S+\.\S{2,3}"...
hmmm....I guess I think of another way to submit the form besides using the Button control or the SelectedIndexChanged event of the DropDownList control.
Can you clue me in? Perhaps a little example?
Thanks:-)
Greetings,
After loading a DropDownList, how can I immediately submit the form without using a Button control?
I was thinking the SelectedIndexChanged event would fire off, but apparently not.
When the form was being loaded, I compared each ListItem's Value to a QueryString value and set the...
Greetings,
I'm using Excel 2003 and have placed several Checkboxes and a single Button on a Worksheet. Everything works perfectly with one glaring exception: the Controls (Checkboxes and Button) are being progressively repositioned to the left, with each subsequent 'print preview', until...
Greetings,
I'm attempting to make a threaded discussion forum (not unlike tek-tips) and am having difficulty formatting the outputted text from each thread.
I'm using an Access db and have assigned a data type of "Memo" to the body of each thread. However, this doesn't preserve page breaks...
Yes, the checkbox is found. Turns out that both options above work perfectly. The only requirement (which I somehow overlooked multiple times) is that re-binding the datagrid NOT occur with each postback (duh!), so I had to include the binding in an "If NOT IsPostBack" condition within...
Greetings,
I've been unable to determine which CheckBoxes are being 'checked' within a DataGrid. The following code iterates through the entire datagrid, but never identifies the checked checkboxes.
Sub OnCheckOut( s As Object, e As EventArgs )
Dim i As Integer
Dim blnIsChecked As...
Greetings,
I'm looking for a way to open Windows Explorer within my VBA code. Anybody have a clue as to how this can be done?
Ideally, I'd like to launch Windows Explorer and change its Address to a predefined file path.
Thanks:-)
DrSmyth,
To avoid those dialog boxes in Excel, I use the following bit of code. Presumably, aside from the 'SaveAs' method arguments, something similar should work in Word as well.
Application.DisplayAlerts = False
ThisWorkbook.SaveAs "testfile.xls", xlWorkbookNormal...
Greetings,
I have a application that...
(a.) opens an existing Excel WorkBook,
(b.) adds a new WorkSheet (sheet4) and
(c.) populates sheet4 with data.
My Problem: when I open the Visual Basic editor and look at the Project Explorer, Sheet4 isn't visible. Moreover, if I attempt to reference...
Greetings,
Can someone please clue me in as to how I can assign line numbers (ordered list) to a CheckBoxList?
Somehow, I am unsure if this is a possibility.
Anyway, I'm pulling data from an Access db and populating the CheckBoxList with the results. I can do this no problem, but I'd LOVE to...
Greetings,
Can someone please clue me on how to load data into a DropDownList that is located with a SelectedItem Template? The ItemTemplate contains a LinkButton. However, attempting to populate the DropDownList prior to the LinkButton's Click event ending will produce the "...not set to the...
Greetings,
Can someone please clue me in on how to remove the 'underline' for each day in the calendar?
I believe I need to use the Style Objects 'DayStyle' and 'OtherMonthDayStyle', but am unsure as to the specific properties.
Thanks:-)
Greetings,
Problem: I'm unable to determine the Value or Text of a 'clicked' LinkButton located within a DataList.
Is this even possible? How do I even assign the LinkButton a value?
My goal is to: (A.) click on a LinkButton; (B.)display a DropDownList in its place (which works); (C.)Select...
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.