C# - .NET CMS Choice For Working With External Data?
Feb 22, 2011
We need to find a .NET CMS system that does well in handling external data. Most of the data comes out of an external CRM system which is updated continuously. Some requirements:
We would like to avoid duplicating the CRM data. Meaning the CRM data should stay in the CRM system. Access to the CRM data can be handled via API, but raw db access is available as well of neccessary. It should be possible to edit the CRM data from the CMS UI, but all data needs to be saved back to the CMS db. News module Blog module Simple shop module for selling small number of t-shirts with different sizes/colors (optional) preferably MVC based (but knowing that this would limit the option too much)(optional) preferably c# based well supported, preferably with big community (was added to prevent custom solution ;) )
The focus of this question is which CMS system is good in handling external data, the other requirements are just to get an idea what kind of CMS we are after. **UPDATE** The data will be edited from CMS and CRM The user is supposed to work directly on the CRM database from both CRM and CMS system Concurrency issues are handled on DB level by optimistic concurrency. Basically an update might just fail, then the data gets reloaded and presented again to the user no data symmetrization of any kind should take place at any point
View 2 Replies
Similar Messages:
Feb 8, 2010
programming: C# 3.5
i have total of 20 questions in my sql table, it is consist of 2 type of questions:
1. Single answer -- the question that have only one answer.
2. Multiple answer -- the question that have multiple answer.
Using DataList( or another possible ways)
how do i manage to show radio button for Single choice, Check box for Multiple choice question ?
my sql data table
question_id(int) | question_type(char) | question_text | answer1(varchar) | correct1(bit) | answer2 | correct2(bit) | answer3 | correct3
desire effect:
///////Single Choice///////////////
1. This is the question, what is PPP ?
O asfasdasdfasda
O asdasdasdasdadasdasd.
O asdasdasdasdasda.
//////Multiple choice//////////
2. Following, which is correct ?
[] asdasdasdasd.
[] asdasdasdasdzxc
[] basdgwqsdasda.
View 8 Replies
May 7, 2015
[URL]
I have used this article for routing its working fine but now js and css are not working ... i have used master page.
View 1 Replies
Jan 3, 2011
I am drawing a blank and need some direction.I am putting together a simple website that has a single DropDownList that is DataBound to table inside of a FormView Template.What I want to happen is when the page loads, it runs the SELECT statement and displays that result(which it does, so that part works).Where I am stuck is that if I Click the DropDownList and select another item, and display the results of that selected item in the associated Databound controls.My code is below;
[Code]....
[Code]....
View 3 Replies
Aug 30, 2010
I am a developer and in search of open source asp.net frame work that can be totally customized as need and have user fraindly UImangement.
View 2 Replies
May 10, 2010
I have a dropdownlist on my view that is being populated from values in a database table and I've added a "--Select One--" header. Selecting a value from this list is optional (it maps to a nullable field in my table). Currently, if a user doesn't select a value from the ddl then it inserts an empty string into the field, wherease I'd prefer to keep it NULL.
View 5 Replies
Apr 21, 2010
I have a .Net dropdown list with a bunch of choices, and the final choice is 'Other'. When a user selects the choice 'Other' I need a textbox to appear next to it. I am able to do this with 'postback,' but as I have multiple dropdown list similar to this on one page I don't want to refresh the page each time. My question is, is there a better way to go about doing this? I also have to limit the use of Javascript. I can use C# in the codebehind page.
View 5 Replies
Oct 20, 2010
In my project I have a web service that returns an Exam object. This object contains a property that returns set of multiple choice questions in Questions[] array. Each Question object in Questions array contains two properties, Question and ChoiceArray. To clear things here's the code,
Exam e = service.GetExam(long CenterID);
Questions[] questions = e.Questions;
foreach(Qestion question in questions)
{
string q = question.Question;
Choice[] choice = question.Choice;
}
I need to know a way I can all of these question and their choices onto a form. Since I have these as arrays I can not bind them properly using DataList. how to display these questions and their choices on to the form and on choice selection, get the value of the selected answer for each question back.
View 1 Replies
Dec 13, 2010
using vb.net 2005.I think I need to change the Exceptions from the debug menu but I"m not seeing that choice. How do I get to this window?Shown here:http://dotnetdud.blogspot.com/2009/01/clr-has-been-unable-to-transition-from.html
View 2 Replies
May 9, 2010
I want to make a real time form validation in asp.net form in which when i lost focus a field it show an error or success of field entrance data i search for best way to do that .. and if i want to do the same by validating data from SQL Database ... what's the best choice for doing that ?
View 3 Replies
Apr 3, 2011
I am wondering if ASP.NET is a good choice to build small such as personal websites, blogs, photo gallery to medium websites such as online booking, medium sort of facebook!, etc?I have heard that ASP.NET and MS SQL Server take more resources than PHP and MySQL which means it could be only good for rich people who are able to pay for these resources!
View 12 Replies
Nov 9, 2010
i have a asp.net aspx page, which references a css file,have the font size defined in css as 2em;
want to give option to user to change this to any value he wishes
irrespective of the bad effect to display format
question, ways to achieve it easily, efficiently and the most simplest way possible
note,way should support all browsers
View 2 Replies
Sep 14, 2010
programming option?Our Web application could have 60000 database requests/second or more in future.Which is better: MS-SQL or MySQL or other?Which is better: Asp.net, PHP, JSP or other?What kind of webhosting is reliable for auto-scaling?Any good webhosters or hosting plans?
View 1 Replies
Jul 15, 2010
I've been given a big chunk of code which eventually calls upon the SetDocsMetaInfo method from Frontpage Server Extension RPC. This is easy enough for most document uploading and property updating, except when dealing with multichoice fields. I've been scouring through MSDN and I can't find anything on how to fill in multiple values for such a field.
The general syntax for properties is something like this: [SR|default], with the type (string in this case) followed by a pipe and then the value to be written. Does anyone know the syntax for multichoice fields?
View 1 Replies
Sep 3, 2010
i am new for asp.net. i want to develop a simple web application(asp.net+c#) which display questions and multiple choice answers and calculate result. i want to know which one is the best way for me to do it.i want to use linq to sql.
View 1 Replies
Mar 17, 2011
Here is what I need to to. I have a gridview which I have a column that has a link to a pdf file on our file server. When I click the link I need to go into a database and update a column that they clicked the link then I need to open the file. by usinga HyperLinkField I am able to put in the link that I want to go to and when the page is running I can click on the link and it goes to the page and everything works fine except for being able to update the database part.
[Code]....
I tried using a ButtonField where in the code behind in the GridView1_RowCommand I pull out the file path and put it into a response write statement the problem I'm having with it is that when it opens the file it removes all the ""s so I get the error file cannot be found.
View 2 Replies
May 7, 2015
i am following article in aspsnippets to upload excel file ,it is working fine for 2007 format of excel but displaying error "External table is not in the expected format." for 2003 format
<add name = "Excel03ConString" connectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source={0};Extended Properties='Excel 8.0;HDR=YES'"/>
<add name= "Excel07+ConString" connectionString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source={0};Extended Properties='Excel 12.0;HDR=YES'"/>
string extension = Path.GetExtension(FileUpload1.PostedFile.FileName);
string conString = string.Empty;
[Code].....
View 1 Replies
Mar 4, 2011
I'm on Windows 7, x64, with Visual Studio 2010.I have an ASP.NET page with C#. The C# makes a call to PowerShell, it fails, and every post I can find via Google says the solution is simple --- set your Target Build to x86. Sounds awesome, except I can't. My only choice is "Any PC", and even if I add a new configuration and call it "x86", I can't apply it to my Project.
View 1 Replies
Apr 15, 2010
I am having a problem with disabling DropDownList based on the chice of 1st DropDownList, there is no post back occuring, and it is a template based web app here is the current code:
<script type="text/javascript">
$(function() { var dropDownList1 = $('#<%= ddlUserType.ClientID %>');
var dropDownList2 = $('#<%= ddlMember.ClientID %>'); dropDownList1.change(function(e) {
if ( jQuery("#ddlUserType").val() != "ETOC") dropDownList2.removeAttr('disabled'); e.preventDefault();
else
dropDownList2.removeAttr('enabled'); e.preventDefault(); }
} );
</script>
what is happening now is page is blank and if I remove the above code everything shows, where I am going wrong. here is the plain and final javascript code which worked:
<script language="javascript">
function CheckDropDownState(lstbox)
{
if (lstbox.selectedIndex == 3) { document.forms[0].ddlMember.disabled = 1; }
else { document.forms[0].ddlMember.disabled = 0; }
}
</script>
and thew .aspx code: <asp:dropdownlist id="ddlUserType" runat="server" onclick="CheckDropDownState(this);"></asp:dropdownlist>
View 2 Replies
Aug 17, 2010
I have an app which has a form that used to use AutoPostBack rigged controls (dropdowns, radiobuttons etc.) in an updatepanel, and I used to set session values on each postback. I posted the form using PostBackUrl to an external page, using a bit of javascript OnClientClick to copy my data into meaningfully named hidden fields.
Now, I've had to rewrite the AutoPostBack-ing controls so that all the cascading dropdown work and date calculation etc. is done in JavaScript, and not in C# - no more postbacks, no more updatepanel.
This means I've lost the ability to set my session values on postback. Can anyone think of a solution for setting these before I post my form? I need to set the session variables, plus post (querystrings are not an option) to the external page with the values from my form - and actually send the user to the external page, too.
View 2 Replies
Feb 9, 2010
I would like to use methods in the RDLC designer from external sources. How can I reference an external method say for a complex calculation in a field? The internal vb code is not robust enough.
View 1 Replies
Sep 27, 2010
I have a grid with three columns, two of which contain drop-downs, all of them getting filled from a web service result set. Now I want to allow the functionality of adding a new record in the grid by clicking an Add button present outside the gridview.
Whenever the user clicks the Add button, a new record should be created in the grid with value list filled in the drop-downs with the available options.
What is the best possible way to achieve this considering extensibility in mind.
View 1 Replies
Feb 16, 2010
is it possible to have a button defined outside a grid view and give it a command name of "select" and somehow attach it to the gridview, so the grid recieves a select command when clicked without writing code?
View 5 Replies
Mar 27, 2011
I have a C# assembly that loads external files. This assembly is used by asp.net website. The following is the code that loads the data files
string dataDirectory = Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location),"data"); filePath = Path.Combine(dataDirectory,_fileName);
The component works fine in a windows app, but when I tried to use it in an asp.net website, it fails as the site could not find the data files. And it gives me the following error:
C:WindowsMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Filescmictranslatorsite20a8eddd864b2575assemblydl35bd4a35e8c6f79b6_98eccb01datafile.txt
View 1 Replies
Jun 10, 2010
I want to export the table and all the data to a file outside the db. Then I want to detach this db, attach a different db with the same table, and reimport the table data from the file.
I thought you could create a table with :
select *
into table IN externaldb
from table
What is the proper syntax for this? I got an invalid path error. I just want to create the file on mu local C root.
View 2 Replies