Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jun 04, 2012 01:34 PM by bruce (sqlwork.com)
Member
169 Points
175 Posts
May 09, 2012 06:47 PM|LINK
Hello,
I am using asp.net 4 C#
I have gridview and a button, Gridview contains some columns and checkbox(es) for each row
i have some code on button click, which does send an email to all checked users
I want to show progressbar as modal popup on button click, which display like sent email from total selected emails as loops iterates
suppose, i have selected 120 rows, it should display
like 1/120 so on.......
how can i get ?
Please help me out
Regards,
738 Points
145 Posts
May 15, 2012 02:45 AM|LINK
hello,
you can use third party tool ( Chilkat.net )
http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/65330f00-ce79-4533-bfec-cd0b5010b736
Jun 04, 2012 08:46 AM|LINK
I think whatever you suggested, i appreciate your effortm but that is for windows application not for web
as i mentioned in my post i have Gridview, So you cant have gridview in Window app.
So,I want for web application
All-Star
36836 Points
5443 Posts
Jun 04, 2012 01:34 PM|LINK
you need to use comet (long polling or server push) to do this. google the terms and code or pick a library. look at signalr for .net version.
asifbhura
Member
169 Points
175 Posts
how to show progressbar as ...
May 09, 2012 06:47 PM|LINK
Hello,
I am using asp.net 4 C#
I have gridview and a button, Gridview contains some columns and checkbox(es) for each row
i have some code on button click, which does send an email to all checked users
I want to show progressbar as modal popup on button click, which display like sent email from total selected emails as loops iterates
suppose, i have selected 120 rows, it should display
like 1/120 so on.......
how can i get ?
Please help me out
Regards,
wangping8271...
Member
738 Points
145 Posts
Re: how to show progressbar as ...
May 15, 2012 02:45 AM|LINK
hello,
you can use third party tool ( Chilkat.net )
http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/65330f00-ce79-4533-bfec-cd0b5010b736
asifbhura
Member
169 Points
175 Posts
Re: how to show progressbar as ...
Jun 04, 2012 08:46 AM|LINK
I think whatever you suggested, i appreciate your effortm but that is for windows application not for web
as i mentioned in my post i have Gridview, So you cant have gridview in Window app.
So,I want for web application
bruce (sqlwo...
All-Star
36836 Points
5443 Posts
Re: how to show progressbar as ...
Jun 04, 2012 01:34 PM|LINK
you need to use comet (long polling or server push) to do this. google the terms and code or pick a library. look at signalr for .net version.