Hi there,
I'm loosing my hair trying to figure out why net.sf.json.JSONObject add extra backslash where it shouldn't on my java code :
JSONObject obj = new JSONObject ();
obj.element ("column_name", "<a href=\"#\" title=\"test\">Test !</a>");
will output :
<a href=\"#\" title=\"test\">Test !<\/a>
with an extra "\" near <\/a.
How can I avoid this behavior ?
Thanks for your help !
I'm creating a website using ASP.NET MVC 2 and I'm thinking of using the default AccountController and Views to take care of the Users.
The only problem is that, for all the rest, I'm using a Postgres database.
Is there a way to link The account controller to a User class defined by me?
I'm using Nhibernate to connect to the database, so I'll have a User class with whatever fields necessary.
Thanks very much.
How to: Pass sensitive values Between ASP.NET Web Pages? (without first storing it in the database or using session variable).
page1.aspx --> page2.aspx
Im currently working on the GUI for an ASP.NET MVC application using Visual Studio 2005. The visual webpage designer (for the views) is awful.
Any input on what other people use would be most appreciated!
Hi!
I have a requirement that,
I have a GridView with paging, which has 5 pages.
If i click on any column then rows present in current Pages have to Sort.
If i navigate to other row i need to display as it is.
This should developed in ASP.NET using C#
Please help me.
Thank You..............
I'm looking for a language that will parse mathematical expressions for me pretty easily, but also be able to call functions and reference variables as needed. Jeval looks to be what I'm looking for, but unfortunately I'm working in C#. Is there a .Net based equivalent to jeval?
We are developing in vb.net using Visual Studio 2008 and a SQL 2005 back end database and are looking for a Report Designer that can be used to build reports and give the User the ability to modify and create reports once the software is sold and in use.
Money, Staff, Skill and preference to open source or commercial is neutral. Lets take the best of the best programmers (for arguments sake) and think about this:
What will perform better overall:
PHP & MySQL
or
ASP.Net & Microsoft SQL
(I don't want biased answers, just
looking for Performance, and Speed).
I have to encrypt XML file and send in network to place in a private server.
My other application will decrypt and import to SQL the file by giving the actual Public key.
Could you please suggest me best way for this.
File: XML Type
Possible size: Up to 250 MB
Technology: C#.NET 2008
Please recommend a good library to:
1)Programmatically convert any doc to pdf (word, spreadsheet, presentation, images, html, postscript)
2)Programmatically merge multiple pdf’s to a single pdf (ideally, word_doc1+ ppt_doc2 = out.pdf , in one step)
From .NET/c# app
Thanks
I want to block port 80 in such a way that whenever user clicks on IE the pop-up window should display to enter required information and once he enter's required information and it is valid then and then only he vl be able to access internet so anybody help me....................using C#.NET
I only have 512MB RAM and found out that MSVC++ 2010 Express ran hellishly slow, so I uninstalled it. Assuming same for MSVC#.
I'm planning to learn C# over the summer with the book "Pro C# and the .NET 4 platform". So I'm wondering if I can use the 2008 version?
Looking for a solid solution for handling reading barcodes from Windows Mobile devices using .NET Compact Framework.
Ideally something open source or free, but not against paying for something that works well. I'm looking for a high quality solution if one is available.
Hi,
I have 2.0 version of Contacts API.
But i am looking for newer version "Contacts API version 3.0" for .NET .
Can anyone send me download like for it
thanx
hello,
i m new to sharepoint and bit confuse,
i don't understand where coding take place in sharepoint as other asp.net application.
how it work if i have to create a page for adding record to database.
I used to see any .net source code (like System.String) with ReSharper and Visual Studio 2008. since I migrated to Visual studio 2010, this option doesn't give the full source code but just the definitions of the class.
How can I fix this, to use the microsoft's symbols server again?
I am trying to connect to a WCF service someone set up and i'm having trouble,
I have no idea what 808:* means in the "Binding Information" for net.tcp site bindings.
thanks
We only have Visual Studio 2005. We're developing an application for Windows Mobile 6 and would like to use the .NET Compact Framework 3.5. However VS 2005 defaults to the 2.0 framework (for Windows Mobile 5).
It all works fine, but I would still like to use the 3.5 framework. Is this possible in some way?
as you saw me how to draw circle using listbox now i want to fill color in List box each circle using another List box when color is defined ....it is multiple color also we can apply .. please help me in this.. in winforms in c#.net
What is the significance of Thread.Join method in c sharp .net ?
MSDN says that it blocks the calling thread until a thread terminates. Can anybody explain this with a simple example ?