Click here to Skip to main content
15,906,626 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: purpose <input type="hidden" part in asp_guest Pin
Tirthadip26-Jun-06 19:38
Tirthadip26-Jun-06 19:38 
QuestionUser authentication using Webservices Pin
Filipe Peixinho26-Jun-06 7:57
Filipe Peixinho26-Jun-06 7:57 
Questionasp.net - crystal report Pin
hari@harikrishnan26-Jun-06 7:42
hari@harikrishnan26-Jun-06 7:42 
QuestionCan no longer debug my project. Pin
Goalie3526-Jun-06 7:35
Goalie3526-Jun-06 7:35 
AnswerRe: Can no longer debug my project. Pin
swilly126-Jun-06 8:54
swilly126-Jun-06 8:54 
GeneralRe: Can no longer debug my project. Pin
Goalie3526-Jun-06 9:08
Goalie3526-Jun-06 9:08 
Questionproblem with RegisterClientScriptBlock Pin
ToddNeal26-Jun-06 7:32
ToddNeal26-Jun-06 7:32 
AnswerRe: problem with RegisterClientScriptBlock Pin
Guffa26-Jun-06 8:21
Guffa26-Jun-06 8:21 
If you run code from a block created with RegisterClientScriptBlock, the code will run while the page is loading. The only things that are available at this time is in the code above the script.

There are three possible reasons why the postback doesn't work:

:: The function for callback hasn't been written to the page yet.

:: The form fields used by the callback hasn't been written to the page yet.

:: The form is not fully loaded, so it can't be posted.

I don't know exactly which of those three that is the actual reason. Either way, the reason that it doesn't work is that you are trying to make the postback before the page is complete.


---
b { font-weight: normal; }

QuestionAdrotator in ASP.net Pin
ravindradonkada26-Jun-06 7:18
ravindradonkada26-Jun-06 7:18 
AnswerRe: Adrotator in ASP.net Pin
Sushant Duggal27-Jun-06 0:23
Sushant Duggal27-Jun-06 0:23 
QuestionHow to keep Track of Updates..! Pin
wEb GuRu...26-Jun-06 6:30
wEb GuRu...26-Jun-06 6:30 
AnswerRe: How to keep Track of Updates..! Pin
Hain Kurt26-Jun-06 7:34
Hain Kurt26-Jun-06 7:34 
GeneralRe: How to keep Track of Updates..! Pin
wEb GuRu...26-Jun-06 7:38
wEb GuRu...26-Jun-06 7:38 
QuestionWeb Parts Personalization Pin
Chris McGlothen26-Jun-06 5:57
Chris McGlothen26-Jun-06 5:57 
QuestionQuestion on Dynamic Controls on a UserControl in ASP.NET Pin
OrbitalThread26-Jun-06 5:35
OrbitalThread26-Jun-06 5:35 
AnswerRe: Question on Dynamic Controls on a UserControl in ASP.NET Pin
Paddy Boyd26-Jun-06 6:12
Paddy Boyd26-Jun-06 6:12 
QuestionFree open source Rich Text Editor Pin
NaNg1524126-Jun-06 5:31
NaNg1524126-Jun-06 5:31 
AnswerRe: Free open source Rich Text Editor Pin
swilly126-Jun-06 7:52
swilly126-Jun-06 7:52 
QuestionAdding a new row to a datagrid issue Pin
leckey26-Jun-06 5:13
leckey26-Jun-06 5:13 
AnswerRe: Adding a new row to a datagrid issue Pin
Tirthadip26-Jun-06 23:58
Tirthadip26-Jun-06 23:58 
QuestionError while calling javascript from asp.net web page Pin
Sandeep Akhare26-Jun-06 5:06
Sandeep Akhare26-Jun-06 5:06 
Question[ASP.net v2] [C#] Treeview .... Pin
lio5526-Jun-06 5:00
lio5526-Jun-06 5:00 
AnswerRe: [ASP.net v2] [C#] Treeview .... Pin
Hain Kurt26-Jun-06 7:30
Hain Kurt26-Jun-06 7:30 
Questionpointing to an asp file from an iFrame in asp.net page Pin
Grapes-R-Fun26-Jun-06 4:52
Grapes-R-Fun26-Jun-06 4:52 
QuestionDatagrid Pin
klkum26-Jun-06 4:48
klkum26-Jun-06 4:48 

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.