| Thread | Last Post | Replies |
|
| access db via asp.net | 06 Feb 2008 20:11 GMT | 4 |
I'd greatly appreciate suggestions on a better method for cursing through access database tables or why I'm getting the following error at oleConnection.Open(). Do I need an odbc syntax instead of oledb?
|
| DatagGrid Cascade Style Sheet CSS | 06 Feb 2008 20:00 GMT | 2 |
I want to use CSS StyleSheet for datagrid in my web page. The code is given below, ASPX code: <asp:datagrid id="grdReport" runat="server" Width="720px"
|
| HyperLink in ASP.NET 2.0 Web Page | 06 Feb 2008 16:42 GMT | 7 |
I am developing one WebPage which has table stucture for which I acnnot us HtmlTable class,GridView,DataGrid etc. for display. The following is script inwhich I am using Response.Write() for generating Table.
|
| Event processing and viewstate build-up | 06 Feb 2008 15:57 GMT | 2 |
Thanks for bearing with me. I am confronted with huge hidden viewstates fields in some pages and looking for ways to make these pages leaner. My problem hinges on how to efficiently handle events that rely on
|
| MissingManifestResourceException: Getting globalised values in cod | 06 Feb 2008 14:51 GMT | 1 |
This has been driving me insane since the start of the month. I am attempting to retrieve globalised values from resource files within a C# ASP.NET web application in VS 2008 targeting .NET 3.5. I have added two files to the App_GlobalResources directory:
|
| convert UTC to local time(system time) and vice vesra in VB.NET | 06 Feb 2008 14:34 GMT | 1 |
I want to convert the UTC time to local time zone(system time zone) and vice versa in ASP.NET using vb.Net currenlty i know this function which i took from internet site but this function only converts from UTC to local and not vice versa. I need a
|
| A real challenge: Create a Gantt-chart-like chart | 06 Feb 2008 14:27 GMT | 4 |
In one web form of my web application, I need to create a chart like what's shown here: http://gnewsgroup.googlepages.com/achartwhichisextremelyhardtocreate It's like a Gantt chart, and has to be created on the fly depending on
|
| Error on Insert Record | 06 Feb 2008 14:00 GMT | 2 |
I am creating a table has follows: create table dbo.Tags ( TagID uniqueidentifier not null
|
| using WMA control from C# code | 06 Feb 2008 13:52 GMT | 5 |
I've got an object (at the end of the post). Is it possible to pass an URL to the object from C# code of the ASP.NET 2.0 with AJAX? I don't want to set JScript events like OnClick with the command: document.getElementById('Player').URL=
|
| ProcessStartInfo - launching external .exe on server from ASP.NET | 06 Feb 2008 13:34 GMT | 5 |
I have a button on a web page that launches an .exe on the web server to perform some basic file handling tasks. this application works fine on Win2k IIS5, but doesn't work on 2003 Server IIS6.
|
| FormsAuthentication doesn't automatically redirect upon timeout | 06 Feb 2008 10:48 GMT | 4 |
I am using Forms Authentication under Windows Server 2003 in .NET 2.0. It appears that the auth ticket is expiring when it's supposed to but it doesn't automatically redirect the user to the login page. Here is some watered down sample code I had to put in the onLoad of my
|
| Object reference not set to an instance of an object. | 06 Feb 2008 10:21 GMT | 3 |
I'm following along with the learnvisualstudio.net videos. Everything works in VWD but, when I upload my files to the web server, the pages for the 3rd and 4th videos don't work. For both pages, I'm getting an "Object reference not set to an
|
| asp.net 2.0 gridview scrolling text in one column | 06 Feb 2008 10:08 GMT | 4 |
Hi I am pretty new to asp.net gridviews. I need to get the text in one column to scroll, I have little screen space and one column is normally empty, but is sometimes quite long.
|
| Application Config file not available for Class library in vs2008? | 06 Feb 2008 09:50 GMT | 2 |
I've created a web application (not website) in VS2008 and have added a class library project to the same solution. I want to add an app.config to the class library but "Application Configuration File" doesn't appear to be an option (as it was in VS2005)
|
| UpdatePanel is doing full postback when it should not | 06 Feb 2008 09:37 GMT | 1 |
I have a ASP.NET 2.0 web application that was written using traditional postbacks. I am in the process of Ajaxifying some pages. PROBLEM: Update panel is always causing postbacks
|