| Thread | Last Post | Replies |
|
| What's the presumption for User.Identity.Name? | 31 Mar 2008 23:09 GMT | 2 |
We have a requirement from our client. Basically, they wanna do an online survey through a public-access web site (in other words, anonymous access allowed), but do not want any user to do the survey more than once.
|
| Internet - Take Advantage of Multiple Windows When Surfing | 31 Mar 2008 22:51 GMT | 1 |
 Signature Internet - Take Advantage of Multiple Windows When Surfing SUMMARY: Stop jumping back and forth between index pages by using several browser windows.
|
| RegExp Again! | 31 Mar 2008 21:37 GMT | 8 |
Using Regular Expression, I want to ensure that users enter either a 2- digit or a 3-digit whole number in a TextBox. This is how I framed the ValidationExpression in the RegularExpressionValidator: --------------------------------------------------------------------------------
|
| Regular Expressions | 31 Mar 2008 19:48 GMT | 7 |
$ in RegExp means the end of a string. So if the ValidationExpression for a RegularExpressionValidator which validates a TextBox is "c $" (without the double quotes), shouldn't input strings 'abc', '23pc', 'c9mccc' (all without the single quotes) evaluate to True BUT it
|
| Web server's "local" time in auth ticket. Is it realy true? | 31 Mar 2008 18:56 GMT | 2 |
According to the on-line docs, the expiry stored in the authentication ticket (form auth) is an absolute date and time value in server's LOCAL time instead of UTC. I could not believe what I was reading. It is really shocking to learn that someone would go for that kind of ...
|
| Moderation | 31 Mar 2008 18:47 GMT | 5 |
There's a lot of spam in these newsgroups, doesn't anyone moderate them?
|
| Image path problem in user control | 31 Mar 2008 18:24 GMT | 1 |
I have a user control called Footer.ascx, in which a background image is inserted like so: <div id="footerdiv" style="background-image:url('Images/ mybackground.jpg'); background-position:center; background-repeat:no-
|
| Title equals tooltip | 31 Mar 2008 18:20 GMT | 2 |
hey all, so tooltip property in .net renders as title attribute in html? thanks, rodchar
|
| HtmlEncode and apostrophes | 31 Mar 2008 18:18 GMT | 2 |
I'm trying to code up an admin system for my website. A couple of the welcome text paragraphs are stored in an SQL database, so that we can update them should we need to. However, even though I'm using the HTMLEncode method (I've also tried the URLEncode method), the apostrophe ...
|
| Change class of element in code | 31 Mar 2008 18:11 GMT | 6 |
I have a ASP.NET site with a simple, standard menu: <div id="menu"> <ul> <li><a class="selected" id="home" href="index.aspx">Home</a></li>
|
| cssClass and ID same name | 31 Mar 2008 17:26 GMT | 2 |
hey all, would there be a problem if i made the CssClass and ID the same name for any and all elements? thanks,
|
| MembershipProvider is not marked as serializable? | 31 Mar 2008 17:05 GMT | 1 |
I have created a custom membership provider and set the serializable declaration on it, but for some reason i am still getting an error message saying "Type 'System.Web.Security.MembershipProvider' in Assembly
|
| FormView DropdownList - On Selection Change populate Text Box | 31 Mar 2008 16:26 GMT | 8 |
C#, ASP.NET Q: Have a formview, with a dropdownlist which is bound to a column. This dropdownlist has a datasource of DataSet type. Now my objective is, on Selection Changed of this DropdownList, I need to populate a couple of
|
| anyone good with java script-toggle text on input button | 31 Mar 2008 16:02 GMT | 6 |
Hi I need to toggle the text on an html input button in a .net web application. the name of the button is btn_hide and I do have an onclick function for it. <script language="javascript" type="text/javascript"> // <!CDATA[
|
| Control inteference problem with AJAX | 31 Mar 2008 15:54 GMT | 2 |
Hi I am using a calendar extender with a masked edit validator and masked editextender that provides a dropdown calendar and a text box for date entry. On the same page I am using a sliderExtender control. Both controls work but the problem is that the slider is placed below ...
|