Click here to Skip to main content
15,920,031 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Pop-Up & Chatting Pin
Christian Graus5-Apr-09 10:23
protectorChristian Graus5-Apr-09 10:23 
AnswerRe: Pop-Up & Chatting Pin
Abhijit Jana5-Apr-09 19:15
professionalAbhijit Jana5-Apr-09 19:15 
QuestionCSS, Hyperlinks and SiteMapPath Control Pin
Unsy5-Apr-09 8:44
Unsy5-Apr-09 8:44 
AnswerRe: CSS, Hyperlinks and SiteMapPath Control Pin
Alok Sharma ji5-Apr-09 15:50
Alok Sharma ji5-Apr-09 15:50 
GeneralASP.NET ADO.NET C# How to Shopping Cart Pin
auisuke5-Apr-09 6:11
auisuke5-Apr-09 6:11 
GeneralRe: ASP.NET ADO.NET C# How to Shopping Cart Pin
Yusuf5-Apr-09 6:32
Yusuf5-Apr-09 6:32 
QuestionHow to make asp.net control attribute update from javascript persistent? Pin
hardboy1115-Apr-09 5:30
hardboy1115-Apr-09 5:30 
AnswerRe: How to make asp.net control attribute update from javascript persistent? Pin
Yusuf5-Apr-09 6:41
Yusuf5-Apr-09 6:41 
There are several ways you can handle this. Let me give you two sets

1. When you calculate the height of control, hold to the value in hidden field. Then on post back after you done what ever you need to do, set the control height based on the hidden field value. This will always match to your last calculation.

2. You can use Sys.WebForms.EndRequestEventArgs. This event will get fired at the end of updatepanel successful update. There you can set the control size. see here[^]

Yusuf

Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]

AnswerRe: How to make asp.net control attribute update from javascript persistent? Pin
Alok Sharma ji5-Apr-09 15:28
Alok Sharma ji5-Apr-09 15:28 
QuestionServer Error in '/' Application. Pin
prasadbuddhika5-Apr-09 4:49
prasadbuddhika5-Apr-09 4:49 
AnswerRe: Server Error in '/' Application. Pin
N a v a n e e t h5-Apr-09 5:01
N a v a n e e t h5-Apr-09 5:01 
GeneralRe: Server Error in '/' Application. Pin
prasadbuddhika5-Apr-09 5:06
prasadbuddhika5-Apr-09 5:06 
AnswerRe: Server Error in '/' Application. Pin
Yusuf5-Apr-09 5:25
Yusuf5-Apr-09 5:25 
GeneralRe: Server Error in '/' Application. Pin
prasadbuddhika5-Apr-09 5:36
prasadbuddhika5-Apr-09 5:36 
GeneralRe: Server Error in '/' Application. Pin
Yusuf5-Apr-09 5:41
Yusuf5-Apr-09 5:41 
Questionproblem when i host the site Pin
prasadbuddhika5-Apr-09 3:48
prasadbuddhika5-Apr-09 3:48 
AnswerRe: problem when i host the site Pin
N a v a n e e t h5-Apr-09 4:07
N a v a n e e t h5-Apr-09 4:07 
GeneralRe: problem when i host the site Pin
prasadbuddhika5-Apr-09 4:44
prasadbuddhika5-Apr-09 4:44 
Questioncode for login and logout button Pin
Nitinpro5-Apr-09 3:42
Nitinpro5-Apr-09 3:42 
AnswerRe: code for login and logout button Pin
N a v a n e e t h5-Apr-09 4:05
N a v a n e e t h5-Apr-09 4:05 
AnswerRe: code for login and logout button Pin
Yusuf5-Apr-09 6:43
Yusuf5-Apr-09 6:43 
GeneralRe: code for login and logout button Pin
Alok Sharma ji5-Apr-09 15:38
Alok Sharma ji5-Apr-09 15:38 
GeneralRe: code for login and logout button Pin
Alok Sharma ji5-Apr-09 15:52
Alok Sharma ji5-Apr-09 15:52 
QuestionCustomize Report viewer control Pin
mehrdadc485-Apr-09 1:59
mehrdadc485-Apr-09 1:59 
AnswerRe: Customize Report viewer control Pin
Yusuf5-Apr-09 5:28
Yusuf5-Apr-09 5:28 

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.