| Thread | Last Post | Replies |
|
| Remote Web Workplace : Microsoft Small Business Server : Modifying | 08 Jul 2007 17:14 GMT | 1 |
Couple of questions. Has anyone done any customization of the remote web workplace in the windows small business server? I'm trying to modify the client intranet link to point to a different site. I'm a .net novice and can't quiet figure it out. Here is what I know:
|
| asp.net and conecting to sql server2005 | 08 Jul 2007 12:02 GMT | 2 |
i am trying to conenct oto sql server 2005 when i do it i the VS2005 every is ok but when i run from the browser i get : The login failed. Login failed for user 'JUSTATHOME\ASPNET'.
|
| How can I fix this problem | 08 Jul 2007 11:58 GMT | 1 |
when I make the web.config file to make the authentication and the autherization for my web site. the code is as following: <configuration>
|
| Errors locating WebResource.axd | 08 Jul 2007 08:16 GMT | 1 |
We are getting WebForm_DoPostBackWithOptions is not defined and other Java script errors related to WebResource.axd file. I narrowed down the problem and found out the cause but can't come up with a solution based on our application setup. Here is is how our web sites configured ...
|
| A Good Wrapper for Stored Procedures (T-SQL)? | 08 Jul 2007 07:59 GMT | 1 |
I'm looking for an that can create wrapper classes that encapsulate my T-SQL stored procs Any suggestions? Thank you!
|
| Helper function problems | 07 Jul 2007 18:40 GMT | 3 |
I'm trying to display header text in my repeater control on a condition if a record exists in my resultset. I cannot get 'cat' to display the "category" record from my resultset (the delimiters are wrong in this context of a repeater control):
|
| User Administration in ASP.NET 2.0 | 07 Jul 2007 17:08 GMT | 2 |
Im currently writing a website which utilizes the built in user management and membership of ASP.NET 2.0. My users login via the included login control and everything works nicely. The problem I have is that I need to include a custom admin
|
| SQL Query | 07 Jul 2007 15:48 GMT | 4 |
Hi Gang, In sql Server 2005, I am running a query with an nvarchar param in the WHERE clause like this: . . .
|
| Line break VB.NET | 07 Jul 2007 13:58 GMT | 4 |
Using VB.Net and ASP.Net 1.1 Here is a VERY simple MS Access database request. How can I get a line break between the name, address, & city fields when they are written?
|
| Problem with Membership login | 07 Jul 2007 13:43 GMT | 1 |
I am creating a site that contains a user login. I pulled down the "How do I ..." video and sample code from asp.net on Membership and Securing a website. When I am in VS2005 and run the application in Debug mode, I can login to the site. When I access the site from out
|
| What do you use to design your web pages? | 07 Jul 2007 10:27 GMT | 15 |
I asked this question before, but I suspect that I worded it badly. Its time to update my software, so I am wondering what others use to design the 'look' of their web pages (i.e. prior to coding in visual studio). I can't imagine many actually do it from scratch in Visual Studio.. ...
|
| weird problem with an excel file, asp.net and IIS | 07 Jul 2007 09:37 GMT | 10 |
i have a weird problem and i don't know who is responsible for this: IIS, excel or asp.net. My problem: we use an asp.net 2.0 application under IIS 6.0 (server 2003 sp2) which must
|
| Where does MS Expression & Silverlight fit in? | 07 Jul 2007 03:59 GMT | 4 |
First, let me apologize in advance for my ignorance. But, I have gotten very tiny glimpses of Expression and Silverlight and am a little confused... I am an ASP.NET (VB.NET) web developer. I also develop in Flash. Few *stupid* questions...
|
| ASP.NET button that calls another webform in a pop-up --- please help!! | 06 Jul 2007 21:52 GMT | 1 |
I have an APS.NET (v1.1) type button on a webform page. What I want it to do is when the user clicks it, it then calls another webform page that appears in a pop-up window. Now I know that the button has an "onclick" attribute but that's as
|
| Get record count from filtered datasourse (not set) | 06 Jul 2007 21:48 GMT | 3 |
What are the steps necessary to get the filtered count from datasource. If i have to move it into a table just to gat the count i'll do so, but i'm not sure what the steps are needed to accomplish this. Thanks
|