Silverlight Or Jquery Ajax For Complex Data Form?

Oct 7, 2010

So part of my web app centers around this very important form which is used to create a form. Its like google docs form. The user keys in a type (checkbox, textfield, numericfield) and a label and slaps it into the system, and it generates a form somewhere.

Its a little more complex than google forms, the field types are complex and theres a lot more to that form (It happens to be a form generator for a finance plan)

The app is asp.net, I was thinking of using jquery and jquery's own ajax methods to post the data, but I think it would just turn into a very hairy situation, I then thought silverlight, but Ive never done silverlight before but I am an experienced .net guy.

So what do you guys think, will silverlight be too tough for a first timer for this kinda thing? Or should I stick to jquery. Plus points for silverlight is its an inhouse lan app and this particular page will be used by people with very high bandwidth.

Also I'm on .net 4 btw.

View 1 Replies


Similar Messages:

How To Send Complex Types To MVC2 Controller Via Jquery (Ajax )

Feb 22, 2011

I am posting a Jquery Json serialized object to my controller but not all of the data is getting passed. One of the members is a complex type that is also Json serialized. This is the one that isn't getting through to the controller.

Here is the class I'm passing to my controller via Ajax post. Note the complex type, RoutingRuleModel.

SourceCodeModel.cs:

[code]....

Problem: SourceCodeModel contains correct values EXCEPT for it's complex member: RuleModel, which comes back as a RoutingRuleModel with default (null or 0's) values.

View 1 Replies

Returning Complex Types (multiple Lists) To Client Side Using Jquery.ajax?

Feb 8, 2011

I'm designing a page which makes an ajax call (via jQuery.ajax) to a page method on the server side.On the server side, I have two classes: Agent and Channel.

In the page method, I'd like to return a List<Agent> and a List<Channel> to the client side. How can I return two lists to client side? should wrap them up in one class like:

[code]....

View 4 Replies

AJAX :: How To Send Parameters To Custom Complex Business Object To WCF Service Using JQuery

Jul 23, 2013

I am trying to call web service from jquery..trying following way but i am not able to pass to complex type parameter to WCF service.My wcf function is as follows

<OperationContract()>
<Web.WebGet(UriTemplate:="/GetData?strErrMsg={strErrMsg}&chrErrFlg={chrErrFlg}", ResponseFormat:=WebMessageFormat.Json, BodyStyle:=WebMessageBodyStyle.Wrapped)> _
Function GetData(ByRef strErrMsg As System.Collections.Generic.List(Of String), ByRef chrErrFlg As String) As String
strErrMsg is System.Collections.Generic.List(Of String)

I am trying to call as follows

var Type;
var Url;
var Data;
var ContentType;
var DataType;
var ProcessData;
var parameters;

[code]...

And I am able to call other methods in same way having string and integer parameter.I have gone through this but didnt get anything. URL...

View 1 Replies

JQuery :: How To Open A Subform Model Form,Sub Window Form Using Jquery That Save The Data Ajex

Sep 15, 2010

how to open a subform model Form,Sub Window form using jquery that save the data ajex

View 4 Replies

Passing Complex JSON Data JQuery To Action?

Dec 1, 2010

I have 2 classes that are used to mirror the data from an ajax call. One (Customer) contains a property which is name, and the other is an array of Products.

Public Class Customer
Private _Name as String
Private _Products as Product()
Public Property Name() As String

[Code].....

View 1 Replies

Data Controls :: Automatically Save Form Data To Database At Regular Intervals Using JQuery AJAX?

May 7, 2015

need to save autonatically after 10 am.

View 1 Replies

MVC :: Creating A Complex Form With C#?

Feb 10, 2011

How can I create a form that creates or updates a complex type that takes a form like:[Code]....

I would like to either create two forms one for tblstudent and one for tbldata and tblStudata or create one form for all three and give the illusion of multiple pages. I came across an old Railscast that talks about virtual attributes and a helper called fields_for which helps you switch between model contexts in a single form. Is there a way of achieving this kind of functionality with C# MVC 2 or 3?

If this sort of thing is not possible how else might I be able to handle create/update scenarios without defining two actions amd voews for each table entity I need to work with or god forbid separate controllers?

View 2 Replies

Web Forms :: Setting The Default Control To A Complex Form?

Jul 6, 2010

I'm trying to set the default button to my master page for logging in.

Basically I've got a master page, with a LoginView in it, with a Login control in it, With a button in it... When you press "Enter" I want it to use that as the default button.

(structure in sudo-code if it helps)

BODY
Form ID=Form1
LoginView ID=MasterLoginView
AnonymousTemplate
Login ID=MainLogin
LayoutTemplate
Button ID=LoginButton

I know I've got to use .FindControl("") but as much as I mess with it I can't seem to get it to hook to the button.

View 10 Replies

Binding View Model From A Form Post With Inner Complex Types?

Apr 15, 2010

[Code]....

What I want to achieve is the ID of the property: item.Item.ID to be bound to the ID from the (route)URL. However I can't get it to work. I tried using [Bind()] attribute.

I fixed it now using a hidden field in the form like so:

<%= Html.HiddenFor(model => model.Item.ID)%>

However this feels a bit icky. I'd like to know if there is a better cleaner way of doing this?

View 1 Replies

JQuery :: Calling PageMethod With Complex Type Parameter?

Mar 17, 2011

I have a page method which take in a complex parameter how can i call this page method using jquery.

This is my page method

[Code]....

and these are my types

[Code]....

View 2 Replies

Security :: Using Asp.net Form Authentication With Silverlight?

Apr 28, 2010

i intent to use asp.net authentication ticket system to validate users on my silverlight application.

View 1 Replies

Web Forms :: Silverlight Control For A Web Form?

Oct 26, 2010

I am using Visual Studio 2010 and I am working with a simple asp.net website project. I don't see any silverlight controls in the toolbox. Even after right clicking the toolbox and choosing the elements from the silverlight tab I still don't get anything in the toolbox. I even restarted Visual Studio but get nothing.

View 2 Replies

Web Forms :: Create A Registration Form Using Silverlight?

Feb 4, 2010

how to create a registeration form in asp.net using silverlight.

View 3 Replies

AJAX :: Implement A JQuery Login Form Into A Modal Box?

May 16, 2010

I want to use this fancy Ajax Login Form with ASP.NET:www.bitrepository.com/ajax-login-modal-box.htmlThe example uses PHP as the backend. May I use the ASP.NET Login Control?

View 2 Replies

JQuery :: Decimal Is Rounded Somewhere Between Ajax Call And Request.form?

Feb 15, 2011

I have an ajax call on a page which POSTS data: longitude and latitude. In the Javascript the two variables I pass in "posLong" and "posLat" are both decimals, something like: 50.81472239. When I do request.form in my .aspx.vb page which I've called, the value has now been rounded to 51.

View 4 Replies

Web Forms :: Shift+tab Key In Numeric Field In UI Form In Silverlight Application?

Oct 6, 2010

Issue in UI form:1. when user press shift+tab key in numeric field then it's not working means cursor not moving.2. when user press shift+tab key in field wich is allowing any characters then it's working.

View 1 Replies

Data Controls :: Automatically Save Form Data When Form Is Being Filled Using AJAX

Oct 25, 2013

How to save data in tables without any button click , it should be done at the time of entering data in textbox and before goin to next data.

View 1 Replies

AJAX :: Can Not Send Complex String To WebMethod?

Mar 7, 2010

Have try to send the complex string that is created(serilize) from data.If I write just a regular string there is no problem but I want to sendover the array data as a string and then deserilize it does not work.What happens is that the webmethod 'save' never start. No error occurs!I suppose it is becouse the string contains a lot of " but I dont know howto change that and then bee able to deserilize it to the object.The string 'strData':

"{'JSONString': '[{"Show":false,"SortOrder":"","QuestionText":"Ingen rapport lämnas till kund då följande muntliga rapport har lämnats:","DefaultValue":"","CSS":"","Note":"","RQID":"Label","FunctionNr":0},{"Show":false,"SortOrder":"","QuestionText":"Lämnar

[code]...

View 2 Replies

JQuery :: Get Data From The First Form To Another?

Oct 19, 2010

I can not find solution how to get control of other forms.

In the first form Default.aspx I have TextBox1 control. How do I get data from TextBox1 into another form Default2.aspx?

Is there any example on the Internet?

I have tried in this direction, but not a solution:

$ (Function () {
$ ('# Btn'). Click (function () {
$. Ajax ({
url: "Default.aspx/TextBox1"
data: "{}",
success: function (html) {
$ ("# Results"). Html (html);
}
});
});
});

Data from TextBox1 I want to here "results" $ ("# results")

View 7 Replies

Recommendations For Implementing Complex Grid With AJAX Functionality

Jan 13, 2011

I'm considering going at this myself because my requirements are particular and highly customized:

The grid is bound to a collection of complicated objects, each of which may contain child and grandchild objects. Depending on data and context, the template'd cells vary from TextBoxes to ComboBoxes to Calendars to a combination of controls.TextBox cells have Google-style auto-complete functionality. Also each TextBox cell can expand into a small TreeView pane that allows hierarchy-navigating selection of a value should auto-complete be insufficient.Values from other controls can be drag-and-dropped into cells.Columns are re-sizable and re-orderable. Clicking their headers sorts data.All of the above is AJAX / client-side / Web 2.0 of course.

Has anyone built anything similar from scratch? Or used an effective tool to accomplish this goal? How well would Telerik meet my specs? Is it right to have the hunch that something this specific is best done by taking a Microsoft GridView and extending it myself?

View 5 Replies

AJAX :: Return Complex Type In Json Format?

Jun 11, 2010

I was using Extjs to send a json object to my asp.net webservice/Update method , but I find the following error in firebug reseponse.

[Code]....

View 1 Replies

Architecture :: How To Implement Complex .NET Grid With AJAX Functionality

Jan 13, 2011

I'm considering going at this myself because my requirements are particular and highly customized:The grid is bound to a collection of complicated objects, each of which may contain child and grandchild objects. Depending on data and context, the template'd cells vary from TextBoxes to ComboBoxes to Calendars to a combination of controlsTextBox cells have Google-style auto-complete functionality. Also each TextBox cell can expand into a small TreeView pane that allows hierarchy-navigating selection of a value should auto-complete be insufficient

View 3 Replies

AJAX :: Sending Complex Objects From JavaScript (client) To C# (server)?

Mar 26, 2010

I have this object in my server side:

[Code]....

Now I do this on the client side, to send a typed object to the server:

[Code]....

and actually it works. The problem is that I cannot find the way to stablish this property: "public ThingDetails[] details;"

View 7 Replies

How To Send Data Between Project In Web Form Application By JQuery

Feb 7, 2011

I use asp.net webform. But I am confused that how to send data between project?

This is project structure in sam solution

UI

BSClass(Business Class)

I used google to search for this solution but I didn't find.

Is it possible to send data by jQuery.post() from UI to Bussiness class? and How?

example Send Username and Password From UI to UserClass in BSClass

View 2 Replies







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