| Thread | Last Post | Replies |
|
| Interop Word problem+ASP.NET page | 15 Sep 2006 07:33 GMT | 3 |
Hi, i'm in desperate need of help to fix a problem that i have, the problem is the following: I have an ASP.NET aplication that to open an word template document, this aplication is in C#(using .NET 1.1 and VS2003), i have register the office
|
| How to install ASP.NET Web Application on SBS2003 server | 15 Sep 2006 07:26 GMT | 2 |
I developed and tested a web application using VS.NET 2003, VB, .NET Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1. It uses a web form. When i go to client site, if they have their own SBS2003 SP1 server with IIS6.0 installed on it and their company web site is accessed using
|
| Any Reason to Use Session Object? | 15 Sep 2006 04:38 GMT | 2 |
I was just wondering if anyone had any good reasons to use the Session object when the newer Profile object is now available. Thanks.
|
| Having the darndest time trying to install and run at client | 15 Sep 2006 03:41 GMT | 2 |
I developed and tested a web application using VS.NET 2003, VB, .NET Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1. It uses a web form. I'm having the darndest time trying to make this program install and run at client site. Not so much install anymore, but there are still some ...
|
| Using a DropDownList in a FormView with ObjectDataSource | 15 Sep 2006 03:12 GMT | 4 |
I thought I was trying to do something very simple but I'm have a lot of trouble trying to do the following. <asp:FormView ID="fvGroups" runat="server" DataKeyNames="GroupID" DataSourceID="odsGroups"
|
| Modify elemts in a listbox when binding. | 15 Sep 2006 02:28 GMT | 1 |
I have a listbox that has about 600 or so items in. I bind it to a dataset and all is fine. However, i need to modify some of the elements colour depending on the value from the DB. Ideally, ItemDataBound would work, but the list box has no ItemDataBound.
|
| Help converting user input to double | 15 Sep 2006 01:13 GMT | 1 |
I have a problem that should be simple but I have been unable to solve it The users of my homepage is all over the planet and they all enter numbers in texbox's and I give them some numbers back But how do I make sure that my server allways read the values correct no
|
| How set query arg and navigate to new page when button pressed? | 15 Sep 2006 01:12 GMT | 1 |
<Newbie> How can I get arguments, and build a query URL, before a button is pressed? I have a text box to enter a serial number. When the search button is pressed, I wish append the serial number text to the URL and navigate to
|
| WebParts without SharePoint | 15 Sep 2006 01:09 GMT | 2 |
Most of the activity that I have seen in newsgroups regarding WebParts refers to SharePoint as well. Are there compelling reasons to avoid using WebParts without SharePoint? Thank you in advance. m nichols
|
| __VIEWSTATE different between localhost and server | 15 Sep 2006 01:06 GMT | 1 |
I was testing my application on my localhost, when I View Source, I see the __VIEWSTATE and its only small in size (about 500 bytes). When I copy this same application over to our IIS server and then run it, again do a View Source, the __VIEWSTATE balloons to over 200,000
|
| Setting height of panel | 15 Sep 2006 01:03 GMT | 1 |
I have a problem here with an ASP.NET website. The pages are supposed to use a single master page which just contains some images and a menu control on the top, below that is the content placeholder.
|
| newbie: web.config problems | 15 Sep 2006 01:00 GMT | 1 |
Dear reader! asp.net 2.0 I have a problem with my settings in the web.config file. This is part of my web.config file:
|
| Cancelling a button click | 15 Sep 2006 00:27 GMT | 1 |
I have a button that when I click it, it resets a column. Access automatically brings up a popup asking if I'm sure. If I say no I get a runtime error. Is there a line of code I could add to the following to stop this from happening?
|
| Shuffling rows in a GridView | 15 Sep 2006 00:27 GMT | 3 |
One of the gridviews i'm using now apparently needs to have the added functionality of re-arranging the order of the records it's representing. These records have a priority field which the dataset gets sorted on and I thought the quickest way to do this would be to
|
| loginUrl In Web.config? | 14 Sep 2006 23:59 GMT | 1 |
I have created a simple ASP.NET calculator in a ASPX page (which exists in C:\Inetpub\wwwroot\ASPX folder). Before allowing a user to access this calculator, I want to first find out whether the user is valid or not. For the sake of brevity, assume that only the user whose UserID is
|