| Thread | Last Post | Replies |
|
| secure webservice | 08 Aug 2007 15:26 GMT | 2 |
I have built a vb6 app that communicates with a web server to get data from an webservice through the internet (not lan). My question/problem is, 1) how could I make this webservice secure, so that only my vb6 app has
|
| Unable to serialize the session state. | 08 Aug 2007 15:00 GMT | 2 |
Ok, how do I fix this c$#^? I get this whenever I attempt to run the ASPNet Configuration from within my solution. The stack [SerializationException: Type 'System.Web.Administration.WebAdminRemotingManager' in Assembly
|
| C# open file on windows share | 08 Aug 2007 12:47 GMT | 8 |
I hace a code that opens a file on a windows share. \\comp1\folder1\file.txt Folder1 has full access for Everyone. I can open it from explorer on my computer (my user isn't on set the server). However when I run this
|
| how to get text of a control in itemtemplate of gridview | 08 Aug 2007 11:10 GMT | 2 |
how to get text of a control in itemtemplate of gridview and how can we access and set it properties dynamycally?? Thanks
|
| Dynamic page updates using XMLHTTP | 08 Aug 2007 10:04 GMT | 6 |
I am using vbscript for calling my webservice. From vbscript I Post XML file/argument to webservice. and i get response from webservice. This is working perfectly when there is no argument. but does not work when my webmethod(In Webserice) takes argument.
|
| Accesss User Control Class From Containing Page | 08 Aug 2007 09:35 GMT | 3 |
I am trying to access a user control class, for a user control that is loaded dynamically, from the containing page. I have been able to access Web controls in the user control, but so far I have been unable to expose the user control class itself. I'm guessing that I need to set ...
|
| cyrillic text saved as ????????? | 08 Aug 2007 08:59 GMT | 5 |
I have asp.net site which needs to sae cyrillic text. I have changed the sql server table column to accept the text and also placed a N in fornt of the sql code to insert it. eg. Insert (text) ( N' some cyrillic text')
|
| Html 4.01 strict instead of xhtml? | 08 Aug 2007 07:57 GMT | 5 |
Can I stop asp.net from applying self closing tags? I am trying to generate an html 4.01 strict page rather than an xhtml page and the w3 validator is unhappy about asp.net automatically translating this: <link rel="stylesheet" href="SkinStyle.aspx?SkinName=Test" type="text/css">
|
| refresh an updatePanel in an other updatePanel | 08 Aug 2007 07:30 GMT | 3 |
Hye, I've got some problems in developping web sites with Visual Studio 2005 (ASP.net & C#) and the Microsoft Ajax library. In my webpage
|
| DropDownList Control problem | 08 Aug 2007 06:52 GMT | 1 |
I am using predefined membership and roles managemant approach characteristic for framework 2.0 Basic idea is that we select some value from DropDownList which represents a role and we get all users for selected role.
|
| reference and value | 08 Aug 2007 03:09 GMT | 7 |
When I call sub in VB I can sent value of variable or reference to this value. The question is. Suppose I have class public class AA ...
|
| Thread being aborted error message. | 08 Aug 2007 02:03 GMT | 3 |
Having recently been asked to look into some bugs in one of our old web systems, I keep getting an error message in some try...catch statements that I've put in. Error message is
|
| Webparts app running always in design mode: Any performance hit? | 08 Aug 2007 02:02 GMT | 1 |
We would like to have sections on our ASP .NET 2.0 application that can be moved around while the user is using it. There is only a header which can be brought down and made the footer, and there are the left nav and center portiaons that can be interchanged. The changes need to
|
| Dataset and datatable | 08 Aug 2007 01:19 GMT | 7 |
I use in my asp.net code dataset and populate datatable using dataadapter. The problem is that my code demand huge amount of memory and I am looking for way reduce this demand. At this time I keep links to dataset, dataadapter and datatable in session.
|
| Getting "The resource cannot be found" using href= | 08 Aug 2007 01:03 GMT | 10 |
I have an ASP.NET 2.0 web site with a master page that works fine when i test it in VS2005, but when i upload it to a live isp site, it gives the error at the end of this post for one of the links. Here is the line that has the link:
|