9,867,109 members (28,351 online)
Visit CodeProject.TV
Discuss CodeProject.TV
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
C#4.0 questions
C++ questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Mobile
VS 11 & .NET 4.5
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Component & Service Catalog
Competitions
News
The Insider Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
The Insider News
The Lounge
The Weird & The Wonderful
The Soapbox
Press Releases
Who's Who
Most Valuable Professionals
Company Listings
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
5,917 Results
Search
Everything
Articles
Technical Blogs
Tips & Tricks
Questions
Answers
Forum Messages
News Items
Catalog Items
Videos
Training Courses
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating Asc
Rating Desc
Title Asc
Title Desc
Author Asc
Author Desc
Date Created Asc
Date Created Desc
Date Modified Asc
Date Modified Desc
Price Asc
Price Desc
Duration Asc
Duration Desc
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Article License
All Licenses
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Catalog Category
All Categories
Books & Training
Charting & Graphing
Components, Controls, Libraries
Data Manipulation & Mining
Database Tools
Debugging
Documentation & Help
Financial, Math & Scientific
Frameworks & APIs
General Development Tools
GIS & Maps
Graphics & 3D Modeling
Hardware and Robotics
Hosting
IDEs
Imaging
Mobility
Multimedia
Networking
Performance and Profiling
Programming Languages
Project Life-cycle Management (ALM)
Reporting
Search
Security
Setup & Deploy
System Adminstration
Utilities
Virtualization
Web Design/Development
Catalog License
All Licenses
Commercial
Fully Function Evaluation version
Limited Functionality Trial
Limited Time Trial
Shareware
Free For Personal Use
Freeware
Page 1 of 119
Page Size:
10
·
25
·
50
Tag filtered by: Ajax
[x]
filter data in autocomplete textbox
by
TienKenji
Question
13 May 2013
license:
CPOL
Hi All,I have a control A that fill data in Color_Type table and a control B fill data in Colors table and this control B is autocomplete control.How i can filter data in control B by control A.and my code: function changeList_Color() { // Isolate the appropriate list by using the...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Javascript
Ajax
jQuery
autocomplete ajax control not working. need to know the changes to make in web.config in visual studio 2010 for enabling webservices to work in autocomplete ajax toolkit
by
yloginov
Answer
13 May 2013
license:
CPOL
Your service method signature does not match the one that the control expects. This is what your method signature should look like.[System.Web.Services.WebMethod][System.Web.Script.Services.ScriptMethod]public string[] GetCompletionList(string prefixText, int count) { ... }more...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Ajax
Autocomplete
problem with refresh image in updatepanel
by
jiji2663
Question
13 May 2013
license:
CPOL
i have a imagebutton and image in updatepanelbut image dosen't refrresh when i click on imagebuttonit's work fine in chrome,but don't work in FF,IE,Safari
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Ajax
C#
C#4.0
updatepanel
Cross-domain requests with jQuery
by
bmw318mt
Question
12 May 2013
license:
CPOL
I have some functions in ajax and are working well on my pc, I have uploaded the website in a free domain and it is not working. I have read about cross platform problems with ajax calls, but do not know how I can solve my issue.Any ideas?I have also included this header in my php...
General Programming
»
Uncategorised Quick Answers
»
General
Ajax
XAMPP is not working from LAN PC
by
UL UL ALBAB
Question
12 May 2013
license:
CPOL
I have a project name "nkhrm" in htdocs. And my IPv4 address is: 192.168.1.106. And my port no is: 8080. when I am running my project by 192.168.1.106:8080/nkhrm from my pc its working good. but, when I am running from another pc through LAN my project is showing nothing.How, can I solve...
General Programming
»
Uncategorised Quick Answers
»
General
Javascript
PHP
Ajax
xampp
WAMP
autocomplete ajax control not working. need to know the changes to make in web.config in visual studio 2010 for enabling webservices to work in autocomplete ajax toolkit
by
manbazhagan
Question
11 May 2013
license:
CPOL
iam new to vs 2010. i have an webservice that is working fine when invoked. but when it is used in the autocomplete ajax control in asp.net. it is not responding. i know there needs to be changes made in the web.config file which i dont know.need to know what iam missing. these are the steps...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Ajax
Autocomplete
Ajax not sending a POST
by
NextGenDeveloper
Question
10 May 2013
license:
CPOL
echo ' function Application'.$col1.'() { $.ajax({ url: "?page=acp_apps_check", type: "post", data: {capp:'.$col1.'}, success:...
General Programming
»
Uncategorised Quick Answers
»
General
PHP
Ajax
ajax loader for particular event fired
by
ntitish
Question
9 May 2013
license:
CPOL
//Actually i am taking telerik:radgrid to display users information.at the top of the telerik:radgrid addnew_link_button is there by clicking on the link button it will expand a form in the telerik:radgrid in that we have to enter details for one telerik:RadComboBox i binded groups.this total...
General Programming
»
Uncategorised Quick Answers
»
General
Ajax
How To Create a Pop up Login page
by
Róhãn Lëuvä
Answer
9 May 2013
license:
CPOL
Refer to the below links:jQuery Login modal popup for ASP.NET Simple Model DemosPopup Login control in ASP.NET Using Div and CSS (LightBox effect) code behindHow to Create PopUp Login Control in ASP.NET
General Programming
»
Uncategorised Quick Answers
»
General
Javascript
CSS
HTML
PHP
Ajax
jQuery
How To Create a Pop up Login page
by
aspnet_regiis -I
Answer
9 May 2013
license:
CPOL
This should be enough for youhttp://jqueryui.com/dialog/#modal
General Programming
»
Uncategorised Quick Answers
»
General
Javascript
CSS
HTML
PHP
Ajax
jQuery
Ajax leaving a weird error
by
ryanb31
Answer
9 May 2013
license:
CPOL
$ is not defined means the browser does not know what $ is. You need to load jquery.js.
General Programming
»
Uncategorised Quick Answers
»
General
PHP
Ajax
Ajax leaving a weird error
by
NextGenDeveloper
Answer
9 May 2013
license:
CPOL
ryanb31 wrote: "$ is not defined means the browser does not know what $ is. You need to load jquery.js."- Thanks, didn't notice I was missing the jquery.js.
General Programming
»
Uncategorised Quick Answers
»
General
PHP
Ajax
Ajax leaving a weird error
by
NextGenDeveloper
Question
9 May 2013
license:
CPOL
$("cApplication'.$col1.'").cli...
General Programming
»
Uncategorised Quick Answers
»
General
PHP
Ajax
How To Create a Pop up Login page
by
namo77
Question
9 May 2013
license:
CPOL
Hello,I kindly need your help designing a pop-up login page.Can anyone help me with how its done.I'll really appreciate some codes.Thank you.You can visit the link below to have an idea of what i'm talking about.http://www.jumia.com.ng/[^]Just click on the login...
General Programming
»
Uncategorised Quick Answers
»
General
Javascript
CSS
HTML
PHP
Ajax
jQuery
Read metadata of video files using class file
by
- NA -
Answer
9 May 2013
license:
CPOL
[]
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.0
C#
Ajax
.NET
Cutting-edge web development with jsRazor: tiny JavaScript that replaces ASP.NET (PHP, MVC, JSP, etc.) rendering!
by
rgubarenko
Article
8 May 2013
license:
CPOL
jsRazor is unbeatably powerful and stupidly simple client-side rendering approach that consists of ONLY TWO functions. Tiny javascript library entirely eliminates the need for server-page rendering, in the same time giving your apps unmatched simplicity and flexibility.
Web Development
»
Client Side Scripting
»
General
ASP.NET
Javascript
Architect
Dev
PHP
Ajax
Design
Beginner
Intermediate
Advanced
, +
How to configure Symphony Framework in Netbeans 7.3
by
UL UL ALBAB
Question
8 May 2013
license:
CPOL
I want to create php project using symphony framework in Netbeans version 7.3. But, when I am selecting true Symphony PHP Web Framework, netbeans ide showing the message : "PHP interpreter must be selected." How can I solve this problem step by step ? Please tell me...
General Programming
»
Uncategorised Quick Answers
»
General
Javascript
PHP
Ajax
script
Zend
World Citizen News: a Mashup built with Location-based APIs
by
'Anil' Radhakrishna
Article
8 May 2013
license:
CPOL
it gets you crowd-sourced news and useful information
Cloud Computing
»
Azure
»
Windows Azure Developer Contest
C#
Javascript
CSS
HTML
Dev
Ajax
Beginner
Intermediate
Cloud
JSONP
Azure-Volta 2013 Engineering Calculator is up and running!
by
DrABELL
Article
8 May 2013
license:
CPOL
Migration from VS2010->VS2012->Azure cloud computing: practical and didactic aspects
Cloud Computing
»
Azure
»
Windows Azure Developer Contest
ASP.NET
XML
CSS
HTML
Ajax
Beginner
jQuery
Azure
Cloud
Easily implementing your own online shop
by
Christoph Buenger
,
DaSpors
Article
8 May 2013
license:
CPOL
How to easily build an online shop with the Scavix PHP Web Development Framework.
Web Development
»
Php
»
General
Javascript
PHP
Ajax
Intermediate
Framework
PayPal
Shopping
Retriving partial data using any Jquery library on asp.net sql server project
by
Anurag Sinha V
Answer
8 May 2013
license:
CPOL
try this link:http://dimaxweb.github.io/jquery-paged-scroll/[^]-anurag
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Javascript
SQL-Server
Ajax
jQuery
Knockout.js
ajax jquery autocomplete textbox doesn't post back on selecting popup lists
by
Sukanta Dey
Answer
8 May 2013
license:
CPOL
$("#txtSearch").live("blur", function (event) { var autocomplete = $(this).data("autocomplete"); var matcher = new RegExp("^" + $.ui.autocomplete.escapeRegex($(this).val()) + "$", "i"); var myInput = $(this); ...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Ajax
jQuery
Retriving partial data using any Jquery library on asp.net sql server project
by
aounali
Question
8 May 2013
license:
CPOL
I m binding repeater with data , The Problem is that there are more then Million Records in database that is retrieving when I Query to database. So It takes lot of time to load Data-table & in Binding repeater..... there is a solution in my mind and i got it when I was using Facebook that I...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Javascript
SQL-Server
Ajax
jQuery
Knockout.js
issue with using ajax timer async postback in chat display
by
waipllay
Question
7 May 2013
license:
CPOL
currently I'm developing a web chat using ASP.NET with Ajax. But the problem i using Ajax async postback to query database "chat" table. So as you can see the code portion in my Chat screen, i use updatepanel with timer trigger an async postback. ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Ajax
Chat
How to Send BULK data to Webservice using ajax JSON
by
Edo Tzumer
Answer
7 May 2013
license:
CPOL
JSON is similar to other data formats like XML - if you need to transmit more data, you just send more data. There's no inherent size limitation to the overall JSON request itself. Any limitation would be set by the server parsing the JSON request. (For instance, ASP.NET has the "MaxJsonLength"...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Ajax
JSON
WebService
How can I Handle GridView Paging using Jquery Ajax ?
by
Róhän Lêuvà
Answer
6 May 2013
license:
CPOL
Have a look at Client Side Gridview Pagination using JQuery jquery-gridview
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Ajax
How can I Handle GridView Paging using Jquery Ajax ?
by
shreeniwas kushwah
Question
6 May 2013
license:
CPOL
Hi Friends,I have a Grid View and i want to bind it by ajax jquery by json but how can i manage paging (Allow Paging=true) Please help me??Thanks in advance,Shreeniwas
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Ajax
How Call Server side function from client side
by
Rohan Leuva
Answer
6 May 2013
license:
CPOL
Refer to the links below:Call serverside function from client side javascript in ASP.NetCall Server Side Function from JavaScript in Asp.net AjaxCall server side function from javascript without any post backCalling server side function from JavaScript in ASP.Net
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Ajax
Sys in not defined in Ajax
by
Alireza_1362
Question
6 May 2013
license:
CPOL
Hi ,I'm trying to use UpdatePanel in my page ,but after running my web apps ,I got this error in:1 - Uncaught ReferenceError: Sys is not defined.1 - Uncaught Error: ASP.NET Ajax Client-Side framework failed to load2 - Uncaught SyntaxError:Unexpected token in ScriptResource.axd ...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Ajax
How Call Server side function from client side
by
Naz_Firdouse
Answer
6 May 2013
license:
CPOL
Have a look at this...http://weblogs.asp.net/karan/archive/2010/09/12/calling-server-side-method-using-jquery-ajax.aspx[^]
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Ajax
How Call Server side function from client side
by
Jithin Geroge
Question
6 May 2013
license:
CPOL
How to call a server side function from client side asynchronously ...I need to call a function in c# on server side asp.net 4.0 on the key press event of a text box in jquery ... How it is posible ?
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Ajax
ASP.NET DatePicker User Control (Hijri / Gregorian) shows month and year as dropdowns
by
Yahya Mohammed Ammouri
Article
6 May 2013
license:
CPOL
ASP.NET Date Selector User Control based on calendar control.
Web Development
»
User Controls
»
General
C#
ASP.NET
Javascript
.NET
Dev
Ajax
Intermediate
C#
.NET
Visual-Studio
, +
Exporting Page content PDF in asp.net where data is generated dynamically
by
Sebastian T Xavier
Answer
6 May 2013
license:
CPOL
Please check the following threads...How to export data to PDF using c#[^]export to pdf in c# and formatting of that pdf[^]Export to PDF[^]RegardsSebastian
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Ajax
Exporting Page content PDF in asp.net where data is generated dynamically
by
apr1234
Question
6 May 2013
license:
CPOL
Exporting Page content PDF in asp.net where data is generated dynamically.I have a page in which i am using following list of controls:1. Radio buttons.2. Text box3. Multi line text box4. Image5. Literal These are the controls which i am expecting while page contents are...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Ajax
Update panel is not working in FireFox
by
Rohan Leuva
Answer
5 May 2013
license:
CPOL
The error itself describes everything.Sys.WebForms.PageRequestManagerTimeoutException is usually raised by the PageRequestManager class to return an error when an asynchronous postback has exceeded the specified time for processing(Default time is 90 seconds). Also you can refer to...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Ajax
code to retrieve academic result data from the official site to my own site?
by
jiehuangwei
Answer
5 May 2013
license:
CPOL
you need a web Spider to move contents from one site to another
General Programming
»
Uncategorised Quick Answers
»
General
Java
PHP
Ajax
MySQL
HTML5/CSS
Update panel is not working in FireFox
by
rachitagarwal2828
Question
5 May 2013
license:
CPOL
I have one ScriptManager in Master page. I have created one content page.I ma using AsyncPostBackTime = 999999. It is working fine in IE but not working in Firefox.
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Ajax
Could not find any resources for the specified culture
by
Nguyen Truong Vy
Answer
5 May 2013
license:
CPOL
&[]
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Ajax
VB
VB.NET
code to retrieve academic result data from the official site to my own site?
by
Sergey Alexandrovich Kryukov
Answer
5 May 2013
license:
CPOL
Decide if it should be Java or PHP or something else, read about Web scraping using one of these technologies. See also:http://en.wikipedia.org/wiki/Web_scraping[^].[EDIT]More exactly, learn to send HTTP request and receive HTTP response. Please...
General Programming
»
Uncategorised Quick Answers
»
General
Java
PHP
Ajax
MySQL
HTML5/CSS
code to retrieve academic result data from the official site to my own site?
by
abhishekputtaiah
Question
5 May 2013
license:
CPOL
I am creating a academic/community website . One of my site requirement is to obtain the result from the official site . I will be creating a result module on my site which will have students reg number as input and on submission it will show the result obtained from the official website .I...
General Programming
»
Uncategorised Quick Answers
»
General
Java
PHP
Ajax
MySQL
HTML5/CSS
apply ajax rounded corner to all textboxes in asp.net
by
Rohan Leuva
Answer
4 May 2013
license:
CPOL
Refer to this link.It should work in IE8 also.JQuery for rounded corners[^]
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Ajax
apply ajax rounded corner to all textboxes in asp.net
by
Sandeep Mewara
Answer
4 May 2013
license:
CPOL
Just apply CSS style border-radius. Include the css at app level so that it gets applied to all.Sample:input.example1 { border: 1px solid #DDD; border-radius: 5px; width: 165px; outline: none;}For CSS:...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Ajax
apply ajax rounded corner to all textboxes in asp.net
by
footballpardeep
Question
4 May 2013
license:
CPOL
How can i apply rounded corner effect by ajax to all textbox in asp.net, i don't want to write each extender for every textbox.I want the solution for IE 8.
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Ajax
Engineering Calculator VOLTA-2013
by
DrABELL
Article
3 May 2013
license:
CPOL
Productivity software package VOLTA-2013 developed as HTML5 web application and converted into desktop installable one using Intel’s AppUp encapsulator. Application extension Jobrica-2013 utilizes geolocation/GPS service and Bing map technology to find Job Agencies in search area.
General Programming
»
Ultrabooks
»
App Innovation Contest Entries
TabletPC
Javascript
CSS
Windows
HTML
Architect
Dev
Ajax
Intermediate
Windows
, +
iBookTracker
by
'Anil' Radhakrishna
Article
3 May 2013
license:
CPOL
An app to manage personal book collection
Cloud Computing
»
Azure
»
Windows Azure Developer Contest
ASP.NET
Ajax
Intermediate
Azure
Cloud
Location based profile tracking and messaging
by
katant
Article
3 May 2013
license:
CPOL
A system where users can login using Windows Azure Active Directory Access Control and create a profile.
Cloud Computing
»
Azure
»
Windows Azure Developer Contest
C#
ASP.NET
.NET
Dev
WCF
Ajax
Beginner
.NET
Cloud
.NET4.5
adding web user controls in Ajax Accordion
by
subbaraok123
Question
3 May 2013
license:
CPOL
I have added panel to the content of the accordion pane an i want to add seperate web user control for each panel in each accordian pane but i have a problem with the web user control its not getting populated for each accordian pane please help with any solution.
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Ajax
Draw Cirlce Around Marker in Google Map
by
Hiren Khirsaria
Article
3 May 2013
license:
CPOL
draw cirlce around marker in google map api v3 and move cirlce on marker dragging
Web Development
»
Asp.Net
»
General
C#
.NET
Ajax
Intermediate
C#
.NET
C#4.0
jQuery
Google-Maps
.NET4
Ajax toolkit fileUpload Problem
by
RedSakura
Answer
3 May 2013
license:
CPOL
i found a better solution for this myslef.i create a static propery of List and every time i upload a file i add properties of that list in session any time i need it i can loop through that list,,,any way thank every one ^^
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Ajax
SqlServer
Ajax toolkit fileUpload Problem
by
RedSakura
Question
2 May 2013
license:
CPOL
hi.im useing ajax toolkit ajax file upload on my website...i have handled the OnUpload compelete event to save the uploaded file to database here id the code:decimal result = (decimal)SqlHelper.ExecuteScalar(SqlHelper.CreateCommand("SavePhoto", CommandType.StoredProcedure, ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Ajax
SqlServer
Page 1 of 119
1
2
3
4
5
6
7
8
9
10
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web01 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid