| Thread | Last Post | Replies |
|
| sql session state for .net v1.1/.net v2.0 and sql server 2005 | 16 Feb 2006 09:34 GMT | 3 |
We are upgrading to a new server which has SQL 2005 (previously we had SQL 2000) and I wish to do the necessary set up to enable SQL Session state for asp.net applications. Currently we are running .Net 1.1 applications but in future we will also be running .Net v2.0 ...
|
| Error - System.Data.OleDb.OleDbException: Could not use ''; file already in use. - please help | 16 Feb 2006 09:29 GMT | 6 |
I am trying to access the access database sitting at OleDbConnection oleConn = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Crystal
|
| Problem WIth Fixed Header DataGrid CSS Expression | 16 Feb 2006 09:03 GMT | 1 |
I'm developing a website that is in 2 languages english and arabic. Now I wanted to have fixed header scrollable datagrid. For scrolling i found a solution which works fine. But for fixed header I found a solution that is using CSS
|
| Date Compare | 16 Feb 2006 07:38 GMT | 3 |
ASP.NET 1.1, this is a Intranet application and runs only on IE. I have two webform text boxes which contain dates - starting date and ending date. The dates could be in any format. for example:
|
| Drop down list selected value not submitting | 16 Feb 2006 04:14 GMT | 4 |
I am populating an empty <asp:dropdownlist on the client side using Javascript using the following code Heres my dropdown list <asp:dropdownlist id="ddlDealers" Runat="server"></asp:dropdownlist>
|
| Install ASP.NET 2.0 on IIS | 16 Feb 2006 03:23 GMT | 3 |
Hi; I just installed IIS and .NET 2.0 on a new server running Windows 2003. However IIS is still using ASP.NET 1.1. How do I switch this to 2.0?
|
| Question about SQL Session Management ASP.NET and How to serialise Object | 16 Feb 2006 01:43 GMT | 2 |
We are planning on using "SqlServer" mode for our ASP.NET session state. I know for the classes we store in Session that I need to mark them with the SerializableAttribute as described in this knowledge base
|
| Google Map API, anybody worked with it? | 16 Feb 2006 01:24 GMT | 2 |
I'm doing some Google MAP API programming and was wondering if somebody gone some advanced stuff like causing post back events on form upon Google MAP events etc. Thanks, G
|
| Telephone Data Format? | 16 Feb 2006 00:41 GMT | 1 |
I have Access database with telephone column and When I created a webform data grid With VWD 2005 this column show like this 5552223333
|
| .NET 2.0 Grid View Control and the hyperlinkfield column | 16 Feb 2006 00:38 GMT | 2 |
I am using the new gridview control in .NET 2.0. I would like to perform an action in the code behind when the user clicks one of the hyperlink in the columns. Is there an event I can do this in before the framework redirects to
|
| Collapse sibling nodes in 2.0 Treeview | 16 Feb 2006 00:15 GMT | 1 |
Howdy folks. Would anyone care to suggest a way to have sibling nodes (at the same level) collapse when a node is expanded in an asp.net 2.0 treeview control? What I mean is that I want only one subtree to be open at a time. Can the treeview control do this by itself or is some
|
| ASP.net Subroutines - how is it called? | 16 Feb 2006 00:11 GMT | 8 |
I have a subroutine called Sub Application_BeginRequest. It is in my Global.asax.vb file. It seems to be called when the application is launched, but I am not sure how. i thought somewhere in code you have to actually use the Application_BeginRequest() parameter to invoke ...
|
| Unknown error after publishing a website | 16 Feb 2006 00:00 GMT | 4 |
Here's my problem. I'm developing a website. That site works well, but i get a strange error after publishing it. I'm working with Visual Studio 2005 and 2.0 .NET Framework. The error message it's the following:
|
| linking to ms access database using odbc adapters | 15 Feb 2006 23:09 GMT | 2 |
im trying to get a basic ASP.NET application running. im trying to display data from a microsoft access database on my web form. im trying to bind the data to a data-grid. but i get the following error wen i try and run it:
|
| Get DataKey on RowDataBound | 15 Feb 2006 23:03 GMT | 3 |
I am trying to add an attribute to a gridview row so when you click on it, it will pop up an alert saying the current datakey for that row. How is it possible to get a datakey when using the rowdatabound I want to do something like
|