Click here to Skip to main content
15,915,788 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: String builder problem Pin
Parwej Ahamad18-Nov-08 18:36
professionalParwej Ahamad18-Nov-08 18:36 
GeneralRe: String builder problem Pin
krishnaveer18-Nov-08 18:58
krishnaveer18-Nov-08 18:58 
GeneralRe: String builder problem Pin
Parwej Ahamad18-Nov-08 19:16
professionalParwej Ahamad18-Nov-08 19:16 
Answer[Message Deleted] Pin
knbinoj5818-Nov-08 18:58
knbinoj5818-Nov-08 18:58 
GeneralRe: String builder problem Pin
krishnaveer18-Nov-08 19:00
krishnaveer18-Nov-08 19:00 
AnswerRe: String builder problem Pin
knbinoj5818-Nov-08 19:00
knbinoj5818-Nov-08 19:00 
GeneralRe: String builder problem Pin
krishnaveer18-Nov-08 19:04
krishnaveer18-Nov-08 19:04 
GeneralRe: String builder problem Pin
krishnaveer18-Nov-08 19:06
krishnaveer18-Nov-08 19:06 
GeneralRe: String builder problem Pin
Guffa18-Nov-08 19:41
Guffa18-Nov-08 19:41 
QuestionDisplaying images and texts in flash from database Pin
VijayVishwakarma18-Nov-08 18:09
VijayVishwakarma18-Nov-08 18:09 
Questionsend message Pin
Rinki Mukheraji18-Nov-08 18:03
Rinki Mukheraji18-Nov-08 18:03 
AnswerRe: send message Pin
Parwej Ahamad18-Nov-08 18:31
professionalParwej Ahamad18-Nov-08 18:31 
AnswerRe: send message Pin
Brij18-Nov-08 18:38
mentorBrij18-Nov-08 18:38 
AnswerRe: send message Pin
Anil Pandey18-Nov-08 19:35
Anil Pandey18-Nov-08 19:35 
QuestionMenu Control is responding slowly in IE7 but working fine in FireFox Pin
sarangpani18-Nov-08 17:57
sarangpani18-Nov-08 17:57 
Questionselect button in gridview to populate textbox controls in new form (using linq to sql) Pin
Member 141625418-Nov-08 14:11
Member 141625418-Nov-08 14:11 
Questionmy detailsview dissappears Pin
learningman18-Nov-08 10:30
learningman18-Nov-08 10:30 
QuestionScroll panel to bottom Pin
jzonthemtn18-Nov-08 8:04
jzonthemtn18-Nov-08 8:04 
AnswerRe: Scroll panel to bottom Pin
jzonthemtn18-Nov-08 8:27
jzonthemtn18-Nov-08 8:27 
AnswerRe: Scroll panel to bottom Pin
Christian Graus18-Nov-08 9:04
protectorChristian Graus18-Nov-08 9:04 
GeneralRe: Scroll panel to bottom Pin
jzonthemtn18-Nov-08 11:13
jzonthemtn18-Nov-08 11:13 
GeneralRe: Scroll panel to bottom Pin
Christian Graus18-Nov-08 11:46
protectorChristian Graus18-Nov-08 11:46 
GeneralRe: Scroll panel to bottom Pin
jzonthemtn18-Nov-08 11:54
jzonthemtn18-Nov-08 11:54 
QuestionCheckBoxList and PostBack Pin
Ahmed Galal18-Nov-08 7:26
Ahmed Galal18-Nov-08 7:26 
AnswerRe: CheckBoxList and PostBack Pin
ToddHileHoffer18-Nov-08 7:41
ToddHileHoffer18-Nov-08 7:41 
The checkboxlist data should remain even after a post back as long as you are not rebinding the DataList.

Any changes you make via javascript will be undone after a postback because the page will re-render the original html of the control.

One trick around this is to set the value of hidden fields in javascript and then during the postback check those hidden fields and do the same work with server side code that you did with javascript.


I didn't get any requirements for the signature


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.