Web Development Solutions, We offers the most powerful Web Development Solutions like Web Application Development, SEO, SEM, Web Portal Development, Website Development, Web Hosting services, Payment Gateway Integration etc.
|
|
Drag Drop file Upload With Google Gears and ASP NET
05/19/2012
As a quick beginning, a few months ago I came across the problem, how to implement fast and easy file upload mechanism with minimal user interaction. To say more, this mechanism should be able to upload multiple files at once and save them to a database as blobs.
|
|
Drag n drop Shopping cart with JQuery & ASP .NET
05/19/2012
Let’s see some basics on how to use JQuery with ASP.NET controls with an interesting example. This is a long post so I will try to keep it as simple and organized as possible.
|
|
Converting URLs Into Links With Regex
05/19/2012
Following on from the recent spate of extensions methods I've posted, here's another I use to convert URLs and email addresses into links within HTML. You may want to restrict users from submitting HTML tags via forms in your application, which means that URLs and email addresses that they submit appear as plain text unless they are subjected to some kind of processing.
|
|
How to Hash User Passwords in asp.net
05/18/2012
In this post I will show you how to hash user password in asp.net Before going into implementation details,let first design the table structure.For the shake of simplicity I have taken only some fields.
|
|
How to get cell value of gridview using JQUERY
05/18/2012
How to get cell value of gridview using JQUERY...
|
|
dynamic Drag’n Drop With jQuery And ASP.NET
05/18/2012
In thi post i will show how to drag’n drop & saving the new positions to the database. Here is, how it is done by using jQuery & jQuery UI:
|
|
Jquery Ajax Asp.net Part III
05/17/2012
Web Services đã có một chặng đường phát triển khá dài, từ lúc bắt đầu phát triển, XML được chọn là định dạng dữ liệu giao tiếp mặc định cho môi trường này, tuy nhiên với nhiều phức tạp trong cấu trúc và thiếu các tiêu chuẩn mở rộng, XML đã dần đi đến giai đoạn thoái trào, giờ đây người lập trình cảm thấy XML làm dữ liệu của họ trở nên cồng kềnh và chiếm nhiều băng thông không cần thiết.
|
|
Dùng JQuery để gọi ASP.NET Handler (ASHX)
05/17/2012
ASP.NET Handler được dùng để trả về cho client một nội dung động từ QueryString (bạn có thể trả về dạng Image,Xml,JSON hoặc file văn bản …)
|
|
Gọi Ajax Cross-Domain với JSONP
05/17/2012
SONP là gì?
Khi bạn sử dụng Ajax bạn không thể gọi sang domain khác (cross domain), để giải quyết vấn đề này bạn có thể sử dụng Proxy để lấy dữ liệu từ server/domain khác sau đó trả về cho server/domain hiện tại nhưng bạn sẽ gặp khó khăn trong việc gọi dữ liệu.
|
|
Các Kiểu Backup Trong SQL Server
05/17/2012
Khái niệm backup (sao lưu) và restore (khôi phục) chắc hẳn đã quen thuộc đối với đa số chúng ta: bạn thường xuyên backup, ví dụ copy toàn bộ thư mục sang một thiết bị lưu trữ khác, để phòng khi gặp sự cố gây mất mát dữ liệu thì có thể copy ngược trở lại. Với database thì việc backup diễn ra có khác, khi hệ thống đang vận hành thì bạn không thể đơn giản copy các data file và log file vì chúng bị khóa hoàn toàn. Bạn phải dựa vào cơ chế backup của hệ QTCSDL. SQL Server cung cấp ba loại backup như sau:
|