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

ASP.NET

 
AnswerRe: How to add gridview to placeholder Pin
Cybernate24-Mar-09 10:18
Cybernate24-Mar-09 10:18 
GeneralRe: How to add gridview to placeholder Pin
scjsb25-Mar-09 3:12
scjsb25-Mar-09 3:12 
QuestionStandard pattern for updating a tab in one click? Pin
alex3_1424-Mar-09 6:50
alex3_1424-Mar-09 6:50 
AnswerRe: Standard pattern for updating a tab in one click? Pin
fred_24-Mar-09 9:51
fred_24-Mar-09 9:51 
QuestionRe: Standard pattern for updating a tab in one click? Pin
alex3_1424-Mar-09 22:22
alex3_1424-Mar-09 22:22 
AnswerRe: Standard pattern for updating a tab in one click? [modified] Pin
fred_25-Mar-09 2:51
fred_25-Mar-09 2:51 
QuestionRe: Standard pattern for updating a tab in one click? Pin
alex3_1425-Mar-09 3:52
alex3_1425-Mar-09 3:52 
GeneralRe: Standard pattern for updating a tab in one click? Pin
fred_25-Mar-09 3:57
fred_25-Mar-09 3:57 
make sure the tab is part of the ajax update. Make the changes in the onclick event. Is the tab in a update panel that is updated by the button? If not your changes will not be visible until another postback occurs. On sucessful execution of a ajax call, only items in the panel for that update change on the client. The server side viewstate however is updated with all changes. When a 2nd post back occurs, the changes from the viewstate end up showing on the client. I don't know how to be more specific.
GeneralRe: Standard pattern for updating a tab in one click? Pin
alex3_1425-Mar-09 4:35
alex3_1425-Mar-09 4:35 
QuestionTextChange Event on a collection of textboxes [modified] Pin
Ragonastick24-Mar-09 5:46
Ragonastick24-Mar-09 5:46 
AnswerRe: TextChange Event on a collection of textboxes Pin
Milind R Chavan24-Mar-09 6:11
Milind R Chavan24-Mar-09 6:11 
AnswerRe: TextChange Event on a collection of textboxes Pin
jokerkachotabhai24-Mar-09 9:12
jokerkachotabhai24-Mar-09 9:12 
QuestionPopulate dynamic data on mouse hover Pin
nainakarri24-Mar-09 5:42
nainakarri24-Mar-09 5:42 
AnswerRe: Populate dynamic data on mouse hover Pin
Milind R Chavan24-Mar-09 6:20
Milind R Chavan24-Mar-09 6:20 
GeneralRe: Populate dynamic data on mouse hover Pin
nainakarri24-Mar-09 6:42
nainakarri24-Mar-09 6:42 
AnswerRe: Populate dynamic data on mouse hover Pin
Milind R Chavan24-Mar-09 7:01
Milind R Chavan24-Mar-09 7:01 
QuestionMailbox unavailable exception plz help!!! Pin
jokerkachotabhai24-Mar-09 5:13
jokerkachotabhai24-Mar-09 5:13 
AnswerRe: Mailbox unavailable exception plz help!!! Pin
vinodkrebc25-Mar-09 0:26
vinodkrebc25-Mar-09 0:26 
Questionhow to enable AutoGenerateDeleteButton on only specific rows of a gridview depending on the value of data key in C# Pin
jokerkachotabhai24-Mar-09 5:05
jokerkachotabhai24-Mar-09 5:05 
AnswerRe: how to enable AutoGenerateDeleteButton on only specific rows of a gridview depending on the value of data key in C# Pin
nainakarri24-Mar-09 6:08
nainakarri24-Mar-09 6:08 
GeneralRe: how to enable AutoGenerateDeleteButton on only specific rows of a gridview depending on the value of data key in C# Pin
jokerkachotabhai24-Mar-09 8:57
jokerkachotabhai24-Mar-09 8:57 
GeneralRe: how to enable AutoGenerateDeleteButton on only specific rows of a gridview depending on the value of data key in C# Pin
vinodkrebc25-Mar-09 0:28
vinodkrebc25-Mar-09 0:28 
QuestionApplicxation form Pin
Bataineh24-Mar-09 3:59
Bataineh24-Mar-09 3:59 
AnswerRe: Applicxation form Pin
Milind R Chavan24-Mar-09 4:20
Milind R Chavan24-Mar-09 4:20 
AnswerRe: Applicxation form Pin
Abhijit Jana24-Mar-09 4:29
professionalAbhijit Jana24-Mar-09 4: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.