I am working on a wordpress site using Bootstrap HTML and would like the front page to have multi sections that have alternating background colors, similar to this site. This is the new site I am working on. I am hoping to find the proper syntax for this procedure. Thank you in advance
I am looking for a slider that disappears when you scroll down on a web page. I want the functionality to have similar ability to this web site: http://www.iacquire.com/. I have a slider in place, just need to figure out which code needs to be utilized to make it work. I'm thinking Javascript or...
I have an image that is a map of the USA. http://www.tri-ed.com/branchmap.aspx.
I want to have expandable/collapsible text displayed based on which city is clicked from the image Ex. Seattle would display Seattle branch info....Nashville would display Nashville info..And so on. I thought I could...
I am receiving the following error when I try to execute: Select statements included within a function cannot return data to client. My code is below. Any ideas? Thank you in advance for helping me troubleshoot.
USE [PMCLW1]
GO
/****** Object: UserDefinedFunction [dbo].[func_PNMS_CA] Script...
I am trying to create a multi-part form that will have sections that can expand and collapse based upon users purpose. I also need to submit this form to a database. I was hoping someone can provide an example or provide a source of code to reference.
Works fine in other browsers.
<%@ Control Language="vb" AutoEventWireup="false" CodeBehind="Landing.ascx.vb" Inherits="PrimeNet.Modules.PrimeTrack.Landing" %>
<div style="margin: 10px auto 10px auto;">
<p style="font-family:Arial;">
<asp:Literal ID="litCampSetup" runat="server"...
I have 3 javascript slide shows all running on the same page. When I view on a PC browser or an Android device, it looks fine. However, on a mobile apple device....The homepage makes a "glitchy shift" movement whenever the slide shows transition. Any ideas why this is happening and how do I fix...
I am running into an issue when a user tries to apply a gift card towards a portion of their order. The shopping cart checkout process works fine until they reach the confirmation email. For some reason on the confirmation email the order amount is displaying an inaccurate number and is adding...
I'm sure this is fairly simple to do, but, given the code I am working with I am having trouble... For example, if someone types John's in one of the fields, I would like for it to show up as John's in the database. Any help is greatly appreciated. Right now we cannot insert single quotes when...
I'm sure this is fairly simple to do, but, given the code I am working with I am having trouble... For example, if someone types John's in one of the fields, I would like for it to show up as John's in the database. Any help is greatly appreciated. Right now we cannot insert single quotes when...
This web error keeps appearing in our logs:
Error: Exception of type 'System.Web.HttpUnhandledException' was thrown.
All of it:
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Web.Services.Protocols.SoapException...
I currently have this functionality in place for a decimal value, but I also need it for a checkbox. Below is what I have for the decimal value, how can I replicate this for my check box value?
if (decimal.TryParse(txtGift.Value.ToString().Replace("$", ""), out number))//93
{...
I want the cart total to apply an additional $5.00 charge when the txtBwayEDUGift checkbox is selected. I would also like to have the ability to have that charge removed if users deselect the txtBwayEDUGift checkbox. I've attached my aspx page, lines 11-233 is where you will find a javascript...
I want the cart total to apply an additional $5.00 charge when the txtBwayEDUGift checkbox is selected. I would also like to have the ability to have that charge removed if users deselect the txtBwayEDUGift checkbox. I've included my aspx page, lines 11-233 is where you will find a javascript...
I currently have a table in DetailsView that has insert / edit capabilities, and is also filtered based on customer (constituent) ID. Currently, the table only appears in a browser if the constituent has a previous entry to filter by. I need this table to be viewable for all constituents, even...
Our seat maps are currently designed to take users to a screen where they can select a seat they want and from there, purchase a ticket. Using the same page, I added a query string that is set for users who want to view the seat maps only and not actually purchase a ticket. Here is the query...
Our seat maps are currently designed to take users to a screen where they can select a seat they want and from there, purchase a ticket. Using the same page, I added a query string that is set for users who want to view the seat maps only and not actually purchase a ticket. Here is the query...
I am trying to pull in data from a web form into an email body. The fields are showing up in my email, but i want to format the body of the email message so it is visually appealing. When I apply the code below, it seperates with a comma and I want to know how can I seperate the passing data...
I created a web form using C# and want to know how to send the data from my form through an email rather than submitting to a database. Any ideas or examples you can provide would be greatly apppreciated... It can be in plain text or HTML.. I just need the data that is being entered from the web...
I am creating a web form written in aspx and c#. I'm having difficulty submitting the form to a MySQL database. I am experiencing the following error in my code behind on the line "SqlDataSource1.Insert();" :
The name 'SqlDataSource1' does not exist in the current context".
I would like the...
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.