Click here to Skip to main content
15,899,313 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: wizard contol Pin
UD(IA)18-Aug-08 2:20
UD(IA)18-Aug-08 2:20 
GeneralRe: wizard contol Pin
sumit703418-Aug-08 2:27
sumit703418-Aug-08 2:27 
GeneralRe: wizard contol Pin
UD(IA)18-Aug-08 2:45
UD(IA)18-Aug-08 2:45 
GeneralRe: wizard contol Pin
sumit703418-Aug-08 20:01
sumit703418-Aug-08 20:01 
Questionafter include updatepanel page getting postback ..., Pin
Member 387988118-Aug-08 1:37
Member 387988118-Aug-08 1:37 
AnswerRe: after include updatepanel page getting postback ..., Pin
SomeGuyThatIsMe18-Aug-08 2:06
SomeGuyThatIsMe18-Aug-08 2:06 
GeneralRe: after include updatepanel page getting postback ..., Pin
Member 387988118-Aug-08 2:10
Member 387988118-Aug-08 2:10 
GeneralRe: after include updatepanel page getting postback ..., Pin
SomeGuyThatIsMe18-Aug-08 2:37
SomeGuyThatIsMe18-Aug-08 2:37 
if you did the "Convert to Web Application" button in the context menu of the project, you "should" have all necessary web config enteries. if its not firing the update panel, you may need to set the triggers for it, and have a script manager on the page with all ajax controls inside a div tag under it i.e.

<ajax:scriptmanager runat="server" xmlns:ajax="#unknown">
     <div>
... your stuff here(can be whole page)
</div>
</ajax:scriptmanager>


the div part took me a few minutes to figure out the first time. and i believe the script manager has to be in a runat=server form, just like any other server control.

Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

QuestionInvalid postback or callback argument Pin
pbbhatt18-Aug-08 1:08
pbbhatt18-Aug-08 1:08 
AnswerRe: Invalid postback or callback argument Pin
Christian Graus18-Aug-08 1:32
protectorChristian Graus18-Aug-08 1:32 
AnswerRe: Invalid postback or callback argument Pin
AhsanS18-Aug-08 2:02
AhsanS18-Aug-08 2:02 
AnswerRe: Invalid postback or callback argument Pin
N a v a n e e t h18-Aug-08 2:08
N a v a n e e t h18-Aug-08 2:08 
QuestionList box value Pin
Mogha Ritesh18-Aug-08 0:26
Mogha Ritesh18-Aug-08 0:26 
AnswerRe: List box value Pin
Manas Bhardwaj18-Aug-08 0:27
professionalManas Bhardwaj18-Aug-08 0:27 
AnswerRe: List box value Pin
The Web Developer18-Aug-08 0:38
The Web Developer18-Aug-08 0:38 
AnswerRe: List box value Pin
UD(IA)18-Aug-08 3:26
UD(IA)18-Aug-08 3:26 
QuestionUserControl Pin
danasegaranea17-Aug-08 22:57
danasegaranea17-Aug-08 22:57 
AnswerRe: UserControl Pin
N a v a n e e t h17-Aug-08 23:45
N a v a n e e t h17-Aug-08 23:45 
GeneralRe: UserControl Pin
danasegaranea18-Aug-08 1:42
danasegaranea18-Aug-08 1:42 
GeneralRe: UserControl Pin
N a v a n e e t h18-Aug-08 1:58
N a v a n e e t h18-Aug-08 1:58 
GeneralRe: UserControl Pin
danasegaranea18-Aug-08 2:14
danasegaranea18-Aug-08 2:14 
GeneralRe: UserControl Pin
N a v a n e e t h18-Aug-08 2:43
N a v a n e e t h18-Aug-08 2:43 
GeneralRe: UserControl Pin
danasegaranea18-Aug-08 2:55
danasegaranea18-Aug-08 2:55 
GeneralRe: UserControl Pin
N a v a n e e t h18-Aug-08 3:05
N a v a n e e t h18-Aug-08 3:05 
AnswerRe: UserControl Pin
Mogha Ritesh18-Aug-08 0:29
Mogha Ritesh18-Aug-08 0:29 

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.