0

How can I populate jquery grid from SQL server?

1 Answer 1

1

You should specify more details to get a better response.

However, you cannot call SQL Server from JQuery just like that. You need a Web Service or a WCF Service that will handle the database call (eg. via ADO.NET), and then the service operation can return a JSON result to your JQuery client. Once you have the JSON result you can bind it to any view (DataGrid table, List etc.)

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.