| Thread | Last Post | Replies |
|
| checkbox validation | 19 Dec 2007 20:01 GMT | 1 |
I posted this this morning but it never went through, so I am trying again -- apologies for the duplication if so. I need to validate several checkboxes on an asp.net 2.0 page. I don't need to validate that they are checked; instead, I am trying to
|
| chechbox OnCheckChanged doesn't work! | 19 Dec 2007 19:16 GMT | 2 |
Here's a matter I can't fix: the method OnCheckedChanged is correctly fired when the checkbox is selectioned, but not when the checkbox is deselectioned! (the page just reloads)
|
| button inside the iframe | 19 Dec 2007 18:57 GMT | 2 |
hey all, i'm trying to run the close.window() method with a button click event that shows up thru an iframe. can someone please tell me if this is possible?
|
| javascript and querystring help | 19 Dec 2007 17:51 GMT | 3 |
hey all, is it possible for javascript to get to the value in Request.QueryString("id")? thanks,
|
| SMTP Host | 19 Dec 2007 16:58 GMT | 8 |
I was curious what most people do when they want to send an email from their Web application, which is hosted on a shared server owned by another company. Do you simply specify the SMTP host of your own email account, or do shared
|
| hide button in gridview | 19 Dec 2007 16:56 GMT | 1 |
How dynamically hide / show edit button in the gridview? http://www.alvas.net - Audio tools for C# and VB.Net developers + Christmas discount
|
| Extending .NET G11n and L10n | 19 Dec 2007 16:46 GMT | 3 |
I'm interested in extending what's available in the .NET framework with regards to globalization and localization. I've read many articles that discuss extending so that a datasource other than RESX files (Ex: database) can be used, such as this one:
|
| Error with ICallbackEventHandler and Firefox | 19 Dec 2007 16:34 GMT | 1 |
Hi group, I'm trying to extend the ImageButton webcontrol to add "Ajax" functionnality. So, my control implements ICallbackEventHandler and I'm adding the js callback on onclick event :
|
| iframe assumption | 19 Dec 2007 15:16 GMT | 3 |
hey all, would it be safe to assume that the majority of the browsers out there can handle iframes? thanks,
|
| images in html page | 19 Dec 2007 14:29 GMT | 3 |
hey all, i have an image on my .htm page in vs2005 that doesn't show up in the designer, however, when i run it it does show up. why doesn't it show up in the designer? i don't think i have this problem in .aspx page designer. is it
|
| Rename File | 19 Dec 2007 13:53 GMT | 2 |
I want to make a file available to a user for download on an ASP.NET page. So I need to have a button that when clicked, the file is download. However, before the file is downloaded, I want it to be renamed so the
|
| about keypress event of textbox | 19 Dec 2007 10:36 GMT | 2 |
how can i bind the listbox on keypress events.......
|
| MVC & ASP.Net - I dont get it?? | 19 Dec 2007 08:40 GMT | 2 |
Can anyone point me in the direction of some good introductory resources to MVC and Web. I have looked up several resources on MVC in general (none of which have any code samples) but I dont get hw it applies to web. In a winforms app i can see how MVC plays out. I have 2(n) ...
|
| Control Handler | 19 Dec 2007 05:09 GMT | 2 |
I am adding an undefined number of Text Boxes to page. I say undefined because the number of Text Boxes added is defined by a property of my custom control. All Text Boxes have the same properties values less two.
|
| from KnownColor to Color | 19 Dec 2007 04:56 GMT | 2 |
I've a color picker on my asp.net UI. When I select an Item from DB I read R,G, and B values. Then I'd like to move the color picker to the right color. The color picker has a property xColor of type System.Drawing.Color.
|