| Thread | Last Post | Replies |
|
| Add slashes in Request.Form. | 11 Jul 2007 08:38 GMT | 4 |
How to add slashes for the each element in the incoming Request.Form I tried: for (int i = 0; i < Request.Form.Count; i++) {
|
| Displaying HTML Code in DataGrid.... | 11 Jul 2007 08:28 GMT | 6 |
I have a cell in the datagrid, which the original data is as following: Testing1 Testing2 Testing3
|
| Results to Excel | 11 Jul 2007 07:10 GMT | 11 |
How can I save the results of a fill-in form to a Microsoft Excel spreadsheet? I can insert the results into an Access table, but the reports are so tedious to make from Access.
|
| search textbox | 11 Jul 2007 06:46 GMT | 1 |
hey all, i have a search textbox on my page and when the user hits the search button i create a parameterized query to get the results. when i enter a search criteria on the page that has angle brackets i get the
|
| Publish Failed | 11 Jul 2007 04:27 GMT | 2 |
I have a asp.net 2.0 project (vs 2005) and am trying to publish it to a folder on the same machine (the dev machine). the project (and solution) builds fine, but when I publish it, it publishes most of the files and folders and then fails. It doesn't give any error msg so I ...
|
| Cannot Open Access File | 11 Jul 2007 01:12 GMT | 31 |
Using ASP.net 1.1 and Microsoft Access. I received the following error message. Why? I have closed the Access file. I have another very small access file that opens with no trouble with the same code, except a different name for the file.
|
| Membership Provider deployment/App_Data directory just wont die!!! :-) | 10 Jul 2007 22:58 GMT | 3 |
I'm deploying a web app that uses the Membership API. Great stuff. Until deployment :-( On my development maching, i run everything from a database registered in the SQL Server Management Studio. That is, my aspnetdb and a "homebrew"
|
| HTML stripping? | 10 Jul 2007 22:56 GMT | 1 |
Any one aware of a good library/function out there which quickly and reliably can strip out all HTML from a string? We have an ASP.Net page that needs to be able to scrub out some (rather bad) HTML from a CSV field, most solutions we've come up with/found only partially work ...
|
| Procedure searching for inappropriate language | 10 Jul 2007 22:24 GMT | 2 |
Does anyone have or know where I can get a some code that will check a TextBox for inappropriate language. At the moment, we need to manually check submissions for language before posting. This takes a lot of time and resources and in some cases a lot of
|
| Asp.net/vb and Oracle | 10 Jul 2007 22:20 GMT | 1 |
Hopefully, I frame this problem/question correctly. I have some code written/updated in visual studio 2003. This code when setup on other machines where I have installed the Oracle 9i client, and the Oracle 9.0 odbc drivers will connect to my oracle database when debugging. I
|
| Search database from list | 10 Jul 2007 22:16 GMT | 2 |
I know that this question might need to also be in the SQL forum, but I'm not sure where I need to code this. So here it is. I need to create a search textbox that allows users to type in multiple words. Like if they wanted to search for "big red house". I want to return
|
| Communication between ASP.NET app and Windows Client app | 10 Jul 2007 21:00 GMT | 3 |
I have a requirement where the user clicks a button on the windows app. A browser pops up. User enters some data in the browser. And I want the data sent back to the windows app. How do i do this. I see two issues here.
|
| Iterate through loop of variables | 10 Jul 2007 20:58 GMT | 1 |
I have numerous variables called varNameX (where X is equal to a number from 0 to a known number "n"). Using VB.NET, I would like to iterate through all of these variables to run comparisons.
|
| how to prevent application stops? | 10 Jul 2007 20:46 GMT | 3 |
We use an asp.net application for surveys. There are open questions (input is free). When someone types in characters like ' or < or > in the text, the application stops with a message that there is a potential danger etc ..., (asp.net thinks a hacker is busy to penetrate the ...
|
| Cannot access file after writing it! | 10 Jul 2007 19:55 GMT | 5 |
Howdy, I am using ASP.Net 2.0 and Crystal Reports in VS 2005. I am taking a report, converting it to PDF then writing it out to a folder. Then I attach this file to an email and send it off. Once it's sent, I then want to delete the
|