| Thread | Last Post | Replies |
|
| Static/Shared Webmethod | 13 Jun 2008 04:18 GMT | 2 |
I have been testing a beta feature in Coderush (CodeIssues) which has prompted me with the suggestion that one of my WebMethods in a Webservice, could be Shared/Static and is not. I have never though about this before but I guess I had assumed that there
|
| bizarre asp.net app loading failure | 13 Jun 2008 03:15 GMT | 8 |
We've got a wierd failure happening on just one machine. One part of our product uses a 3rd party search implementation (dtSearch). DtSearch has a native core (dten600.dll), late-bound, and a managed wrapper (dtSearchNetApi2.dll).
|
| Installing asp.net futures doesn't give me a project template? | 13 Jun 2008 01:03 GMT | 2 |
I installed asp.net futures after installing vs2008. I can't find the "asp.net ajax futures enabled web application" template. How do I get my ajax templates back? Come to find out actually, all of the ajax web applications templates are missing...
|
| file copy question | 12 Jun 2008 23:00 GMT | 7 |
Hi just wondering if there is any sample code to copy files from one directory into another with the code behind a button click event? Using c# vs2005. Thanks.
|
| html string to ms word document | 12 Jun 2008 22:09 GMT | 4 |
I'm having issues with writing html string to a bookmark in MS Word 2007. I have a richtextbox control which returns HTML string, I would like to take that string and put it into a MS Word document and formatted to HTML Tags. Is this possible? And if so, can you point me in the ...
|
| Do we have a group about MS Ajax here? | 12 Jun 2008 22:06 GMT | 4 |
just want to know. Thanks, Dennis
|
| Multiple DropDownLists | 12 Jun 2008 22:03 GMT | 6 |
I have the following problem. I have three drop down lists on my page. They are filled with data from a database. Initially only the first one is enabled. The next one is enebled when user selects an item from the first one -- it is then filled with data specific to the ...
|
| missing methods in a dll reference | 12 Jun 2008 20:35 GMT | 1 |
All the methods from a dll class are not showing up in the object browser/intelisense when the dll reference is added to a website project. Details:
|
| Unit Testing an ASP.NET Website using VS2008 Pro | 12 Jun 2008 20:05 GMT | 2 |
I've just ported an ASP.NET project from VS 2003 to 2008. In 2003, I was using NUnit to test. Under 2008, I don't get a single DLL for my website, so I can't use NUnit anymore. Additionally, I'd prefer to use the built in VS2008 Pro tools. I don't want to actually test ASPX
|
| Viewing Pictures | 12 Jun 2008 19:01 GMT | 1 |
I have 100's of pictures that I uploaded to a folder on my website. Is there a way to create a page that will view all the pictures of this folder in a Windows explorer type fashion? Then when I click on it it will display the full image.
|
| Datagrid button | 12 Jun 2008 15:59 GMT | 2 |
I have a Datagrid that is working fine displying my records, but I'm trying to program buttons on each record line to launch another web page that shows all the details for the product:
|
| any gridview experts out there! | 12 Jun 2008 15:50 GMT | 3 |
Not sure if this is possible with a gridview but I have several template columns and if possibly I want to conditionally add a second dropdownbox to the same column, for each row. For example column 1 contains a dropdown box called buildings and is loaded by a an object data ...
|
| Delete row in GridView problem | 12 Jun 2008 15:06 GMT | 2 |
On webform, I am populating a GridView from a SQLDatasource based on a MySQL table named PIB. There is no vb code involved. Everything is done in the source for the aspx page, provided below. The update works fine, but a delete of a row produces
|
| newbie needs help with tags | 12 Jun 2008 14:00 GMT | 2 |
Can someone explain the differences of the following tags: <%= %> <%# %> TIA
|
| Onclick in buttons causes bug? | 12 Jun 2008 13:21 GMT | 3 |
I created asp.net pages that contained several controls, including buttons. I would double click on the button, and this would take me to the 'code-behind' page, and create the shell of a routine to handle that button click. What I found later though, was that this routine
|