JQuery :: Any Example DotNetAge Jquery Library With Source Code

Oct 25, 2010

Any Example DotNetAge Jquery Library with source Code

View 3 Replies


Similar Messages:

AJAX :: Use Control Toolkit Source Code In Class Library?

Jan 6, 2010

I am making a class library. I want to use some of ajax control but don't know how to use ajax source code. suppose i want to use file upload control in my class library. How should i accomplish this task. I mean to say how should i refer ajax file upload sript file(.js) in my class library.

View 6 Replies

Use Genealogy (Family Tree) Source Code Or A Library Needed?

May 31, 2010

I am looking for any source code for my website to include a genealogy. I am not having time to build it up from the scratch. If any one can provide me the libraries or any partial code, so I could use it

View 2 Replies

JQuery :: Jquery Work With Others Browsers And Put The Js Code Outside The Html?

Mar 10, 2011

with jquery and don't know much of it.I have a jQuery code in my asp page and it's not working with Mozzila, Chrome, and Safary it just work with IE. How can I make it work with those browsers? And
How can I put this jquery code outside my html?

[code]...

View 1 Replies

JQuery :: Code Behind Jquery Load Failed

Mar 30, 2011

how to load Page.ClientScript.RegisterStartupScript(Page.GetType(), Page.ClientID + "_ReadyScript2", scripts.ToString()); in Class file resubable code

View 2 Replies

Jquery - Is The .NET Ajax Library Dead

Nov 22, 2010

I've recently stumbled across a few blogs that say the ASP.NET Ajax Library is dead, in particular:

http://encosia.com/2010/10/04/understanding-jquerys-impact-on-microsoft-and-asp-net/
http://weblogs.asp.net/toddanglin/archive/2010/04/19/microsoft-ajax-client-library-is-dead-long-live-jquery.aspx Is this generally true, technically and practically?

View 5 Replies

Use Client Side Library (JQuery Or ExtJS)

Feb 23, 2010

For a slick UI, I am deciding between using a client side library (JQuery or ExtJS) or go with the AJAX Control toolkit. I understand that the widgets supported by ExtJS rich library does not match what's there in the toolkit. What are the pros of cons of using one over the other?

View 3 Replies

JQuery :: Best Place For JQuery Code?

Jul 12, 2010

Which is the best place to put your JQuery code.I have my jquery code on my aspx or ascx page. Is it secure to put our code here?

Would it be best and secure to have a seperate javaScript file for this?

View 3 Replies

JavaScript - Multiple References To The JQuery Library In A Page?

Sep 9, 2010

I have an ASP.NET application using a master page. I am adding a reference to the JQuery library in the master page however there are some content pages and user controls that reference the JQuery library directly. Will I need to remove each reference from those pages or can I leave them in place even though I am adding a reference into the master page of the application?

View 3 Replies

How To Embed Jquery Library In C# Custom Server Control

Sep 8, 2010

I emebeded jquery library in custom server control. but it's not working. it throws "object expected error". the complete code listing is given below.

jquery-1.4.1.js is rename it to jquery.js

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;.........

View 1 Replies

JQuery :: Learning Jquery And Topics To Cover To Learn Jquery?

Mar 16, 2011

which is the best way to learn Jquery....and what all topics I need to cover to learn Jquery in full...so I could code like a pro.

View 2 Replies

JQuery UI Autocomplete WebService Source Returning JSON?

Nov 29, 2010

I have been trying for two months to get this code working, and I am close, but still confused. I want the JQuery UI Autocomplete function to call an web service which returns JSON data and display that data for selection, and on selection put the selected value into a hidden field.

There are several issues:

1) The autocomplete function is not firing
2) The source: "/AutoSuggest.asmx/DOTFind?" line throws an invalid object exception
3) The service requires two parameters: (string prefixText, int count) - count tells it how many records to return.
4) I am not at all certain that this code will accept JSON data that comes back from the service

Here is the code:

[code]....

View 4 Replies

Jquery Ui Auto Complete Static ServerSide Data Source?

Nov 9, 2010

jquery Ui AutoComplete has a property that named Source. i want to value this property with static datasource for example generic list or filled dataset on my asp.net application. is it possible?

View 1 Replies

JQuery :: Get External Site Page (view Source) Using JavaScript

Jul 30, 2010

I am developing one asp.net application and I have a requirement that I need to fetch html of page: [URL] I can easily do it with asp.net code using httpwebrequest but I have to do it from client side either using javascript or JQuery or any other thing. This is required becaues REQUEST TO GET PAGE [URL] MUST COME FROM CLIENT AND NOT FROM SERVER DUE TO IP ISSUE.

View 4 Replies

Which JQuery/css Menu Library For Working With TreeView Or Menu Controls

May 2, 2010

I'm looking for a good jQuery or CSS, or combo, library to enance my left side menu in an an intranet application. I don't like the 'hover only' expand/collapse style of the ASP.NET Menu control on its own, and I don't like the 'icon-click only' expand/collapse style of the TreeView control on its own.

I plan on trying the CSS Control Adapters, to render the menu with some self-respect, i.e. as nested <ul> or <ol> elements instead of the usual orgy of tables. Beyond that, I need something to give a bit of style and menulike behaviour to these nested lists, and I would prefer a jQuery plugin for this. Which should I use?

View 3 Replies

Open Source Controls Library?

Mar 2, 2010

We are looking for a ASP.NET Rich Controls Library. We don't have much budget to spend. We are looking for a decent choice which give a rich feeling to our application, works and reliable.What are the best available options on ASP.NET Controls Library which are free and has good support online?

View 2 Replies

"Failed To Load Source" Posting To MVC2 Action With JQuery

Sep 19, 2010

I am trying to save user feedback by using jquery to post to an action however i am getting the error message "Failed to load source for: http://www.something.com/feedback/savefeedback" this code works fine on localhost but not when put on my shared hosting, this doesnt just affect this query post but also at least one other.

below i have the route from the global.ascx, the action int the FeedBackController and the query that does the post.

routes.MapRoute(
"FeedBack", // Route name
"FeedBack/{action}", // URL with parameters [code]....

View 9 Replies

Visual Studio :: Source Code To Display On One Line Instead Of Multiple In Source View?

Nov 1, 2010

how to make my source code to display on one line instead of multiple in source view. The display drives me batty when I'm trying to find something and I would prefer to display across the page instead of multiple lines down the page.

View 2 Replies

Open Source Lead Management System With Source Code?

Sep 6, 2010

asp.net open source Lead management system with source code.

View 9 Replies

JQuery :: How To Add Datepicker In Code Behind

Dec 10, 2010

how to add Datepicker in code behind

[Code]....

View 16 Replies

JQuery Code Not Working In IE 8?

Feb 1, 2011

This code is working in firefox but on IE 8 it returns nothing

<script type="text/javascript">
$(document).ready(function(){
var pageUrl = '<%=ResolveUrl("~/test/test.aspx")%>';
// Test
$('#<%=ddlTest.ClientID%>').change(function(){
var trgId = $(this+'input:checked').val();
$.ajax({
type: "POST",........

View 1 Replies

Web Forms :: Open Source OCR Library To Convert Image To Text

Dec 14, 2012

I need the dll for Converting the image to text (ocr)....

View 1 Replies

JQuery :: JQuery And Custom Attributes/ Find All Input Elements That Will Require Validation?

Jul 14, 2010

to directly get all elements in a form who contains a non html attribute ?

<input .... customAttribute="validateMe">

So I could find all input elements that will require validation.And use this in a loop to add validation to the input's found :

$('input').attr("customAttribute").val() == "validateMe"

I could also write every validation for each object separately, I have only a few elements who uses a required validation but it would be nice that I could do this in one shot instead of repeating the $("input").rules("add .....

View 5 Replies

JQuery :: How To Save And Retrieve Date In Database Using Jquery Ajex .net ,JSOn,XML,HTML

Oct 13, 2010

how to save and retrive date in database using jquery ajex asp.net ,JSOn,XML

View 2 Replies

JQuery :: JQuery Sortable - Sort And Update Database / Using For Custom Sorting <ul><li> List?

Mar 15, 2011

I am using jQuery for custom sorting my <ul><li> list.But I have a problem. I can sort and move those <li>-s but problem is I don't know how to update database with new order integers.Example of html ul li:

[Code]....

This is an example of my li element.. I have id=43, thats Id of picture in database.I use this javascript for trying to somehow make array and read that id into array:

[Code]....

Problem is I don't know exactly what am I doing wrong, because my event doesn't fire, when I press "update button.. Update button fires "update" function on click:

[Code]....

I hope someone will try to explain.Do codebehind and html needs to be in the same document? Can I use ascx and use "update" button there, to fire aspx methode?

View 5 Replies







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