| Thread | Last Post | Replies |
|
| Katherine busted by Operation Sudden Fall | 11 May 2008 01:05 GMT | - |
Law enforcement is now intercepting text messages, as proven by Operation Sudden Fall in San Diego. http://www.usdoj.gov/dea/pubs/states/newsrel/sd050608.html http://www.signonsandiego.com/news/education/20080506-1338-bn06sdsu2.html
|
| Dart's LiveControls | 10 May 2008 07:20 GMT | 1 |
Any idea on how those people at Dart (http://www.dart.com/pwlc.aspx) develop those LiveControls? Thanks, Ahmet
|
| How to suppress Response from within a control? | 10 May 2008 07:19 GMT | 2 |
I am developing a custom control. From within this control, maybe during/before rendering, I want to totally clear the response content and only render this control's output. When I use Response.Clear() and/or Response.ClearContent() and/or delete
|
| html select's option tag's display | 02 May 2008 04:54 GMT | 4 |
i have a DDL that i am allowing its content to not be html encoded. my goal is to have each option tag with formatted spacing so that it appears to be 2 columns in the drop down list. i cannot do spaces or other characters to get this spacing becuase the with of spacing is not ...
|
| check validity of a controls property at compile time | 01 May 2008 15:53 GMT | 1 |
I'm trying to check the validity of a server controls property at compile time. Let's say I have my control embedded in a page like so: <cc1:MyControl ID="MyControl1" TheObject="<%# oPerson %>" PropertyName="FirstName" runat="server" />
|