No - Sorry I should have specified that it is on our intranet and not accessible through the net. Any ideas though ?
I have seen a couple of posts on google about people having simlar problems to mine, but have failed to find a solution to the problem.
G,
Hi All,
I have a simple form, which contains a asp textbox and a requiredfieldvalidator, with a submit button.
I can run my website up locally and there is not a problem, and the form works like it should and displays an error message, if the field is left blank.
However... Once deployed to...
Firstly thank you for the reply.
So to get around my problem, would the best solution be..
When a user uploads a .eps file, to somehow convert them to either a .gif or .jpeg file on the upload event ?
Hi all,
I have a problem, where my customers have to upload product images in an .eps format. But when I come to displaying the file on the web page, <img src="test.eps"> It doesnt seem to want to display the image.
Is there a known problem in displaying an .eps file with the img tag ...
vbkris thank you for your reply.
yes the dropdownlist is being populated, and i am doing this on load of the control.
(see my code below for the ascx file)
_________________________________________________________
using System;
using System.Data;
using System.Configuration;
using...
Hi all,
I have a default.aspx file which contains a user control called contractsearch.ascx. This control contains a dropdownlist with witch, i would like to do an action on the SelectedIndexChanged event.
But when i select an option in my dropdownlist the contents dissapear from the...
So are you suggesting the best way of doing this is to load all controls on page_load, then depending on my button onclick, I make the relevant controls visible/hidden ?!
Morning guys,
So here is my code as promised.
Default.aspx
---------------------------------------------
<asp:ImageButton ID="SupplierBtn" runat="server" OnClick="SupplierBtn_Click" ImageUrl="../Images/Tabs/tab_dim.gif" EnableViewState="true" />
<asp:ImageButton ID="NoteBtn" runat="server"...
Hi,
I have a problem where I have a default.aspx page, with serveral usercontrols in the .aspx page.
I also have a dropdownlist on one of the controls with the attribute autopostback set to true. When i change the selectedindex of this dropdownlist, it always seems to remove the control from...
Hi,
I have a problem where I have a default.aspx page, with serveral usercontrols in the .aspx page.
I also have a dropdownlist on one of the controls with the attribute autopostback set to true. When i change the selectedindex of this dropdownlist, it always seems to remove the control from...
Hi All,
I have recently installed .net framework 2.0 and converted an old application from 1.1 to 2.0. I am working locally on my machine and have configured the application within IIS to work with ASP.NET version: 2.0.50727.
But I am getting the following error...
Hi all,
I have a windows form, which has a datgrid on it. The datagrid has no datasource and the user will enter all the rows.
On the click of a button i want to pass the items within the datagrid (could be 1, 2, 3 rows) into a DataTable, typed variable. is this possible How do i do this ...
Morning all,
I am encountering an extremly annoying prooblem. Which is doing my head in. Can you guys help ?
I my windows form i am using a datagridview.
Ok so heres what im doing:
__________________________________________________________
On Load, i am binding my columns to the datagrid...
Hi all,
I have a windows application and a couple of text entry textboxes, which once filled in, and the button has been clicked, will enter a row into a datagrid.... this works fine (see code)
if (this.CustomerInfoUc.OrderLinesDg.Rows.Count == 0)
{...
I have nearly fixed the issue. I have tried the following code:
Completion f;
f.OrderTc.EnabledEnabled = true;
but i get the error message:
Use of unassigned local variable 'f'
Does anybody now how to refrence, an item from my form, within my user control ?
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.