处理1000条记录 [英] Handling 1000 records

查看:85
本文介绍了处理1000条记录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,


我正在使用C#构建Web应用程序.ASP.NET。我有1000名候选人

,其中我必须被选中。我可以提供的方式是有一个

下拉列表,但我认为下拉列表中的1000条记录是一个hastle。

首先,加载时间然后浏览1000条记录到找到你想要的那个
。任何人都可以建议实现我想要的最佳方式吗?


谢谢


Vivek

Hi There,

I am building a web application.ASP.NET using C#. I have 1000 candidates
out of which I has to be selected. The way I can present is having a
dropdown list but I think 1000 records in drop down list is a hastle.
Firstly, loading time and then surfing through 1000 records to find the one
you want. Can anyone please suggest the best way of achieving what I want?

Thanks

Vivek

推荐答案

你好Vivek,


我会使用可分页网格。
Hello Vivek,

I''d use pageable grid.
你好,

我正在使用C#构建一个Web应用程序.ASP.NET。我有1000名候选人,其中我必须被选中。我可以呈现的方式
是有一个下拉列表,但我认为下拉列表中的1000条记录是一个支柱。首先,加载时间然后浏览1000
记录,找到你想要的那个。任何人都可以建议实现我想要的最佳方式吗?

Vivek
Hi There,

I am building a web application.ASP.NET using C#. I have 1000
candidates out of which I has to be selected. The way I can present
is having a dropdown list but I think 1000 records in drop down list
is a hastle. Firstly, loading time and then surfing through 1000
records to find the one you want. Can anyone please suggest the best
way of achieving what I want?

Thanks

Vivek


Vivek,


正如您所说,您将从1000中选择1名候选人。我认为这将是基于某些标准的选择

。为什么不在

上搜索该标准并显示一个小数字。我说这个的原因是因为即使你实现了一个分页数据网格,用户可能还需要通过多个屏幕导航

才能找到合适的候选者。


问候,


迪帕克

[我的代码,因此我是]


" Vivek Sharma"写道:
Vivek,

As you said that you will be selecting 1 candidate from 1000. I assume that
this selection will be based on some criteria. Why don''t you do a search on
that criteria and display a small number. The reason I say this is because
even if you implement a paging datagrid, the user may still have to navigate
through many screens to find the right candidate.

Regards,

Deepak
[I Code, therefore I am]

"Vivek Sharma" wrote:
您好,

我正在使用C#构建一个Web应用程序.ASP.NET。我有1000名候选人,其中我必须被选中。我可以提供的方式是有一个
下拉列表,但我认为下拉列表中的1000条记录是一个hastle。
首先,加载时间然后浏览1000条记录找到一条
你想。任何人都可以建议实现我想要的最佳方式吗?

Vivek
Hi There,

I am building a web application.ASP.NET using C#. I have 1000 candidates
out of which I has to be selected. The way I can present is having a
dropdown list but I think 1000 records in drop down list is a hastle.
Firstly, loading time and then surfing through 1000 records to find the one
you want. Can anyone please suggest the best way of achieving what I want?

Thanks

Vivek


搜索可分页的网格甚至更好,是吗?它是否会成为范围蔓延?
?呵呵


***通过开发人员指南 http:// www发送.developersdex.com ***

不要只是参加USENET ......获得奖励!
What''s even better would be pageable grid with search, eh? Is it
becoming a scope creep? hehe

*** Sent via Developersdex http://www.developersdex.com ***
Don''t just participate in USENET...get rewarded for it!


这篇关于处理1000条记录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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