Click here to Skip to main content
15,905,028 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Security issue Pin
arslanjatt9-Apr-08 23:13
arslanjatt9-Apr-08 23:13 
GeneralRe: Security issue Pin
eyeseetee9-Apr-08 23:35
eyeseetee9-Apr-08 23:35 
Questionhow i populate Ajax Autocomplte on image button click Pin
pekhaleyogesh9-Apr-08 21:35
pekhaleyogesh9-Apr-08 21:35 
AnswerRe: how i populate Ajax Autocomplte on image button click Pin
eyeseetee9-Apr-08 21:44
eyeseetee9-Apr-08 21:44 
GeneralRe: how i populate Ajax Autocomplte on image button click Pin
pekhaleyogesh9-Apr-08 22:11
pekhaleyogesh9-Apr-08 22:11 
QuestionAsynchronous page loading Pin
Christian Wikander9-Apr-08 21:29
Christian Wikander9-Apr-08 21:29 
GeneralRe: Asynchronous page loading Pin
eyeseetee9-Apr-08 21:41
eyeseetee9-Apr-08 21:41 
AnswerRe: Asynchronous page loading Pin
Christian Wikander9-Apr-08 23:44
Christian Wikander9-Apr-08 23:44 
Stubborn as I am, I found a solution. If you want to try it I will give you a brief description of the setup.

I have an UpdatePanel with the slow-loading content. Set Visible = false on the slow-loading content and make sure that it's not visible and that page is loading fast. If you have trouble making the content invisible, or if it consists of several components, put the content on a Panel and make the Panel invisible.

Add a second UpdatePanel with an AJAX timer. Set Interval = 1 on the timer. Add a Tick event handler to the timer that sets the Interval to a higher value or disable the timer all together if you don't want to update the content regularly. Also make the slow-loading content visible.

Your page will load and will immediately trigger an update which will force the slow-loading content to load asynchronously.
GeneralRe: Asynchronous page loading Pin
eyeseetee10-Apr-08 1:20
eyeseetee10-Apr-08 1:20 
Questionhow can i run web app after obfuscation Pin
akhilesh_bhale19069-Apr-08 21:10
akhilesh_bhale19069-Apr-08 21:10 
AnswerRe: how can i run web app after obfuscation Pin
Gamzun27-Jul-09 23:24
Gamzun27-Jul-09 23:24 
QuestionAdd new row on button click in gridview Pin
Ankit At Codeproject9-Apr-08 20:56
Ankit At Codeproject9-Apr-08 20:56 
GeneralRe: Add new row on button click in gridview Pin
N a v a n e e t h9-Apr-08 21:14
N a v a n e e t h9-Apr-08 21:14 
QuestionRe: Add new row on button click in gridview Pin
Ankit At Codeproject9-Apr-08 21:48
Ankit At Codeproject9-Apr-08 21:48 
GeneralRe: Add new row on button click in gridview Pin
N a v a n e e t h9-Apr-08 22:25
N a v a n e e t h9-Apr-08 22:25 
QuestionRe: Add new row on button click in gridview Pin
Ankit At Codeproject9-Apr-08 23:48
Ankit At Codeproject9-Apr-08 23:48 
GeneralDelete Row from Grid Pin
sjs4u9-Apr-08 20:35
sjs4u9-Apr-08 20:35 
GeneralRe: Delete Row from Grid Pin
tomwilliams9-Apr-08 21:12
tomwilliams9-Apr-08 21:12 
GeneralRe: Delete Row from Grid Pin
eyeseetee9-Apr-08 21:31
eyeseetee9-Apr-08 21:31 
QuestionKeyboard Wedge Barcode Scanner - Capture postback Pin
tomwilliams9-Apr-08 20:20
tomwilliams9-Apr-08 20:20 
GeneralFileupload control in Gridview Pin
Satish - Developer9-Apr-08 18:41
Satish - Developer9-Apr-08 18:41 
GeneralRe: Fileupload control in Gridview Pin
N a v a n e e t h9-Apr-08 21:12
N a v a n e e t h9-Apr-08 21:12 
GeneralRe: Fileupload control in Gridview Pin
Herman<T>.Instance10-Apr-08 4:00
Herman<T>.Instance10-Apr-08 4:00 
GeneralPoint web service client through local proxy (SoapUI Tool) Pin
rotsey9-Apr-08 16:57
rotsey9-Apr-08 16:57 
QuestionGridview columns Pin
Learning9-Apr-08 16:02
Learning9-Apr-08 16:02 

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.