| Thread | Last Post | Replies |
|
| Authenticate Users In Web.Config? | 17 Sep 2006 00:33 GMT | 1 |
Suppose a web.config file (existing in C:\Inetpub\wwwroot\ASPX) has the following code: <configuration> <system.web>
|
| DataTable.Expressions really not working | 17 Sep 2006 00:29 GMT | 1 |
Hi all, I have a DataTable im trying to filter, however I simply cannot get what appears to be a simply expression to work. Int cartId = 15; string expression = "cartId =" + cartId;
|
| I need .Net developers | 16 Sep 2006 23:12 GMT | 2 |
http://ybricks.com/careers.htm
|
| DataBinding images using Repeater Control. Is there an ImageField column? | 16 Sep 2006 21:41 GMT | 3 |
Is it possible to databind an image in Repeater Control? I see support for it in GridView, but not in Repeater control. There is another way to do this, but would rather go with new controls. Thanks,
|
| asp.net application - http to https | 16 Sep 2006 20:52 GMT | 4 |
My asp.net application (developed using vs2003) runs fine on a windows 2000 server using iis 5.0. Our network manager wants to do away with any http connections and only use https for services that are used by external users. I have not got a clue how to go about this. My users
|
| .ToString("c") location | 16 Sep 2006 19:49 GMT | 3 |
When you have something like this: decimal d = 17.4m; Response.Write(d.ToString("c")); The output becomes: 17,50 kr. If the culture is set to swedish.
|
| "Internet Explorer cannot display the webpage", intermittently | 16 Sep 2006 19:39 GMT | 2 |
We have a dotnet 2.0 application with sql server 2005 at the backend. Since yesterday morning we get the above message intermittently. At one moment I am connected and the page loads perfectly fast. But at the next hit, it hangs. Not a predictable performance. We tried to log in
|
| Basic IDE Question | 16 Sep 2006 19:33 GMT | 4 |
Are people using the VS 2005 IDE for complete visual design of their web pages ? Does it compare well against other page design tools like Dreamweaver or FrontPage ? I know this kind of elementary but I've always thought of VS as a
|
| accessing controls in the createuserwizard complete step | 16 Sep 2006 18:45 GMT | 1 |
I want to make one or other display panel visible on the 'complete' step of a createuserwizard. I've customised the complete step and have the id's of the panels. I've tried:
|
| Meta data and google searchs. | 16 Sep 2006 18:27 GMT | 2 |
How do I add meta data to my pages so that google will 'find' the pages ? TIA - Jeff.
|
| HTML controls instead of .Net server controls | 16 Sep 2006 18:24 GMT | 3 |
Another front end guy that I work with wants to use old HTML controls instead of the new .NET server controls. Since he is a old HTML and classic asp person and is familiar with this, he wants to the old HTML controls instead of the new .Net controls on a .Net web page. Please ...
|
| Starter Kit Application deployment | 16 Sep 2006 18:18 GMT | 4 |
I have ASP.NET 2 hosting. I created my first simple WEB application from Personal WEB Starter Kit template. Everything works fine on my local machine. I uploaded all files to the hosting server. Pages which do not use database
|
| Using SQLDataSource to fill a datatable or dataset | 16 Sep 2006 18:17 GMT | 1 |
I am using Visual Web Developer 2005 Express Edition. I created a SQLDataSource just by draging the control to the form and filling in the blanks in the wizard. In code I need to use the SQLDataSource to load data from several
|
| ASP.NET 2.0 book | 16 Sep 2006 18:15 GMT | 2 |
Is there an ASP.NET 2.0 book that's like Fritz Onion's ASP.NET v1 book? I know he has another coming out in November but I cannot wait till then. I'm looking for a book that explains the "plumbing" not which button to push and not how to program. Any suggestion would be ...
|
| Showing Images | 16 Sep 2006 17:33 GMT | 2 |
I want to show the small help image that comes with VS. It is a question mark in a blue circle. It seems several versions are included. There is a PNG file, which has transparancies. But IE appears to ignore the trasparancy and instead draw a grey background.
|