| Thread | Last Post | Replies |
|
| I am looking for a web reporting tool for .Net 2.0 | 14 Sep 2006 06:51 GMT | 3 |
I am looking for a free reporting package for .net 2.0 against Oracle database 10g. The web application I am working on will let office staff members who don't know much about database generate reports and do some limited
|
| TableAdapter approach | 14 Sep 2006 03:58 GMT | 1 |
I'm starting an application using a TableAdapter instead of direct sql calls. In my table adapter there's already an stored procedure that returns columns a, b and c.
|
| Make a value the default in a databound dropdown | 14 Sep 2006 02:55 GMT | 3 |
I have a databound dropdown in my page. I want to make one of the values the default value. Any ideas? Just to explain further, I have also appended one item to the dropdown, using the AppendDataBoundItems="True" property of the dropdown.
|
| master page - reload/flickering | 14 Sep 2006 01:31 GMT | 2 |
Is there a way to prevent the master page to reload every time the user makes a selection off of the menu? I want to give it a "Frame" like appearance were only the content section changes with a menu selection.
|
| gridview pagersettings | 14 Sep 2006 01:26 GMT | 1 |
I'd like to know whether there is a setting which would enable me to show all 4 paging links (first-previous-next-last) in all cases. The standard behaviour is not to show first and previous on the first page. That's logical, but I'd prefer to show disabled links there except of
|
| MultiView control | 14 Sep 2006 01:25 GMT | 1 |
We're writing a small survey app in ASP.Net 2.0. We're dynamically adding Views to a MultiView control for each question stored in a database. We are considering displaying three to five questions at a time. Is it possible to 'page' through a MulitView control and display more ...
|
| 'Random' does not contain a definition for 'Next' | 14 Sep 2006 01:12 GMT | 1 |
I've got this code for a random GDI+ chart generator, and the demo works, but when I try to run it on my local machine I get a compiler error: Compiler Error Message: CS0117: 'Random' does not contain a definition for 'Next'
|
| Object reference not set to an instance of an object | 14 Sep 2006 00:36 GMT | 3 |
Can anyone help? I getting this error on line 17: Object reference not set to an instance of an object. Line 15: Dim UserGUID As Object = User.ProviderUserKey Line 16:
|
| Unusual error web application | 14 Sep 2006 00:26 GMT | 1 |
I can only give you a general description behavior of the web app error since it was written by someone else (using some type of code generator) and now he's gone. Our site was built using asp.net 1.1, and it connects to a DB and does
|
| Cannot find a part of the path Error | 14 Sep 2006 00:05 GMT | 1 |
I know there have been previous posts with this topic but the issue for most seems to be the security permissions on the shared drive. My scenario is as follows : I have IIS on local machine, I have code on a mapped drive in the
|
| What are the most popular languages for dot net programming? | 13 Sep 2006 23:57 GMT | 22 |
Would it be correct to say the VB is still the language most used for Dot Net programming, and C# the second most used?
|
| Thread Abort? | 13 Sep 2006 22:47 GMT | 3 |
I need to have an asynch thread abort itself. Something akin to a STOP. The thread that spawned it cannot access it so it must done within the thread. Chip
|
| MsgBox | 13 Sep 2006 22:29 GMT | 2 |
I wanted to make a pop up box to verify a choice to delete a database record, so I tried this code: Dim Result As MsgBoxResult Result = MsgBox("Are You Sure?", MsgBoxStyle.OkCancel, "Sure?")
|
| Sending Email from ASPX page | 13 Sep 2006 21:49 GMT | 1 |
I got error message "Asynchronous operations are not allowed in this context. Page starting an asynchronous operation has to have the Async attribute set to true and an asynchronous operation can only be started on a page prior to PreRenderComplete event."
|
| How to ge the IP address of my web server | 13 Sep 2006 21:39 GMT | 2 |
I need to get the IP address when my web server listen to in ASP.NET application. C# is teh language. My Server has a multiple installation of my application and I need to show the IP in one message box.
|