| Thread | Last Post | Replies |
|
| Failed to start monitoring changes issue | 06 Oct 2007 03:12 GMT | 1 |
We have an ASP.NET solution that had been building just fine for a couple of months. Suddenly when trying to build yesterday, after getting the latest version of the solution from TFS, we got an error stating: Failed to start monitoring changes to 'C:\Documents and ...
|
| Clicking ImageButton Has No Effect | 06 Oct 2007 02:20 GMT | 2 |
I'm trying to convert some old HTML pages to ASP.NET. I'm experimenting with code that responds to a button click. But although the mouse turns into a hand pointer when it is over the button, absolutely nothing happens when I click it.
|
| passing more then one parameter in CommandArgument | 06 Oct 2007 01:39 GMT | 2 |
I understand the code for passing a parameter of one field item from a button using the command argument. What I need to do is pass three fields. For example My button code currently is as follows:
|
| Using an image in the Hyperlink | 06 Oct 2007 01:14 GMT | 3 |
I am using the ImageUrl property of the HyperLink control. My image is large, so I am setting the width/height attributes, but when it renders the width/height attributes are in the <a> tag rather than the <img> tag, therefore not making the image the size I want. I can obviously ...
|
| Try to hack my web site! | 05 Oct 2007 23:42 GMT | 14 |
I am programming forum. Tech is ASP.NET, C# and SQL Server 2005. I want to see is my site safe, have I made some security problems. Can you try to hack my site untill 10-september-2007.: http://www.search4affiliate.com/Forum.aspx
|
| Moving controls, viewstate problem | 05 Oct 2007 23:40 GMT | 3 |
Ok, I know why it happens, but I don't know how to fix it. I've got code that responds to a user clicking an up or down arrow button which moves a div layer down or up into a placeholder div layer. That all works fine, but when the user moves a part up or down, then causes a
|
| Refresh parent page | 05 Oct 2007 21:16 GMT | 2 |
I have a pair of parent/child pages and use the following from the child page to refresh the parent page. But sometimes (most of the time) the parent page cannot get refreshed. The child page has a big table that has about 26 rows and two columns. If I
|
| ASP.NET AJAX samples... I am looking for help with HoverMenu AJAX Toolbox control. | 05 Oct 2007 20:50 GMT | 1 |
So I'm looking for the source behind this sample: http://www.asp.net/AJAX/AjaxControlToolkit/Samples/HoverMenu/HoverMenu.aspx I want to attach a HoverMenu control to a DataGridView control and perform the behavior shown in this example. I have been unable to
|
| HTML proxying in ASP.NET? | 05 Oct 2007 20:40 GMT | 3 |
We have an app that is written in C#/ASP.NET 2.0, and hosted on IIS. Or rather, it's mostly written in ASP.NET, but parts of it are client- side javascript, pulling data from an Apache webserver in an ajax-like fashion.
|
| File Upload's browse feature in ASP.NET | 05 Oct 2007 20:36 GMT | 3 |
Can I specify the path in the file upload feature, so that when we click the browse button, it always opens the specified path. It’s kind of urgent. Need help.
|
| Sometimes aspx page not refreshing | 05 Oct 2007 20:31 GMT | 1 |
I have a simple aspx web page that displays numbers obtained by a SQL database lookup (sales and costs entered). The database access occurs at the top of the page and I want it to run every time the page is Postback. All VB code is between <% and %> at top.
|
| Dynamic forms with input boxes added at run time. | 05 Oct 2007 20:26 GMT | 1 |
I am programming input forms in Asp.net 2.0 Some textboxes are static on the form and viewstate works fine. Some textboxes have to be dynamically added to the form at run-time which makes viewstate difficult to maintain. Sometimes I have got viewstate to
|
| Escaping apostrophes inserting into sql | 05 Oct 2007 20:09 GMT | 1 |
I have a datagrid, and when initializing my field variables, I need to double up apostrophes so they are accepted into SQL dbase. In the line below, i'm trying to do this with the Replace function, but i still get an error when entering an apostrophe:
|
| ajax "debug" slowly takes longer to load symbols | 05 Oct 2007 19:51 GMT | 2 |
I added ajax to an existing web project. It runs fine but hitting F5 (debug) in Visual Studio 2005 slowly consumes resources: Kernel Memory and System Cache grow and I start seeing "Loading symbols for
|
| search in web site | 05 Oct 2007 19:29 GMT | 2 |
i want the sql script of search in a field of database of course i've written this scipt but in Unicode search it dosen't work select * from Table1 where tex like '%" +
|