| Thread | Last Post | Replies |
|
| C# to VB: specific issue | 06 Jul 2007 16:22 GMT | 2 |
Normally automatic converters do a very good job at translating code between C# and VB I have a specific issue however that I can not solve using these converters ... and I just can not figure out how to do it myself.
|
| IE 7 showing User still Login when Close and Open again ? | 06 Jul 2007 16:03 GMT | 20 |
If user login with the login control in ASP.Net 2005 and then just close the browser and then open the browser again, the login status shows, User still Login? Any idea, how to Logout the User when the User click on the Close Button of
|
| ASP.net interface with windows API | 06 Jul 2007 15:38 GMT | 2 |
Hey all, I am looking for a method to have an ASP.net page perform remote configuration of an embedded windows device..things like configuring TCP/IP info, domain participation, computer name, proxy info, etc.
|
| using SSL with ASP.net 2.0 | 06 Jul 2007 15:04 GMT | 7 |
I have an asp.net website (IIS 6 on windows Server 2003, .NET Framework 2.0) On one of my page I am making a call to a ASP.net web service (to obtain some data), I DO NOT want to make any secure calls to the web
|
| .net 2.0 - unused class variables / methods | 06 Jul 2007 14:00 GMT | 4 |
I'm using Visual Studio 2005 and it has as you are probably aware a very handy feature of reporting to you which variables are not being used - cool thanks... What would be even more handy is a way of finding out which of my methods
|
| Retrieving form data by name | 06 Jul 2007 12:53 GMT | 5 |
This will likely be the dumbest question of the day, but: Me.Request.Form.Item(3) 'works Me.Request.Form.Item("txtName") 'doesn't work Intellisense shows the full name of the key is:
|
| CheckBox and GridView | 06 Jul 2007 12:32 GMT | 1 |
In my ASPNET2.0 C# webform, I have a GridView1 which has CheckBox1 on it. If the GridView1 has 10 rows, is it possible to restrict the GridView to have just one CheckBox checked? given that the CheckBox1's AutoPostBack is not true.
|
| Browse Folder | 06 Jul 2007 10:26 GMT | 6 |
Framework: Visual Studio 2005 Technology: ASP.NET 2.0 Language: C#.NET 2.0 I am trying to browse folders through the following piece of code.
|
| Date format in Datagrid | 06 Jul 2007 09:52 GMT | 2 |
I am reading in results from an SQL database one of the fields is a date value. I wish to be able to display the date as only "dd/mm/yyyy" in datagird (.net)can some
|
| Memory Organization | 06 Jul 2007 09:01 GMT | 8 |
I see in many Internet sources that all 32-bit systems are having limitations and can't address above 2 GB limit for the user application reserving 2 GB more for the system. There are some tricks to expand the user space like this:
|
| Dynamic sitemap contents | 06 Jul 2007 04:35 GMT | 1 |
I am using ASP.NET 2.0 siteMap provider. I need to make the title of one of my siteMapNode elements dynamic. That means the title should be "Profile" for logged in users and "Register" for anonymous users. How can I do that?
|
| question on best way to get a control's property from custom control | 06 Jul 2007 02:41 GMT | 5 |
I have a custom textbox that i need to access a label's text property. the label and textbox are 2 separate controls that will be on my page. Inside my custom control i want to have access to this label's text. I was thinking of having a property on my textbox that was something ...
|
| Customized Control in the Datalist doesnt render | 06 Jul 2007 02:33 GMT | 6 |
Hi. all I have a customize web control. I have three simple properties and customized render class. then I add this control into my datalist like <asp:DataList ID="datalist" runat="server" RepeatColumns="3">
|
| accessing Request.Browser throws an exception | 06 Jul 2007 00:12 GMT | 1 |
we are running into a situation where accessing Request.Browser.MajorVersion causes a System.ArgumentNullException. when this happens the HTTP_USER_AGENT value is "Mozilla/4.x (Win95)" I am assuming that this problem is that this agent string is not being
|
| XML documentation for website | 05 Jul 2007 23:26 GMT | 5 |
Is there a way to generate XML documentation from an ASP.NET 2.0 website? I don't see any options for /doc. I can't convert the site to a Web Application. Thansk
|