Cart32 Working Correctly?

Feb 2, 2011

I know this may not be the place, but can anyone provide me with good cart32 support forums or something that people actually check on a daily basis like this forum?I have posted in the yahoogroups for cart32, i have asked for help from the host and cant get good help on this issue.Trying to work with Shipping Types and trying to handle from the code side doesnt work and from the cart configuration doesnt work as expected.. My original post on the other forum can be seen here: [URL]

View 2 Replies


Similar Messages:

Update Panel Not Working Correctly?

Apr 24, 2010

I have added two update panels to my page. I'm trying to update the first panel but not the second. The second panel contains validation controls which seem to be kicking in no matter what I try.

<asp:ToolkitScriptManager runat="server" ID="ScriptManager" />
<asp:UpdatePanel ID="updatePnl" runat="server" UpdateMode="Conditional">
<ContentTemplate>
<asp:label ID="NoConsignments" runat="server" ForeColor="red" />

[Code]....

I've left out some of the middle code of there is alot.

View 5 Replies

Web Forms :: File Upload Not Working Correctly?

Apr 1, 2010

I have a simple file input field that utilizes a File.Copy routine to move the file from the local store to the server. This part of the application works fine in staging but in production I had to establish a work around in order to get it to work. I have the users do a Save As on the file they want to upload and then slightly change the name of the file and then it will upload. I do not have to do this in staging with the same file in order for it to work. I am racking my brain as to whether this is a permissions issue or code issue or what.

View 4 Replies

Web Forms :: HtmlEncode() And HtmlDecode() Not Working Correctly?

Dec 20, 2010

I have a url which I wish to encode that contains a couple of encrypted querystring parameters:

[URL]

I've been asked by a client I'm working with to html encode this url. I've used HttpUtility.HtmlEncode() to do this. This returned the following:

[URL]

This appears to be correct as the '&' has been replaced with '&'. However a problem arises when I try to use HttpUtility.HtmlDecode() on this new value as I get the following returned:

[URL]

What appears to have occurred is the '&' has had the 'amp' removed and the ';' has been html encoded (I checked the value of '%3b' and it corresponds with the html encoded value of a semi-colon). I'm not sure why this is happening?

I realise I could manually do a .Replace("%3b", "") as a temporary fix but I can't see this being a good long-term solution.

View 4 Replies

Web Forms :: Drop Down List SelectedIndexChanged Not Working Correctly

Feb 2, 2010

I've got a form with 3 drop down lists. If I choose a report on the Actions DDL, which displays a sql report as a pdf, then select an item in one of the other DDL's, the SelectedIndexChanged event for the Actions DDL is fired again. I can't get the other DDL's SelectedIndexChanged event to fire.

[Code]....

View 1 Replies

Web Forms :: Master Page Properties Not Working Correctly?

Feb 3, 2010

In my default.aspx I have;

<%@ Page Title="" Language="VB" MasterPageFile="~/masterpage.master" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" AspCompat="true" %>
<% @ MasterType VirtualPath ="~/masterpage.master" %>

I have setup properties, for example;

Private _theskin As String
Public Property theskin() As String
Get
Return _theskin
End Get
Set(ByVal value As String)
_theskin = String.Empty
End Set
End Property

I was then expecting to be able to access these properties from the default.aspx.vb page in this way;

If Master.theskin = foo Then
do things
End if

In the default.aspx.vb the code is highlighted with blue underline and says;

theskin is not a member of system.Web.Ui.Masterpage

Am I making an error somewhere along the line? Do I need to do more to be able to expose the properties to default.aspx.vb?

View 2 Replies

Web Forms :: How To Get AutoPostBack Working Correctly With User Control

Jun 8, 2010

I have an AJAX enabled ASP.Net 3.5 app in which I have:

A Master PageA Web Content PageA User ControlMore precisely, there's a Placeholder control in the Web Content Page into which one of many User Controls are loaded (one at a time or none at all).

The basic User Control I'm working with has a bunch of Labels and one DropDown ListBox. The latter control is a date selector - ie. June 2010, May 2010, April 2010, etc. When the user changes the date, since AutoPostBack = true for the control, a PostBack occurs. But when this happens, the User Control disappears!

All I want is for a partial postback to occur so that I can use the new date to repopulate the various Label controls. I even put the Placerholder control in its own UpdatePanel but this didn't resolve anything - the User Control still disappeared.

View 7 Replies

Web Forms :: Textbox In The Form But Text_changed Not Working Correctly?

Oct 22, 2010

I got a textbox in my form and I want to when a user start typing in the textbox the listbox below the textbox will select the item that starts with that string

for example, it i type I

than in myserver side code will call that SearchString method which will go through that listbox and do the rest...

protected void CountryTxt_TextChanged(object sender, EventArgs e)
{
string s = CountryTxt.Text;
SearchString(s);
}

the problem is it only stops in the textchanged after I press the enter key; it doesn't seem to work just by typing the characters in the textbox...

<asp:TextBox ID="MachineTxt"
runat="server" Width="42px"
ontextchanged="CountryTxt_TextChanged" AutoPostBack="True"> </asp:TextBox>

View 4 Replies

Forms Data Controls :: Formview Button Visibility Not Working Correctly?

Apr 17, 2010

I have a formview that displays user info from a dropdownlist. One account may have many users, but one account Primary. I am trying to disable the Edit/Delete button in the formview if the selected ID is the account primary. The problem I get is this.

Step 1: page_load - the primary user is displayed by default, but the delete button is enabled - not right

Step 2: I use the dropdownlist to select another user (not the primary) - everything's fine

Step 3: I then select the Primary User, the Delete Button is disabled - perfect

Step 4: select another user, delete button still disabled - Not right.

[Code]....

1. As you can see my sqlSelect Parameters are bound to the DropDownList.SelectedValue, but is t seems like my if statement for comparing selecteduser to varAdminID doesn't work except once.

So to help debug, i added a label control that displays the selected userID, but on page load the label is blank. but it displays the first record on the list anyway. so if this is the reason for not disabling the delete button on page load then why later does it not reable the button when the user is not the primary, and the UserID is displayed on the label and it is not the primary userid?

View 2 Replies

State Management :: The Service Seems Not Working Correctly - Application Pools Recycles The Application Loose The Session?

Jul 7, 2010

we are experiencing big difficulties in the configuration of ASP.Net state service and II7. The service seems not working correctly because when the application pools recycles the applicatio loose the session.If we try the same configuration in IIS6 it works correcly.What is the correct way to configure the aspnet session state service in iis7?

View 2 Replies

"<%=" Is Not Working Correctly Inside Head - Link Tag?

Dec 19, 2010

I have been trying to create dynamic path for my css files to allow statrup application regardless of application path. I have srtange behavious with <%=

[Code]....

I believe above should generate app path, but it looks <%= is ignored and the code on my webside looks like this

[Code]....

When I move <%=Request.ApplicationPath%> outside href attribute or move whole link tag to body it works fine

View 5 Replies

.net - C# App Not Compiling Correctly?

Mar 29, 2011

I need to get my C# Web Application in VS 2008 Professional to compile. I have 2 projects in one solution.The first project, PowerMeter has an App_Code folder with namespace Inov.PowerMeter and the associated .aspx.cs files in the app reference it by using Inov.PowerMeter;. This code compiles fine and builds the powermeter.dll correctly. I have a second project called QuickMeter. The app_code for this creates a namespace Inov.Quickmeter and the aspx.cs files reference it correctly. But this doesn't compile.

View 1 Replies

C# - How To Correctly Implement CKEditor V3

Sep 5, 2010

I'm not so much into JavaScript, so I'm not able to use the new CKEditor right away. Until now I was using the FCKEditor ASP.net wrapper, which works fine for me. Unfortunatly the official wrapper is not for version 3.

I've googled [URL] but the project is over a year old and seems like a beta to me.

Is there a stable ASP.net wrapper for the CKEditor available? Or how can I implement it into my ASP.net Webapplication project?

View 1 Replies

.net - How To Correctly Rotate An Image

May 28, 2010

I want to rotate an image with asp.net. I used TranslateTransform and RotateTransform. After rotation, the image is damaged. How can I solve this problem?

View 1 Replies

C# - How To Dispose IHttpModule Correctly

Aug 6, 2010

All implementation of IHttpModule I've seen looks following:

[code]....

I am wondering why is the Dispose method always empty? Shouldn't we unsubscribe the event which we subscribe in the Init method?

View 1 Replies

MVC 3 Not Validating My Floats Correctly?

Jan 13, 2011

I've got a View where I allow input, the fields are set as float in my SQL Server 2008 R2 database and I am using Entity Framwork 4. In the Entity Framework Model the field looks like this private Nullable<global::System.Double> _TestNumber;

And the View uses an EditorField to allow input like this:

<div class="editor-field">
@Html.EditorFor(model => model.TestNumber)
@Html.ValidationMessageFor(model => model.TestNumber)
</div>

I am however getting this error in the Validation Message: The value '13.51' is not valid for TestNumber. I've tried with a comma instead of period, same thing.

View 1 Replies

Web Forms :: Form Won't Publish Correctly?

Sep 13, 2010

I need a submit form in my site and tried to use this code to create one. It works on one of my sites but won't on this one (see the problem at [URL] I am posting my code below that goes with the page published at the above URL. Can anyone tell me why it displays the way it does instead of as a submit form?

View 2 Replies

Radio Buttons Not Grouping Correctly?

Sep 27, 2010

I have a 2 groups of Radio Button controls on my web page that are dynamically loaded. They are contained within a DataList control. I have the "GroupName" property set for each of the groups, however, I am still able to click on more than one rdo within each group. I've set the "GroupName" property within my HTML markup.

View 8 Replies

Can Update Some Records In A Database Correctly

Mar 14, 2011

I have an ASP.NET web form application that on the server side I need to know the user's identity. I do not need to impersonate the user. I just need their username so I can update some records in a database correctly.When the request is processed I have the following line of code:

string userName = Request.LogonUserIdentity.Name;
if(true == string.IsNullOrEmpty(userName))
{
logger.logwarning("missing username");
}
else
{
logger.loginfo("update by {0}", userName);
}

In my development & QA environment this works perfectly - I see the userName in the log file and all of the database records have the lastModifiedBy field filled in correctly. However, when we go to production - userName is an empty string.

View 2 Replies

C# - AutoPostback Not Setting Focus Correctly?

Dec 29, 2010

I have a page that when auto or partial post back happens, focus is set to the address bar rather than the next control. The interesting thing is that when I put an alert in my RadScriptBlock, after the OK is clicked, focus goes to the correct control -or- if I put in an invalid location, focus is returned to the ExpLocation control & when a correct location is input the second time, the tab order/focus command works correctly (see code below).

That has this up top

[code].....

View 2 Replies

AJAX :: Modalpopupextender Not Displaying Correctly

Aug 3, 2010

I have a user control I created in asp.net 3.5. The user control has some buttons and a modal popup extender inside of it. I have added the control to one of the columns of my gridview. The propblem I am having is when I click on any other button in my control, then click on the button that displays the modal popup(client side), the grayed out modal popup area appears behind the grid, and I cant see nor access my panel. Here is my source for my user control.(I have tried playing with the z-index and other things, but nothing seems to work).

<%@ Control Language="C#" AutoEventWireup="true" CodeFile="ucParcels.ascx.cs" Inherits="UserControls_ucParcels"</textarea></p>
<input type='hidden' name='ID[7]' value='79140' />
<input type='hidden' name='URL[7]' value='http://forums.asp.net/t/1438592.aspx' />
<input type='hidden' name='CAT[7]' value='Visual Studio' />
[code]...

View 1 Replies

Html - How To MVC BeginForm To Add Closing Tag Correctly

Jun 15, 2010

I seem to be missing something obvious here, but cannot see what it is. My problem is that the closing form tag for BeginForm is not being added to my markup. I am looping through a collection and creating a form for each item, but the forms arent closing properly.

<% foreach (var item in Model) { %>
<% using (Html.BeginForm("EditUser","Users"))
{ %>
[code]...

View 2 Replies

How To Correctly Uppercase Greek Words In .NET

Jan 7, 2010

We have ASP.NET application which runs different clients around the world. In this application we have dictionary for each language. In dictionary we have words in lowercase and sometimes we uppercase it in code for typographic reasons.

var greek= new CultureInfo("el-GR");
string grrr = "Πόλη";
string GRRR = grrr.ToUpper(greek); // "ΠΌΛΗ"

The problem is: ...if you're using capital letters then they must appear like this: f.e. ΠΟΛΗ and not like ΠΌΛΗ, same for all other words written in capital lettersSo is it possible generically to uppercase Greek words correctly in .NET? Or should I wrote my own custom algorithm for Greek uppercase?

View 3 Replies

Css - Labels And Asp.net Textboxes Are Not Lining Up Correctly?

Jun 15, 2010

My Registration page currently looks like the following:The current styling I have for the above is image is:

<style type="text/css">
#contactinfo label
{

[code]...

As you can see from above, I have every label field pair wrapped in a p tag so it breaks to the next line, but I am not sure if I need to do this. I want to get city, state, and zip all on the same line, but as soon as I move all the labels and inputs for city,state,zip into one p tag, it looks like the following and I don't know how to fix it.

View 2 Replies

C# - How To Add Attributes Correctly Upon Rendering With A HtmlTextWriter

Oct 18, 2010

I want to add the href attribute to a link element. This is my code:

[code]....

What went wrong and how can I fix this issue?

don't answer that I could assemble the string in some other way. I want to know how I can achieve this with the HtmlTextWriter

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved