动态填充数据库中的记录,而无需页面刷新 [英] Populate records from Database dynamically without Page Refresh

查看:57
本文介绍了动态填充数据库中的记录,而无需页面刷新的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

怪胎,

在我的ASP.NET应用程序中,我要求以QUEUE顺序显示记录.

实际上,我现在正在从事零售管理项目.在这里,一旦在结算部分进行了结算.我需要在付款"部分的付款待处理列表"的队列中显示特定的Billno,BillAmount,CustomerName.在为该特定账单付款后,我需要从该队列中隐藏它.


像Facebook的右上角(来自我的朋友的更新)...

如何制作?

任何帮助将不胜感激....

Hi Geeks,

In my ASP.NET application, i have an requirement to show the records like in QUEUE order.

Actually now i''m working in an Retail Management Project. Here once the Billing is made in Billing Section. I need to show that particular Billno, BillAmount, CustomerName in an queue of "Payment pending list" in Payment Section. After payment is made for that particular bill no, i need to hide it from that Queue.


Like Facebook''s right top corner(Updates from my friends)...

How to make it ?

Any help would be appreciated....

推荐答案

U可以通过使用asp.net ajax,带有更新面板的计时器控件以及一些其他控件来填充数据来实现此目的. ,您将让计时器控件调用进行轮询的服务器方法,即查询您的帐单记录所在的服务器端表
U can achieve this by using asp.net ajax, timer control with update panel and some other controls to populate your data, you will let the timer control be calling a server method that does polling, that is query a server side table where your billing record is located


Try:
Try:
SELECT * FROM myTable WHERE amountOwed!=0.0


这篇关于动态填充数据库中的记录,而无需页面刷新的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆