| Thread | Last Post | Replies |
|
| LINQ and Access | 11 Apr 2008 14:51 GMT | 1 |
I have been using LinqToSQL with an SQL database. Is it possible to use LINQ with an Access Database? Thanks, Miguel
|
| Masterpage and default.aspx | 11 Apr 2008 14:15 GMT | 4 |
Can I refer to the controls on default.aspx from the masterpage? I have a form on the masterpage which sends information that is in a gridview in the default.aspx page.
|
| Q: Div tags driving me crazy. | 11 Apr 2008 14:07 GMT | 2 |
I am going nuts on this DIV tag. I got this inside of a <body> <div id="Products" style="height:500px;"> <div id="ProductGroup" style="float:left;">
|
| web form problem | 11 Apr 2008 13:31 GMT | 1 |
i need to use menustrip item control so i implemented it bt i dnt know how to use it...any1 thr to help please?
|
| Data filtering | 11 Apr 2008 12:53 GMT | 1 |
Hi ASP.Net experts I have a archived SQL Server 2000 database table with about 300,000 records, and need to display filtered data on a ASP.Net 2 web page. Basic filtering needs to be done on id, name and DOB fields, however,
|
| Deleting Nodes in Treeview Control | 11 Apr 2008 10:10 GMT | 1 |
I'm trying to delete/remove the selected node of a treeview. What I'm finding is that I cant delete a node unless it is a root node. For example in the example below, I can delete complete branches as long as I select "leve 1" nodes.
|
| ListView EditItem bug | 11 Apr 2008 07:27 GMT | 3 |
If you set the EditIndex of a listview to 0, and then try and get the EditItem, it is null. EditIndex is documented as being zero-based. Stepping into the code you can see:
|
| How to make asp.net website multi-lingual from the outset | 11 Apr 2008 05:15 GMT | 3 |
Before I start creating a new asp.net website, is there a standard way of making it multi-lingual? For example, rather than type in body text to a page, should I rather refer by number code to a row in a language table from which to pull the
|
| When use a delegate? | 11 Apr 2008 03:17 GMT | 4 |
When would you choose to use a delegate rather than calling a function directly? What's the advantages? Thanks...
|
| AJAX PopupExtender Not Working with Label | 11 Apr 2008 03:10 GMT | 4 |
am trying to use the AJAX PopupExtender for ASP.Net 2.0. I am trying to extend the example downloaded from asp.net ajax website. The example uses a Textbox as the TargetID. I have tried changing the TargetID to a Label on my page but I receive
|
| preventing users from submitting inputs twice | 11 Apr 2008 02:41 GMT | 11 |
Im my c# web project, users click a submit button for credit card payment process. On the web server side ( on ButtonClick_Event) the user's input(name,date,cc number etc.) is processed and some transactional database processes are
|
| How to call non-COM legacy dll from ASP.NET -OR- write COM wrapper in C# | 11 Apr 2008 02:37 GMT | 8 |
Using VS2008. Have an old straight C style dll, need to call it from ASP.NET. This normally works easily using DllImport but ASP.NET apparently doesn't let you call C dlls directly.
|
| Vista Ultimate and IIS Windows Authentication | 10 Apr 2008 22:02 GMT | 1 |
I upgraded from Vista Home Premium to Ultimate. With Home Premium there is no Windows Authentication for IIS - I googled that it is available under Ultimate and upgraded to Ultimate. However, when using IIS manager and examining the Authentication properties
|
| ASP.NET MVC RouteTable question | 10 Apr 2008 21:15 GMT | 1 |
Anyone know how to set the RouteTable to do some think like this: solution explorer: +Views ---+Products
|
| How to raise a server-side event asynchronously? | 10 Apr 2008 20:22 GMT | 1 |
I am trying to develop my own AJAX Framework. Actually this framework will allow field-based validation without using Validation Controls. For example, let's have a webform with 2 text boxes (txtFirstName,
|