| question about modules in ASP.Net with VB.Net language (2 replies) |
| ASPFriends.com 'aspngvb' list |
| I would like to place some common functions into a module (.vb file) in an ASP.Net application I am developing. In one of these functions, I would like to retrieve a cookie. Unfortunately, I can't correctly retrieve the cookie. The line Request.Cookies("cookiename") has an error stating that the Request variable is not defined. Is there a way to retrieve a cookie from within a module in ASP.NET? I... |
|
| VB Net help files link (4 replies) |
| ASPFriends.com 'aspngvb' list |
| Hi, Can anybody give me link for Vb.net help on microsoft site, I tried but i didn't get any indepth help. Thanks Rashid Shaikh ******************************************************************************* Note: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or... |
|
| Null values in VB (11 replies) |
| ASPFriends.com 'aspngvb' list |
| One thing I haven't gotten a handle on yet is the 'null' constant thing in VB. In trying to convert C# code to VB, it appears that in C# you just use the constant 'null' everywhere, but in VB it's not so clear. I seems like sometimes in you have to use 'nothing' and sometimes you have to use 'dbnull.value' instead (in which case you have to use 'is dbnull.value'). Is it as simple as when you are u... |
|