Click here to Skip to main content
15,909,445 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: I want to use jquery datatable in asp.net MVC for more than 3000 records Pin
Member 1151413627-Mar-15 16:32
Member 1151413627-Mar-15 16:32 
SuggestionRe: I want to use jquery datatable in asp.net MVC for more than 3000 records Pin
Arkadeep De29-Mar-15 1:47
professionalArkadeep De29-Mar-15 1:47 
GeneralRe: I want to use jquery datatable in asp.net MVC for more than 3000 records Pin
F-ES Sitecore29-Mar-15 6:33
professionalF-ES Sitecore29-Mar-15 6:33 
GeneralRe: I want to use jquery datatable in asp.net MVC for more than 3000 records Pin
Member 1155596129-Mar-15 10:34
Member 1155596129-Mar-15 10:34 
QuestionGenrate PPT without using interop. Pin
ashish_sahir26-Mar-15 0:08
ashish_sahir26-Mar-15 0:08 
AnswerRe: Genrate PPT without using interop. Pin
Richard Deeming26-Mar-15 3:11
mveRichard Deeming26-Mar-15 3:11 
NewsWorking on ASP.NET CI + deployment solution Pin
Alexnader Selishchev25-Mar-15 23:12
Alexnader Selishchev25-Mar-15 23:12 
SuggestionRe: Working on ASP.NET CI + deployment solution Pin
Richard Deeming26-Mar-15 3:08
mveRichard Deeming26-Mar-15 3:08 
GeneralRe: Working on ASP.NET CI + deployment solution Pin
jkirkerx26-Mar-15 12:46
professionaljkirkerx26-Mar-15 12:46 
QuestionGet name of a control in Code behind Pin
indian14325-Mar-15 10:24
indian14325-Mar-15 10:24 
SuggestionRe: Get name of a control in Code behind Pin
ZurdoDev25-Mar-15 11:02
professionalZurdoDev25-Mar-15 11:02 
AnswerRe: Get name of a control in Code behind Pin
Richard Deeming26-Mar-15 3:06
mveRichard Deeming26-Mar-15 3:06 
Questionis asp.net code is same as vb.net (except the declaration) Pin
Member-unknown25-Mar-15 3:36
Member-unknown25-Mar-15 3:36 
AnswerRe: is asp.net code is same as vb.net (except the declaration) Pin
Afzaal Ahmad Zeeshan25-Mar-15 4:07
professionalAfzaal Ahmad Zeeshan25-Mar-15 4:07 
GeneralRe: is asp.net code is same as vb.net (except the declaration) Pin
Member-unknown25-Mar-15 6:37
Member-unknown25-Mar-15 6:37 
GeneralRe: is asp.net code is same as vb.net (except the declaration) Pin
F-ES Sitecore25-Mar-15 7:30
professionalF-ES Sitecore25-Mar-15 7:30 
AnswerRe: is asp.net code is same as vb.net (except the declaration) Pin
Richard Deeming25-Mar-15 8:48
mveRichard Deeming25-Mar-15 8:48 
GeneralRe: is asp.net code is same as vb.net (except the declaration) Pin
ZurdoDev25-Mar-15 11:03
professionalZurdoDev25-Mar-15 11:03 
QuestionASPX How to get the form initiated from OperatePage - actually should be the existing instance Pin
QuickBooksDev24-Mar-15 4:49
QuickBooksDev24-Mar-15 4:49 
AnswerRe: ASPX How to get the form initiated from OperatePage - actually should be the existing instance Pin
F-ES Sitecore24-Mar-15 8:25
professionalF-ES Sitecore24-Mar-15 8:25 
GeneralRe: ASPX How to get the form initiated from OperatePage - actually should be the existing instance Pin
QuickBooksDev24-Mar-15 9:56
QuickBooksDev24-Mar-15 9:56 
GeneralRe: ASPX How to get the form initiated from OperatePage - actually should be the existing instance Pin
F-ES Sitecore24-Mar-15 10:16
professionalF-ES Sitecore24-Mar-15 10:16 
GeneralRe: ASPX How to get the form initiated from OperatePage - actually should be the existing instance Pin
QuickBooksDev25-Mar-15 10:55
QuickBooksDev25-Mar-15 10:55 
GeneralRe: ASPX How to get the form initiated from OperatePage - actually should be the existing instance Pin
F-ES Sitecore25-Mar-15 11:17
professionalF-ES Sitecore25-Mar-15 11:17 
GeneralRe: ASPX How to get the form initiated from OperatePage - actually should be the existing instance Pin
QuickBooksDev26-Mar-15 2:30
QuickBooksDev26-Mar-15 2:30 
I understand that normally you get a server request and one page goes out and that is what I was really hoping to get around somehow.

GetTable does just that. It gets a database table from a Web Service based on form controls and populates a grid. It also writes it to disk for potential downloads.

I was hoping that this technology to update the lblMsg status could be used in other programs for a bunch of similar things.

Putting in some java to keep requesting a chunk might work in this case but in our other programs it would not or at least not easily. In the other programs the code would be much more complex and could not be done in chunks since the processing id dependent upon what it did in the records prior.


My thought is that since there are push technologies out there i.e. Chats do not need a user to push a button to get what other people enter, same for streaming that there must be a way of doing the same in my simple case. I have read about keeping sessions opened, etc. but since I am not a web developer I have a hard time getting my head around it.

As an alternative I was thinking of changing the lblMsg.text to s variable lblMsg_text that perhaps the async methods could just use to populate the real lblMsg.txt via Java. Would there be a way for that to work. I would have to be an instantiated variable since multiple users could be using it.

modified 26-Mar-15 8:58am.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.