| Thread | Last Post | Replies |
|
| Enabling email in my application | 18 May 2008 14:17 GMT | 6 |
My webspace provided me with 100 emails.. How can i access them. How can i setup those emails..
|
| Failed to access IIS metabase | 18 May 2008 14:07 GMT | 2 |
I am getting the below error while trying to run app. What is the problem and how can I fix it? Thanks Regards
|
| Usercontrols not being VISUALLY updated | 18 May 2008 13:57 GMT | 4 |
I have some user controls that are inside a formview control. I use the usercontrols in the EditItemTemplate, ItemTemplate and the InsertItemTemplate of the formview. In a 3 templates the user controls have the exact same name (uc1, uc2, uc3).
|
| App not running from sub folder | 18 May 2008 13:52 GMT | 6 |
My asp.net is in the Events sub folder of the root folder. In the root folder I have a web.config file which has the following code under system.web section; <authentication mode="Forms">
|
| Regular Expression | 18 May 2008 11:24 GMT | 1 |
I have a file upload control in which I want to allow only pdf files. I am using the following validation expression "^((^$)|((([a-zA-Z]:)|(\\{2}\w+)\$?)(\\(\w[\w].*))(.pdf|.PDF)$))". It works fine except when there is a server side validation fails and the
|
| problem with selectedvalue of dropdownlist | 18 May 2008 11:07 GMT | 15 |
When choosing a value in the dropdownlist, i try to put that selectedvalue in the label, but i always get the first value 'a'. EnableViewState is by default set to true, so ... what's wrong in my code? Thanks
|
| HTML Form inside ASP.NET form and fileupload | 18 May 2008 08:42 GMT | 2 |
Hi, I have an ASP.NET page which obviously uses a server side form. I want a client to be able to add an HTML form to a page via a WYSIWYG editor and this will be a basic HTML fileinput form with a submit button.
|
| Validating invalid keywords | 18 May 2008 08:18 GMT | 5 |
I'm using the following lines in my page.aspx code. <a href="#" ext:qtitle="Title of the info" ext:qwidth='250'
|
| Online version of asp.net web site administration tool | 17 May 2008 21:45 GMT | 1 |
Is there an online version of asp.net web site administration tool which I can ship with my app? Thanks Regards
|
| To Mark Fitzpatrick, Juan Libre, Mark Rae, Steve Orr, Cowboy and other MVPs | 17 May 2008 20:17 GMT | 6 |
I just wanted to say this.... I've been visiting this newsgroup for a while. You guys are an AWESOME asset to this newsgroup! THANKS for being so responsive and providing such helpful information. You guys help make this a great community, where
|
| AJAX "After the Fact" | 17 May 2008 13:51 GMT | 11 |
Can anyone point me to any good resources on adding AJAX to a page once the page has already been created? I know VS2008 has options to add AJAX pages, but I didn't select those options when the pages were created. Thanks.
|
| vs2005 vs vs2008 | 17 May 2008 10:36 GMT | 6 |
What are the benefits of developing asp.net apps with vs2008/.net 3.5 over vs2005/.net 2.0? Are any improvements been made in vs 2008 to the authentication provider mechanism? Many Thanks
|
| Configuration site for asp.net 2.0 | 17 May 2008 10:06 GMT | 1 |
When I try to open the web site from http://localhost/MyApp (which is the path C:\Inetpub\wwwroot\MyApp on my pc) in vs 2008, I get the message that the site http://localhost/MyApp is not configured for asp.net and asking to configure it for asp.net 2.0. When I say yes to that it ...
|
| Forms Authentication how to get UserID | 17 May 2008 09:03 GMT | 2 |
I am using Forms Authentication but I want to keep more info on user than forms authentication keeps. I thought of 2 ways of doing this 1. To have a linked table holding other data, but for this I need to be able
|
| How call usercontrol function if its inside a formview control? | 17 May 2008 03:17 GMT | 1 |
I have a simple usercontrol with a few controls and a few public functions. It basically is a time control - 1 textbox for Hour, 1 textbox for Minute and 1 dropdown for am/pm. Some public functions for example are gettime, settime, gethour, etc...
|