Hello,
I have code on the page_init method of my masterpage that picks up the name of the logged in user and checks that this user is stored in the database. If the user isn't found in the database I want to display the content page "UnknownUser.aspx".
However, redirecting to this page (using...
I manage a multilingual website and am trying to replace my ASP imagebuttons with CSS versions. Currently, each time we add a new button we have to create 2 new graphics (One with the text in English, the other in Portuguese) - it would be far better to do away with these graphics that include...
I have Ajax cascading dropdowns working well - I select a country and it returns the cities for that country, I select a city and it returns the hotels for that city. However, now I have a request that if no hotels are returned for the city, then the hotel dropdown (dplHotel) should be hidden...
I have a website which I recently made bilingual. All translatable text is held in resource files. For graphics that contain translatable text (such as buttons and page titles), we have a version for each language and path to each language graphic is held in the resource file as well. This all...
Hi,
My asp/VB.net website needs to send out emails which will contain links. The links will take the recipient to a specific order that is saved on the website. I can link to the page using Request.ServerVariables("SERVER_NAME") and Request.ServerVariables("URL"). And I could add a link to the...
Hello,
I have 3 different types of dynamically added User Control on my page (flight, hotel, hire car). To each of these, a travel agent can add multiple "Options" - each option is a dynamically added user control. The Options sit within an "Option Container" - the idea being that I can have...
I feel bad to post what seems to be such a simple question, but I've been trying this for a while and searching and can't find the answer. I have 4 controls (2 textboxes and 2 dropdowns) which I want sit alongside each other on the page with their upper edges vertically aligned. The textboxes...
For some time we've been using a Jquery datepicker on our website and haven't had any problems. Then, just recently, someone noticed that the month of February was showing 2 Feb 19ths! For this month it is showing Saturday 19th February and also a Sunday 19th February. Then it goes on to Monday...
I am using an XSD file to store references to SQL 2008 Stored Procedures. For most of my purposes this works fine. However, I am now working on creating a series of alerts. The rules for these alerts are stored as records in a table. One alert must generate a reminder email 1 month before the...
I have been working with an asp fileupload control for sometime and it has worked fine. However, we have changed the location that it uploads to (to another server) and now we get this message:
account used is a computer account. Use your global user account or local user account to access this...
I am sending data from my ASP.NET website to a local Reporting Services report (rdlc), which is sitting in a ReportViewer control. It is mostly running fine, with one exception. I am not able to display the parameters that the user is sending to the report. Here is the code on the aspx file...
Hi. I have an ASP page (with masterpage) in which users can add multiple Web User Controls (from ASCX file). These contain multiple controls including two radio buttons and a text field. I want to use javascript to disable the text field if the user clicks on one of the radio buttons.
Because...
I have 3 dropdownlists. They list Country, City and Hotel, populated from a SQL database. The user selects a country and this filters the cities, they choose a city and it filters the hotels. Up until now I've been using server side code (VB.NET) to take the country code from the country...
I think maybe this is one I've been staring at too long. I have many pages based on the same structure. This includes a panel which is set to visible=false most of the time. When user carries out an update operation, the panel is made visible and an image and a label are set to reflect the...
I have a page which adds a user control (ascx) when the user clicks a button (so there can be multiple controls on the page if the user clicks multiple times). Each of these user controls contains a label and some buttons. I want to use clientside javascript so that when the user clicks the...
I have a placeholder control on my page. When loading in data I add pairs of checkboxes and htmlanchor tags to this placeholder. The checkboxes allow users to select the anchors and remove them if they wish. The problem is that sometimes (seems to happen most consistently directly after the data...
Hi,
I haven't worked on websites for years and years and don't really know enough about the capabilities of CSS to know whether it is the right tool for my job. I do hear that tables are a big no-no nowadays, so I'd like to avoid using them if it is bad practice.
I have around 12 labels to...
Hello,
I am not massively familiar with web stuff so perhaps I am missing something fundamental regarding Client vs Server side processing here.
I have an ASP listbox (runat="server") on a webpage. The user can enter URLs into this listbox (using a textbox and an ADD button). I then want to...
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.