Is there a way...
when opening a new window using window.open
to hide the ie title bar (the bar with the close, minimize, and mazimize buttons)?
any suggestions welcome.
I've tried titlebar=no, which did not seem to work for me. Should it have?
Thank you in advance.
Quick question:
I have a form -- on submit it opens a pop-up window.
The pop-up opens on submit.
After submitting, the main windows goes throught a series of re-directs and finally displays a page. At this point the pop-up is still visible.
I am trying to close the pop-up after the...
I have a form page.
For my form page, I just had to add a pop-up message before submitting.
It's not an alert, but a javascript call for window.open.
When the user clicks a button on the pop-up window -- it closes the window and continues to process using the parent window.
Problem is that...
I have a web service that I am consuming on my .net web form.
I am able to connect and accept return information fine.
However, the web service returns 5 parameters. I want to set a local variable to the value of each parameter returned but only want to call the web service once.
Can anyone...
New to using web services.
It seems that asp.net makes consuming a web service a fairly simple matter.
I would like to consume an external web service on a particular website. However, this site was written in traditional asp code. My understanding is that consuming a web service using...
New with .net and really have mostly used datagrid's, select boxes, etc for databinding.
Using .net 2.0/vs 2005.
I have an object datasource set up on my web form. This object datasource returns 1 record.
I have several labels/text boxes on my form that I want to display info about this one...
I have a folder on my d drive for program files.
Suddenly, I cannot write to it. Gives the message unable to create new folder, access is denied.
I am logged in with the admin account and never had any problems before.
Any ideas greatly appreciated.
Thanks in advance.
I am using asp.net 2.0 vb.
I have a dataset set up in the designer.
The table adapter is set to call a stored procedure. The stored procedure returns two result sets (two tables).
I have a datatable that is filled by the table adapter described above. Again, this is all done in the designer...
I am using asp.net 2.0 VB for developing a web application.
On my page, I want to display Company and Contact information in the following way:
Company Address
ABC Test 123 Main Street
Bob Smith 555-789-5555
Al Rivers 222-555-8888
XYZ Company 345 Main Street
What is...
I would like to copy a file from one directory to another and would like to accomplish this within a stored procedure.
There are a couple of issues that have be questioning the best method to accomplish this:
1. I will not know the exact name of the file but will know the naming convention it...
I am trying to import a text file into a sql table. The text file is fixed and the table is created by sql before the import process.
I have tested the process with smaller files in the exact same format and it works fine. This file is about 65,000 rows.
When I try to import the larger file I...
I'm using VS 2005 and have an Object Data Source on my webform. I also have a gridview on the page that used the Object Data Source as it's datasource.
If I don't have Paging enabled on the gridview, I can easily display the total number of rows using:
gridview1.rows.count
Problem is that when...
I have a custom validator on my webform and the validator is in a gridview for the edit command.
Currently, it's calling a server-side validation function and correctly validating the row before edit.
I would like to change the error message at runtime but cannot seem to figure out how within...
I am using visual studio 2005 and have a question regarding an updateable gridview.
The gridview on my page has 4 columns, and only one is able to be updated. It's a textbox.
However, when updated, I want to validate the entry against a table in my database before processing the update. In...
Using visual studio 2005.
I have a webpage with a button that, when clicked, will postback the page -- inserting the value of the texbox on the page into the database. I also have a required field validator on this texbox.
On the same, I also have a gridview that allows edit. When the user...
Using Visual Studio 2005.
I've tried to get this working but have had not luck.
I set up a crystal reports viewer and report source in the web form.
Everything displays correctly at this point. I have the print option enabled in the toolbar.
When the print icon is clicked, it opens the...
using vs 2005.
I have a crystal report viewer on my page, along with the report source.
I also have a form on the same page.
I have the crystal toolbar enabled with the print option.
when I click the print button in the crystal toolbar, it submits the form before launching the print wizard...
fairly new to asp.net. using vs 2005.
i set up an object datasource from a dataset. the dataset uses a stored procedure with a parameter.
the object datasource seems to test correctly.
i have a text box on the page. in the object datasource configuration (designer), i associated the value of...
New to developing windows applications. Using VS 2005.
I have a simple webform that I want to give the user the ability to print. I added a the printdocument from the designer and a menustrip for the printing option.
I added the following code in the "PrintToolStripMenuItem_Click" event but...
using vs 2005.
I created a dataset in the designer that fills a datatable I'm using to bind to several form controls.
I would like to create a subset of the result set and use this subset as the datasource for a drop down list.
For example, if the original datatable has a column called...
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.