| Thread | Last Post | Replies |
|
| Has anyone figured out a way around the IE tab shifting problem? | 15 May 2007 21:32 GMT | 1 |
I have a tabbed menu on the top of my form that is basically a styled <ul> with <li>'s as the tabs. It works fine, but when the tabs are wrapped to the next line on some lower resolution screens, the lower tabs "shift" right to align with the clicked button on the top row
|
| Any recent threads on asp.net web hosters? | 15 May 2007 20:11 GMT | 2 |
Are there any recent threads on who the best asp.net web host is? I asked the same question about a year and a half ago and I ended up with webhost4life.com . But now I need to renew and I'm beginning to research alternatives.
|
| WebService w/o .ASMX file (ASP.net 2.0) | 15 May 2007 18:22 GMT | 1 |
Is there any way to have a webservice w/o using the .asmx file? I have a class library that has various web service classes. I would like to have the capability of deploying these web services w/o the .asmx files. Is there something I can put in the web.config? I tried playing ...
|
| Add user to roll when registering | 15 May 2007 18:20 GMT | 2 |
I have created a web site and defined 3 rolls: Admin, Manager, Employee I would like to add all users to the Employee roll automatically when they register.
|
| webdev.webserver fails to start | 15 May 2007 18:19 GMT | 5 |
I had a problem with this a couple months ago and managed to get it working. This included poking a few holes in BlackIce and disabling a feature (BOP) in McAfee Virus Scan. This was a test case, and the ports were blocked until permission was granted to use this solution.
|
| How can I tell the page I came from? | 15 May 2007 17:32 GMT | 7 |
I'm trying to know the page that I came from. If I use page.request.urlreferrer it seems to only be filled in once I am on one of the pages within my web site. I'd really like to know what page they came from outside of the web site.
|
| UpdatePanel - adding Style? | 15 May 2007 17:05 GMT | 4 |
Ok - this might sound kinda stupid - but I cant see how to do it... I've got an update panel which contains, on one horizontal line, a drop down list, then an image, then another drop down list and then another image. I want to align the images so that they are in the middle of the ...
|
| If Then from 2 checkboxes | 15 May 2007 17:03 GMT | 2 |
I have 2 check boxes as following: <td align= "left"> <font face="Verdana" Size="2">Employee <asp:CheckBox id=Check5 runat="server" />
|
| Frustrating Assembly Bug | 15 May 2007 15:30 GMT | 6 |
I recently moved the Global.asax.cs from the project root to the App_Code folder and now I'm getting an error message The type 'Hineynu3.Global' is ambiguous: it could come from assembly 'C:\Inetpub\wwwroot\Hineynu3\bin\Hineynu3.DLL' or from assembly
|
| Retrieve / Export Gmail Contacts | 15 May 2007 15:29 GMT | 2 |
Is there any ways or APIs available out there to retrieve or export the Gmail address book contacts of an Gmail account? Any examples or pointers will be much appreciated. Thank you all in advance!
|
| Images/CSS not resolving on dev machine testing | 15 May 2007 15:27 GMT | 3 |
I have just upgraded to a new development machine that came with Vista ultimate. I am developing a website with VS2005 and VB. My image and css references in my source code are all relative. For example http://root.com/images/some.gif
|
| Forms authentication failed for the request. Reason: The ticket supplied has expired. | 15 May 2007 15:23 GMT | 6 |
We have a javascript on a page that calls a .NET web service. Oddly, in our web servers event logs the following errors kept repeating every minute (that made sense since the web service was on a minute timer).
|
| ObjectDataSource working with objects | 15 May 2007 15:05 GMT | 1 |
Is it possible for the ObjectDataSource to work with a user created object's properties. To clear things up, here's the scenario I have an object car, property make
|
| Can you pad out a number with a formatstring? | 15 May 2007 13:52 GMT | 3 |
I want to display a number as 3 digits, i.e.: '3' would appear as '003' '45' would appear as '045' I just wondered whether you could do this with a format string:
|
| When adding controls programmatically... | 15 May 2007 13:46 GMT | 3 |
..does it matter which order? ie... I create a table/tablerow/tablecell, I then create a new update panel, I create a drop down list, I add list items to the drop down list, I then add
|