Storing Equal Signs (=) In XML Documents?

Sep 10, 2010

I'm facing a problem that Google couldn't solve yet!I'm trying to store URLs in an XML file. Problem is that these URLs contain Equal Signs (=) in them. And that generates an error.Here is my code: (**token is a variable that contains the URL)

Dim child As String = vbCrLf & "<Link URL='" & token & "'></Link>"
Dim fragment As XmlDocumentFragment = doc.CreateDocumentFragment
fragment.InnerXml = child

The error message: (Error line and position are meaningless here) '=' is an unexpected token. The expected token is ';'. Line 2, position 133.I've replaced all '&' symbols with '&' in case they were the ones causing the error, but no luck so far.

View 3 Replies


Similar Messages:

Sql - Pound Signs (£) Disappearing From Strings?

Jul 22, 2010

I'm usually a LAMP developer, but some .NET work has arrived on my plate and I'm a bit stumped.

If I run the following code:

<% poundsign = "£" %>
<% Response.Write poundsign %>
<% Response.Write "£" %>

... nothing is displayed. However, outside of the <% %> tags (ie in the HTML) £ displays correctly.

I have no trouble displaying the usual alphanumerics, it's just the £ sign that is proving problematic. The underlying file is in Windows 1252 encoding, and I need to serve it as such. If I save the file as UTF-8, I get mojibake instead of a £.

what I can do to make this work, or any settings that might be preventing it from working (other than saving the file in a different format)?

View 4 Replies

Web Forms :: TreeView Don't Want Plus / Minus Signs

Apr 21, 2010

I Have a Data Bound TreeView.

I want the parent node value node to expand and view Cild nodes,

I would not have plus or minus signs or arrows or something like that.

View 6 Replies

Monitor/logging Who Signs Into The .netapp

Feb 6, 2011

I want to have a log file keep rows of who logs in and timestamp. is there a place to do this? And what sort of code is needed?

View 2 Replies

Create A New Database When A Company Signs Up To Site?

Jul 19, 2010

Is there a way to be able to create a new database when a company signs up to my site, and be able to use that database when he/she logs in, so for example if company A logs in he uses CompanyA database and if company B logs in he uses Company B database, now they all have the same table structure, just need to figure out a way to use a specific database depending on the user that logs in.

View 2 Replies

Remove Alle Strange Signs From Text?

Feb 26, 2010

How can i remove all strange signs from a string.Is there a solution for in stead of manually replacing everyting?

View 11 Replies

Trying To Send An Email Confirmation Once A Customer Signs Up?

Jan 28, 2010

Im currently trying to send an email confirmation once a user signs up. Ive looked at links already on the asp.net forums and have had no luck getting it to function. My Sign up page reads data to a SQL Server correctly, what im trying to do is when they click BtnSignUp they will automatically be sent an email confirning that they registered. within my database I have a table "tblUser" and the field within it are "Email" "Password".

View 3 Replies

Automatically Create A Profile For User That Signs Up?

Jan 14, 2010

I am building a social networking site for employees and where an employee can sign up and create a profile and enter job employment history, interests etc. into text boxs and a aspx. page will be created showing all their details. Then in a data grid a preview of their profile would be shown allowing a user to click on that field which would direct them to that persons profile.

I am finding it hard to find information on how to automatically create a profile for each user that signs up.

View 1 Replies

Storing A Uploaded File In DB Or Storing It In Filesystem?

May 11, 2010

I have a File Uploader in my ASP.NET application Using C#, we can upload any type like images, documents, pdf etc.

I m storing it in the Filesystem and having only the Name of the File in DB.My doubt is can we store the entire file, images in DB. State me Which is good practice and why we need to use it.

Either file System Storage or SQL DB Storage.

View 4 Replies

ADO.NET :: Entity Framework - Allow Dollar Signs For Decimal Types?

Sep 5, 2010

Using ASP .Net 4.0,Entity Framework and EntityDataSource.

I have some currency fields that are defined as Decimal. I would like to allow the user to enter a (leading) dollar sign in these (TextBox form fields). Although, when the EntityDataSource goes to save the changes to the datbase, it throws:

Error while setting property 'QuotedMaterial': 'Cannot convert the value of parameter 'QuotedMaterial' to the type 'System.Decimal'.'.

Does anyone know how I can "tell" the EF to allow dollar signs and convert (drop) them accordingly? I am trying to avoid creating my own Data or Business Logic layer for this particular application. I would like to stick with the EntityDataSource and other
"built in" controls to minimize the C# code behind as much as possible.

I guess my only alternative is to deny $ (Dollar Signs) (and commas too for that mater, it doesn't like them either). The problem is I am porting a legacy application and I would like to keep it as close to the original as possible (and they are currently
allowed to enter dollar signs in this application). You see, they use copy/paste for data entry quote often on this particular form and it just so happens that the source data (they are copy/pasting from) always has a $ in it...

View 3 Replies

Security :: Remove The Cache Of A Page After The User Signs Out

Jan 21, 2011

I have an ASP.NET website in which the user has the Login/Logout functionality. There are some pages which are viewable only if the user is logged in. Now, after the user signs out, I noticed that the user is still able to see this restricted page on pressing the back button. I want to create the functionality such that once the user signs out, the page should not be viewable. How can that be done?

P.S I am not using built in Login controls in ASP.NET

View 2 Replies

Web Forms :: HTML Page Scraping - Picks Up The Values Between The Tag But Not The Signs In Front Of It?

Jul 29, 2010

I seem to be having some challenges with the data I am retriveing from a Webpage using the Webclient class. The code works fine, however I observe that the regular expression is not picking up the negative or positive sign in the Daily_Movement data. For example, a daily movement can be -0.31 or +0.31 but the code is not picking the sign in front of the decimal values.Here is my code

[Code]....

I think where the problem lies is the part of the code Regex r1 = new Regex("<span class="quoteData">.*</span>"); It picks up the values between the tag quite well, but not the signs in front of it. [Code]....

View 6 Replies

C# - When Are Two Datetime Variables Equal

Dec 27, 2010

I try to compare Datetime.Now with a Datetime variable I set, using the Datetime.CompareTo() method. I use a timer to compare these every second and display the result, but as the current time approaches the time I set, the result changes from 1 to -1, but never 0, which means these two are never equal. I'm suspecting the Datetime structure contains milliseconds?

View 7 Replies

Get A Response If Xxx Does Not Equal Xxx In VB.Net 2008?

Sep 13, 2010

I am looking for help on how get a response if xxx does not equal xxx in VB.Net 2008.Here is my original code:

[code]...

View 7 Replies

Why Object Is Not Evaluating To Be Equal To True

Jun 23, 2010

I have a simple method which takes an Object and return string "No" or "Yes". Basically I want to display "Yes" or "No" when a bool value of 0 or 1 is there

<asp:TextBox ID="TextBox3" runat="server" MaxLength="50" Width="150px" Text='<%# Checkvalue(Eval("AustResident")) %>' />

But everytime there is a 1 passed to the CheckValue which in the debug shows as true, It never evaluates being equal to "true" what am I doing wrong? My Checkvalue is always returning "No" no matter what I pass.

protected string Checkvalue(object obj)
{
if (obj != null)
{
if (obj.Equals("true"))
{
return "Yes";
}
else
{
return "No";
}
}
else
{
return "No";
}
}

View 3 Replies

C# - PeterBlum SelectedIndexCondition Not Equal Functionality?

Oct 21, 2010

we are using the PeterBlum SelectedIndexCondition to control whether or not some controls are displayed using the following snippet:

PeterBlum.DES.MultiFieldStateController fsc = new PeterBlum.DES.MultiFieldStateController();
PeterBlum.DES.SelectedIndexCondition cnd2 = new PeterBlum.DES.SelectedIndexCondition();
cnd2.Index = desiredIndex
cnd2.ControlToEvaluate = ControlToEvaluate//ListBox, dropdown, etc
fsc.Condition = cnd2;

I'd like to be able to achieve this same functionality except to fire when the desired index IS NOT set. I cannot simply create a bunch of Conditions for each index other than the one I specify due to the way this is dynamically being done in my application.

View 1 Replies

Split C# Collection Into Equal Parts?

Oct 8, 2010

I am trying to split a collection into multiple collections while maintaining a sort I have on the collection. I have tried using the following extension method, but it breaks them incorrectly. Basically, if I was to look at the items in the collection, the order should be the same when compared to the broken up collections joined. Here is the code I am using that doesn't work:

public static IEnumerable<IEnumerable<T>> Split<T>(this IEnumerable<T> list, int parts)
{
int i = 0;
var splits = from name in list
group name by i++ % parts into part
select part.AsEnumerable();
return splits;
}
int parts = number of sub enumerables

View 5 Replies

C# - Index (zero Based) Must Be Greater Than Or Equal To Zero

Mar 15, 2011

I keep getting an error:Index (zero based) must be greater than or equal to zero and less than the size of the argument list.y code:

OdbcCommand cmd = new OdbcCommand("SELECT FirstName, SecondName, Aboutme FROM User WHERE UserID=1", cn);
OdbcDataReader reader = cmd.ExecuteReader();
while (reader.Read())

[code]...

View 3 Replies

Web Forms :: Set Two Textboxes Equal In A Form For Insert

Feb 18, 2011

I have a basic web form with about 5 textboxes. One Textbox is "Date1" and the other is "Date2." Is there a way to set the value of Date1 = Date2 after the user enters a value into the Date1 textbox? I'm using Visual Studion and C#. I'm not much of a programmer, so the less technical the better.

View 11 Replies

PreviousPage Is Equal To Null In Crosspage Posting?

Feb 7, 2011

I'm trying to pass post data from one page to the next but PreviousPage always equals null.This is what I have in the original page (inside an updatepanel

<asp:Button ID="mmGo" runat="server" Text="Merge" PostBackUrl="~/Default2.aspx?action=merge"/>
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %>
<%@ PreviousPageType VirtualPath="~/Default.aspx" %>
[code]...

View 1 Replies

DataSource Controls :: GridView Sum / Want To Sum All Items That Are Equal?

Jun 4, 2010

Im creating a Report to see all I have sold to a Client, my SQL query looks like this

[Code]....

What I dont want is to get a list of repeted items, I want to sum all items that are equal. for exemple:

Current Situation:
[Code]....

What I want to acomplish
[Code]....

View 3 Replies

How To Make A String Varaible Equal To The Value Of The Dropdownlist Selected

Aug 30, 2010

I have ASP .NET page, and VB module. I have DropDownlist in the ASP page that retrieve information from SQL database. I am trying to make a string varaible equal the value of the dropdownlist selected.

View 3 Replies

Textbox - Validate Text Box Contains Integer Greater Than Equal To Zero?

Mar 29, 2010

If I want to validate that a text box contains an integer greater than or equal to zero. Do I need to use TWO asp:CompareValidator controls: one with a DataTypeCheck operator and one with a GreaterThanEqual operator?

Or is the datatype operator redundant? Can I just use a single validator with the GreaterThanEqual operator (and the type set to Integer)?

View 1 Replies

Data Types Text And Varchar Are Incompatible In The Equal To Operator?

Dec 4, 2010

Here is the code:


Code:

Dim intusercount As Integer = 0
Using connection As New SqlConnection("Data Source=.SQLEXPRESS;AttachDbFilename=|DataDirectory|Database.mdf;Integrated Security=True;User Instance=True")
Using command As New SqlCommand("SELECT [ID] FROM [Members] WHERE [Username]=@Username AND [Password]=@Password", connection)
command.Parameters.Add("@Username", Data.SqlDbType.VarChar).Value = TextBox1.Text
command.Parameters.Add("@Password", Data.SqlDbType.VarChar).Value = TextBox2.Text
connection.Open()
intusercount = command.ExecuteScalar
connection.Close()
If intusercount > 0 Then
MsgBox("Good")
Else
MsgBox("Bad")
End If
End Using
End Using
Error:

The data types text and varchar are incompatible in the equal to operator.

Source Error:
Quote:




Line 11: command.Parameters.Add("@Password", Data.SqlDbType.VarChar).Value = TextBox2.Text
Line 12: connection.Open()
Line 13: intusercount = command.ExecuteScalar
Line 14: connection.Close()
Line 15: If intusercount > 0 Then




Stack:

Code:
[SqlException (0x80131904): The data types text and varchar are incompatible in the equal to operator.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +2030802
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +5009584
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() +234
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2275
System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +33
System.Data.SqlClient.SqlDataReader.get_MetaData() +86
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +311
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +987
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +162
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
System.Data.SqlClient.SqlCommand.ExecuteScalar() +139
_Default.Button1_Click(Object sender, EventArgs e) in C:UsersUserDocumentsVisual Studio 2010WebSitesWebSite13Default.aspx.vb:13
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +118
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +112
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5563
Database:

View 2 Replies

C# - All Queries Combined Using A UNION, INTERSECT Operator Must Have An Equal Number?

Jan 7, 2010

I have a linq to sql query where I have to perform union two set of records.

And I do not have equal number of fields, so added the null

eg my psuedo code is

[code]....

after googling some hours I came to understand that it is bug in 3.5 framework.

Now I want to retrieve the result.

How do I do thatI tried framing into two seperate iqueryable

var a= first query

var b =second query

ilist result =a.union b

This too results in the same error.

View 3 Replies







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