| Thread | Last Post | Replies |
|
| Validating a valid URL | 29 Sep 2004 15:39 GMT | 1 |
Is there a function that validates if a URL is valid or not? Basically I'm trying to filter out bogus input, and things like cross site scripting attacks. Example:
|
| How to encrypt text in textbox before postback | 29 Sep 2004 14:51 GMT | 2 |
I want to use RSACryptoServiceProvider to encrypt/decrypt ASP.NET server text box for credit card information. The problem is that I have to encrypt the text in textbox, which user input (i.e. credit card #) before it post to server to insure the security of the data ...
|
| VB WMI Script | 28 Sep 2004 17:03 GMT | 1 |
I have a VB script that runs WMI to retrieve serial numbers of workstation on the local network in which it runs and writes this to either an Access or SQL Db. Is there a way that i can add this wmi script in the codebehind page of my
|
| __VIEWSTATE data HUGE!!! | 24 Sep 2004 16:32 GMT | 2 |
I have an application being developed and I've noticed that in most of the pages the __VIEWSTATE data is HUGE, about 4 pages full in many cases. This leads to bloated page sizes upwards of 50KB and more. My question is, is all that data really necessary in the page? When it has
|
| BadAssembly when calling VsaEngine.Run | 20 Sep 2004 08:54 GMT | 1 |
When I add a reference to the Microsoft.VisualBasic.Vsa.VsaEngine and I call the Run method, a Microsoft.Vsa.VsaException is thrown, with errorcode BadAssembly. Before I call the Run method, the Compile method is called and wend well (no
|
| asp:linkbutton | 10 Sep 2004 01:01 GMT | 3 |
There's an issue regarding the "asp:linkbutton" control. It does everything via javascript if I'm not mistaken. The problem with this is that the resulting page is not copy-able to, say another user, or via email for others to click on.
|
| VBA code in a VB.Net application | 08 Sep 2004 10:42 GMT | 1 |
We have a VB6 application that integrates an VBA IDE from which the final user can make modifications. We want to pass the application to VB.NET, and the first step, before rethinking the whole application, is to pass the conversion wizard and see
|
| Form field error messages | 06 Sep 2004 07:29 GMT | 3 |
I know that dotnet allows for form field validation. However I'm looking to customize the error message display and am wondering if it's possible to do what I need. Example:
|
| External table is not in the expected format. | 03 Sep 2004 00:17 GMT | 3 |
My program try to export a excel file by using Response.ContentType = "application/vnd.ms-excel"; But when i import it back to my system using Oledb, i got an error. External table is not in the expected
|