Alison

1,275
reputation
139 views

Registered User

name Alison
member for 1 year
seen 4 hours ago
website
location Beijing, China
age 33
C#/VB .NET Developer with a focus on dynamic communication solutions.
1d
answered Changing RadCombobox Font Color when Disabled in ASP.NET
1d
comment Changing RadCombobox Font Color when Disabled in ASP.NET
How are you disabling the radcombobox? On the server or on the client?
1d
answered Why does Visible=’<%#false%>’ work on a GridView but not label?
Dec
15
answered (rsErrorOpeningConnection) Could not obtain information about Windows NT group/user
Dec
14
comment JQuery: Will performance and download file size improve, etc…
This question is taking up space that could be better utilized by talking about our favorite programming music or which desk is best for alleviating eye strain. I'm sure no one is interested in jQuery performance enhancements or compatibility issues. Yes, the question has no definite answer and is certainly subject to change but if we close this answer then all questions about alpha/beta releases of any product should be closed. Whoever voted to close this should think long and hard about their actions and whether or not this was the best way to handle the situation.
Dec
12
awarded  Popular Question
Dec
8
comment Best practice for implementing Nested GridView up to 4 levels?
Will there always be exactly 4 levels or will some have less?
Nov
16
comment Show hide div using codebehind
If the div receives the runat="server" attribute and its visibility is set to false then it will not be rendered on the page and not accessible by JavaScript (which looks like it might be necessary). RegisterStartupScript is definitely worth a shot.
Nov
13
awarded  Popular Question
Nov
13
answered Linq to SQL insert/select foreign/primary records
Nov
13
answered How to Add script codes before the </body> tag ASP.NET
Nov
7
awarded  Citizen Patrol
Nov
5
awarded  Self-Learner
Nov
4
answered Best tools for creating website wireframes
Oct
30
revised How do I set a table background programmatically while running an asp.net page?
Add code to edit styles
Oct
30
comment How do I set a table background programmatically while running an asp.net page?
Can you show us the code in rdoStatus_OnSelectionChanged?
Oct
29
answered How do I set a table background programmatically while running an asp.net page?
Oct
25
answered Control Cache In asp.net
Oct
21
answered multiple webrequests asynchronously in asp.net?
Oct
20
revised Embedded images in HTML email not displaying on mobile phones
Updated code sample
Oct
6
revised Embedded images in HTML email not displaying on mobile phones
edited tags
Oct
5
awarded  Commentator
Oct
5
revised Embedded images in HTML email not displaying on mobile phones
Included tag to specify asp.net
Oct
5
comment Embedded images in HTML email not displaying on mobile phones
No, that's not the case for embedded images. The images arrive at the client with the images already attached. Users will not be requested by their clients to download the images. That's one of the benefits of embedding. Everything works beautifully and just how you would want it to and spam protection doesn't come into play.
Oct
5
accepted Access 2007: How can I get the onclick event of a Treeview checkbox?
Oct
5
asked Embedded images in HTML email not displaying on mobile phones
Sep
21
comment Trim string to length ignoring HTML.
What happens if you have a table as part of your html? Your code wouldn't trim the string in the middle of a <td> tag but it might trim the string before the <td> tag is closed.
Sep
17
awarded  Notable Question
Sep
15
answered Fastest way to populate dropdownlist & list control
Sep
15
comment Gridview disappears when page is refreshed
IE8 maintains sessions across tabs (blogs.msdn.com/ie/archive/…). I think IE7 does as well as recent Firefox releases. If you're still concerned about using sessions, you can always store the dataset inside a cache variable and play with the expiry times. The code is similar with some small changes. It's not ideal but it would likely meet your needs.
Sep
15
revised Gridview disappears when page is refreshed
Provided code example
Sep
15
comment Gridview disappears when page is refreshed
How are you binding your datasource to the GridView?
Sep
15
answered Gridview disappears when page is refreshed
Aug
31
awarded  Yearling
Aug
26
answered Converting vb.net to c#
Aug
26
answered ASP.Net Validation grouping
Aug
25
revised Where can I find the Silverlight standard loading animation?
Forgot to say where the images should be added.
Aug
24
answered Where can I find the Silverlight standard loading animation?
Aug
11
awarded  
Jul
20
comment jQuery.ajax - force cache invalidation
Does this mean that there is no way to access the list of cached items and simply remove an item from the list? Instead of checking to see if content has changed, when content is edited, I could just remove the page entirely from the cache...if it were possible.
Jul
20
asked jQuery.ajax - force cache invalidation
Jul
8
awarded  Nice Question
Jul
1
awarded  Notable Question
Jun
26
awarded  Popular Question