| Thread | Last Post | Replies |
|
| Publishing Web Sites with VS 2005 - Lessons Learned | 17 Nov 2007 12:53 GMT | 5 |
I've been using the VS2005 Publish utility on one of my projects for about six months. I have a large site with hundreds of files, thousands if you include the code behind files. So I thought I'd use the publish utility and pre-compile my site, but
|
| text align right | 17 Nov 2007 09:29 GMT | 1 |
I add this code in my asp.net file and I can see the text align to the right, but I can't see the difference when I displayed the webpage in my PDA.. so my question is does someone know why? I got mobile 5 in my PDA <asp:TextBox ID="TextBox1" runat="server" style="text-align:right" ...
|
| mobile devices | 17 Nov 2007 09:22 GMT | 1 |
Anyone have any ideas how I could display table like lay out on a mobile device, as mobile devices do not support tables Thanks Sorry if this is in the wrong group but this seems to be the best palce to
|
| How to repeat header of HTML/Gridview across pages | 17 Nov 2007 04:09 GMT | 2 |
I am displaying a report in a gridview and also in a separte html table. When the user clicks a print button, I print the report (from gridview or from html table). But I want to repeat the gridview's header and the html table header row in all printed pages.
|
| ImageButton does not trigger Repeater.ItemCommand event | 17 Nov 2007 03:03 GMT | 2 |
I have an ImageButton inside a Repeater control. However, the ImageButton does not trigger the Repeater's ItemCommand event. For the moment, I am nesting an Image control inside a LinkButton, which works, but requires more work and 2 controls. I believe the reason for this is ...
|
| HtmlGenericControl | 16 Nov 2007 23:02 GMT | 1 |
How can I use HtmlGenericControl at runtime to add a new control to page which would renders as: <h3></h3> Then I would add child controls to it.
|
| Oracle Timeout. ORA-02396: exceeded maximum idle time | 16 Nov 2007 22:56 GMT | 1 |
I got this error while performing an ado.net call to an oracle procedure that returns a dataset. Exception of type 'System.Web.HttpUnhandledException' was thrown.ORA-02396: exceeded maximum idle time, please connect again
|
| Can I use a C# dll within a vb project? | 16 Nov 2007 22:33 GMT | 1 |
I'm trying to create a custom assembly which will be used as a helper class for a asp.net web application. The project is a C# class library written using .net 2.0. I need to be able to use this class library in a 1.1 web application. Is this possible?
|
| Table Adapters | 16 Nov 2007 19:53 GMT | 3 |
hi all I have this line of code KomfireTableAdapter Komfire = new KomfireTableAdapter estimator.KomfireDataTable.....
|
| Cannot get Session State to work | 16 Nov 2007 19:51 GMT | 10 |
I've been on this for a while, and cannot figure it out. Can someone please help with this message? SessionState can only be used when EnableSessionState is set to true, either in a configuration file or in the page directive. Please also make sure that
|
| getting variables from Html pages | 16 Nov 2007 18:47 GMT | 2 |
I have this idea that might not work, our website is built by someone else and is a CMS website. There is a page with links to other websites and at the moment I have created a file for each link, the file is just a .html file that redirects to the actual website. My links on the ...
|
| Searching Database - Design Best Practices | 16 Nov 2007 18:19 GMT | 4 |
i have a sit which deals with cars, and i have a table associated with this, i do have a problem in designing the application, i have lot of places in the web page where it hits the the same table but the criteria (parameters) will be different,
|
| Exception of type 'System.Web.HttpUnhandledException' was thrown.Exception has been thrown by the target of an invocation.System.WebSystem.Exception | 16 Nov 2007 17:57 GMT | 1 |
I occassionally get this error when redirecting to another page and reading some session variables. Does anybody know what that might mean?
|
| Session state is not available in this context | 16 Nov 2007 17:10 GMT | 1 |
We ran into an issue on two of our client environments where our app is deployed.( Windows 2003 SP2 servers). Our app is a web app .NET 1.1. When the user browses to some pages located in a particular folder, they get an error
|
| Problem with optimistic concurency - What's going on here? | 16 Nov 2007 17:04 GMT | 2 |
Ok, I'm out of practice in web work, I've never done any webwork in 2.0, and I have to come up with a VB/Dot Net 2.0 web site in a week or two. Business as usual. First, I know I can't trust Visual Studio to create the correct Update
|