| asp.net cookies (2 replies, VIP) |
| ASPFriends.com 'aspngvb' list |
| Moved from [aspngfreeforall] to [aspngvb] by devin devinr@drone interactive.com Moved from [aspngstart] to [aspngfreeforall] by devin devinr@drone interactive.com How do I create/retrieve cookie values from codebehind.aspx.vb? 20 eg: dim myCookie as HttpCookie myCookie.value 3D "somevalue" 20 response.cookies.add(myCookie) ... 20 Or something like this. What namespaces do I need for the response a... |
|
| Translation! (5 replies) |
| ASPFriends.com 'aspngvb' list |
| Moved from [aspngfreeforall] to [aspngvb] by devin devinr@drone interactive.com !DOCTYPE HTML PUBLIC " //W3C//DTD HTML 3.2//EN" HTML HEAD META HTTP EQUIV "Content Type" CONTENT "text/html; charset us ascii" META NAME "Generator" CONTENT "MS Exchange Server version 5.5.2652.35" TITLE Translation! /TITLE /HEAD BODY P FONT SIZE 2 Hi all /FONT /P BR P FONT SIZE 2 I have run this code in a number of tr... |
|
| Cleaning a form (8 replies) |
| ASPFriends.com 'aspngvb' list |
| Moved from [aspngcs] to [aspngvb] by Tim Musschoot Tim.musschoot@rug.ac.be Dear colleagues, I have design a form in VB.NET with a lot of text boxes, and I want to remove the text contained in them. Can you please tell me a method to do this? Thx |
|
| NOT ANSWERED code not being executed (6 replies) |
| ASPFriends.com 'aspngvb' list |
| TO THE MODERATOR, I HAVE TRIED ASKING THIS IN THE ASPNGVB LIST and also the ASPNGDEBUG LIST. SO KINDLY HELP ME POST IT TO THE APPROPRIATE LIST WHERE I CAN GET A ANSWER. I have a login page. When the user logs in the, following sub should checks whether the, the User is Valid and if true, sets Session and then checks to see if there is a Shopping Cart for teh User. If The Cart does not exist it sho... |
|
| Datagrid Haschanges not firing (3 replies) |
| ASPFriends.com 'aspngvb' list |
| Hi, I have a simple VB form with a single datagrid control. If I change a field and then don't tab to another field in the grid BUT click on the upper right corner CLOSE icon, then the HasChanges() call doesn't work in the Form closing eventhandler. I also notice it not firing when I change 1 field and just hit the tab key and then the close button. Not sure what the rules are for the Haschanges m... |
|
| <identity impersonate="true" ...error - Please Help (2 replies) |
| ASPFriends.com 'aspngvb' list |
| Copied from [aspngconfig] to [aspngvb] by devin devinr@drone interactive.com We are having a problem running our application under a specific user account. When I put identity impersonate "true" userName "joeblow" password "123456" / in the web.config, the application will build just fine. The user in question is a local machine user (not a member of the Active Directory Domain) and is a member of... |
|
| Create Context (2 replies) |
| ASPFriends.com 'aspngvb' list |
| Moved from [aspngfreeforall] to [aspngvb] by Tim Musschoot Tim.musschoot@rug.ac.be Hi All , How to Create Context Object in ASP.NET ? In VB 6.0 , We are using COM Service Type Library (COMSVCS.DLL) . I have to use getcontext object in DLL. So kindly suggest me How to get create context in VB.net shatdal Original Message From: Ambati Srinivasalu [mailto:ambatis@healthgate.com] Sent: Monday, May 20,... |
|
| Shift Operators (2 replies) |
| ASPFriends.com 'aspngvb' list |
| Has the FCL got a shift operator function? I know I could just create a C# class and use the built in , and I'll do that if I can't find a solution, but maybe there's a "hidden" class somewhere that I can directly use from VB.NET? Cheers, Jo E3o Paulo Carreiro IMPORTANT NOTICE 20 This communication contains information, which is confidential and may also be privileged. It is for the exclusive use ... |
|