Click here to Skip to main content
16,006,605 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to add Service Reference in ASP.NET Pin
eyeseetee11-Jun-08 23:32
eyeseetee11-Jun-08 23:32 
AnswerRe: how to add Service Reference in ASP.NET Pin
Parwej Ahamad11-Jun-08 23:33
professionalParwej Ahamad11-Jun-08 23:33 
GeneralRe: how to add Service Reference in ASP.NET Pin
samrat.net11-Jun-08 23:40
samrat.net11-Jun-08 23:40 
GeneralRe: how to add Service Reference in ASP.NET Pin
Parwej Ahamad11-Jun-08 23:54
professionalParwej Ahamad11-Jun-08 23:54 
QuestionShow an X in a checkbox..... Pin
eyeseetee11-Jun-08 23:02
eyeseetee11-Jun-08 23:02 
AnswerRe: Show an X in a checkbox..... Pin
Imran Khan Pathan11-Jun-08 23:12
Imran Khan Pathan11-Jun-08 23:12 
GeneralRe: Show an X in a checkbox..... Pin
eyeseetee11-Jun-08 23:30
eyeseetee11-Jun-08 23:30 
QuestionAsynchronous paging Pin
joeyjaws11-Jun-08 22:32
joeyjaws11-Jun-08 22:32 
Hello everyone,

I have an ASP.Net web application that is using Asynchronous paging. I have checkboxes on it, the value of each checkboxes are IP addresses. If a user has checked all checkboxes then the program will collect all IP address. The program works fine if a user only check 1 checkbox only, the most complicated part when a user checks multiple checkboxes. The reason why I am using checkbox control is because I am collecting data that are came from different SQL server thru the IP addresses of checkboxes, and merge all data using dataset if a user checks multiple checkboxes. I will show you my code:

Session("IpAddrs1") = "Server=" & chkHallList.Items(0).Value & ";" & strHallCon -> (used for initializing connection string depending on checkbox value)
Dim task1 As New AsyncTasks.Tasks()
Dim asyncTask1 As New PageAsyncTask(AddressOf task1.OnBegin1, _
AddressOf task1.OnEnd1, _
AddressOf task1.OnTimeout1, _
"AsyncTask1", _
True)
Page.RegisterAsyncTask(asyncTask1)
Page.ExecuteRegisteredAsyncTasks()

Above codes are only used if there is 1 IP address, my problem is how can I enhance my program that can use multiple Asycnrhonous tasks? Would that be possible? I know that we can use multiple Asynchronous processing, but how can I do that dynamically?

Thanks in advance.
AnswerRe: Asynchronous paging Pin
eyeseetee11-Jun-08 22:39
eyeseetee11-Jun-08 22:39 
GeneralRe: Asynchronous paging Pin
joeyjaws11-Jun-08 22:55
joeyjaws11-Jun-08 22:55 
GeneralRe: Asynchronous paging Pin
eyeseetee11-Jun-08 23:02
eyeseetee11-Jun-08 23:02 
GeneralRe: Asynchronous paging Pin
joeyjaws11-Jun-08 23:18
joeyjaws11-Jun-08 23:18 
Questionddl text Pin
trilokharry11-Jun-08 22:10
trilokharry11-Jun-08 22:10 
AnswerRe: ddl text Pin
Venkatesh Mookkan11-Jun-08 22:33
Venkatesh Mookkan11-Jun-08 22:33 
GeneralRe: ddl text Pin
trilokharry11-Jun-08 22:41
trilokharry11-Jun-08 22:41 
GeneralRe: ddl text Pin
Venkatesh Mookkan11-Jun-08 22:44
Venkatesh Mookkan11-Jun-08 22:44 
GeneralRe: ddl text Pin
Imran Khan Pathan11-Jun-08 23:34
Imran Khan Pathan11-Jun-08 23:34 
AnswerRe: ddl text [modified] Pin
Imran Khan Pathan11-Jun-08 23:22
Imran Khan Pathan11-Jun-08 23:22 
QuestionCustomized setup icon. Pin
Dotnetkanna11-Jun-08 21:37
Dotnetkanna11-Jun-08 21:37 
AnswerRe: Customized setup icon. Pin
eyeseetee11-Jun-08 22:42
eyeseetee11-Jun-08 22:42 
GeneralRe: Customized setup icon. Pin
Dotnetkanna11-Jun-08 22:59
Dotnetkanna11-Jun-08 22:59 
GeneralRe: Customized setup icon. Pin
eyeseetee11-Jun-08 23:05
eyeseetee11-Jun-08 23:05 
GeneralRe: Customized setup icon. Pin
Dotnetkanna11-Jun-08 23:14
Dotnetkanna11-Jun-08 23:14 
GeneralRe: Customized setup icon. Pin
eyeseetee11-Jun-08 23:27
eyeseetee11-Jun-08 23:27 
Questionupdate panel Javascript probs Pin
Member 387988111-Jun-08 20:39
Member 387988111-Jun-08 20:39 

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.