Click here to Skip to main content
15,923,557 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHelp Pin
laxman sindh18-Jul-12 5:12
laxman sindh18-Jul-12 5:12 
AnswerRe: Help Pin
Sandeep Mewara18-Jul-12 9:28
mveSandeep Mewara18-Jul-12 9:28 
GeneralProblem saving file to MySQL Pin
Jassim Rahma18-Jul-12 3:35
Jassim Rahma18-Jul-12 3:35 
GeneralRe: Problem saving file to MySQL Pin
Bernhard Hiller18-Jul-12 21:54
Bernhard Hiller18-Jul-12 21:54 
GeneralRe: Problem saving file to MySQL Pin
Jassim Rahma19-Jul-12 8:47
Jassim Rahma19-Jul-12 8:47 
QuestionPartialUpdatePanel with Dynamic UserControls Pin
vishnukamath18-Jul-12 2:36
vishnukamath18-Jul-12 2:36 
AnswerRe: PartialUpdatePanel with Dynamic UserControls Pin
Sandeep Mewara18-Jul-12 9:33
mveSandeep Mewara18-Jul-12 9:33 
AnswerRe: PartialUpdatePanel with Dynamic UserControls Pin
jkirkerx18-Jul-12 10:50
professionaljkirkerx18-Jul-12 10:50 
vishnukamath wrote:
can we load user controls one by one

You really can't load each control one by one, unless you made separate calls to the server and asked for each control 1 at a time.

All you can do is create a container to hold your dynamic controls, and update the container in either a single request to the server, or multiple requests to the server.
vishnukamath wrote:
with loading image

In either case, javascript is required to alter the elements in the DOM, and when Javascript makes a change to the DOM, it rams the script through with complete disregard to any order or timing you wish to achieve, unless you add painting events to the script.
vishnukamath wrote:
we have found below link for asynchronous loading.Please suggest me better way.

I inspected the link you provided, and it looks like a good solution. I don't see the problem with trying it out, unless the article was too complicated for you and your looking for something easier.

The only better way I can think of is the way Code Project does it. But if you have to ask how to do it, then I think ....
GeneralHow do I handle wrongly suffixed url of webpages? Pin
Ravi Sant18-Jul-12 1:47
Ravi Sant18-Jul-12 1:47 
AnswerRe: How do I handle wrongly suffixed url of webpages? Pin
Eddy Vluggen18-Jul-12 3:23
professionalEddy Vluggen18-Jul-12 3:23 
GeneralRe: How do I handle wrongly suffixed url of webpages? Pin
Ravi Sant19-Jul-12 9:46
Ravi Sant19-Jul-12 9:46 
GeneralRe: How do I handle wrongly suffixed url of webpages? Pin
ashjassi17-Aug-12 2:58
ashjassi17-Aug-12 2:58 
QuestionCreating a dynamic Survey Form from a database Pin
GStar99917-Jul-12 8:18
GStar99917-Jul-12 8:18 
AnswerRe: Creating a dynamic Survey Form from a database Pin
Christian Graus17-Jul-12 17:38
protectorChristian Graus17-Jul-12 17:38 
QuestionHow to Implement Virtual scroll grid view with fix header Pin
sumB17-Jul-12 5:12
sumB17-Jul-12 5:12 
AnswerRe: How to Implement Virtual scroll grid view with fix header Pin
Christian Graus17-Jul-12 17:39
protectorChristian Graus17-Jul-12 17:39 
GeneralUsing CKeditor (fck) with ASP.NET Pin
murad_3517-Jul-12 4:52
murad_3517-Jul-12 4:52 
GeneralRe: Using CKeditor (fck) with ASP.NET Pin
R. Giskard Reventlov17-Jul-12 5:35
R. Giskard Reventlov17-Jul-12 5:35 
GeneralRe: Using CKeditor (fck) with ASP.NET Pin
murad_3517-Jul-12 5:46
murad_3517-Jul-12 5:46 
GeneralRe: Using CKeditor (fck) with ASP.NET Pin
jkirkerx17-Jul-12 6:59
professionaljkirkerx17-Jul-12 6:59 
GeneralRe: Using CKeditor (fck) with ASP.NET Pin
murad_3517-Jul-12 11:51
murad_3517-Jul-12 11:51 
Generalaspx pages are webforms Pin
jkirkerx17-Jul-12 12:53
professionaljkirkerx17-Jul-12 12:53 
Generalasp.net using iis express Pin
dcof17-Jul-12 4:00
dcof17-Jul-12 4:00 
GeneralRe: asp.net using iis express Pin
R. Giskard Reventlov17-Jul-12 5:41
R. Giskard Reventlov17-Jul-12 5:41 
Questioncheckbox select particular row from gridview1 Pin
siddiqui_198517-Jul-12 0:57
siddiqui_198517-Jul-12 0:57 

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.