| Thread | Last Post | Replies |
|
| WebControl | 31 Mar 2006 02:27 GMT | 3 |
I am developing a WebControl derived from a GridView As to make to codify the RowDataBound event of the GridView in the WebControl?
|
| Make sitemap dependent on master page | 31 Mar 2006 01:46 GMT | 2 |
I'm using ASP.NET 2.0 and IIS 6 I've got a business with 2 sites requiring separate intranet info. Currently, I have 2 separate intranet sites set up in IIS. This leads to having to double up on shared pages which I'd rather not have. Both
|
| QueryString and Client-side error | 31 Mar 2006 01:21 GMT | 9 |
I run into a very strange problem. I got the following url and am passing information via query string. The problem when the "sin" key in query string is blank, shown as in the following querystring, I got an error message saying "Unterminated string constant" from IE 6.0 and ...
|
| Flash Content On ASPX Pages | 31 Mar 2006 00:17 GMT | 3 |
How do I add Flash content (buttons & Banners to an ASPX page using VB.NET 2003 as the code behind, if needed? TIA
|
| Control state is lost at render time ASP.Net 1.1 | 30 Mar 2006 23:34 GMT | 1 |
Here is my problem: I created a class that inherints from System.Web.UI.WebControls.WebControl. I have a dataset "DS" as a global variable for this class.
|
| conditionaly combine databound fields? | 30 Mar 2006 23:21 GMT | 3 |
I have a Gridview ItemTemplate which displays company info as follows <ItemTemplate> <asp:Label ID="WEmployerLabel" runat="server" Text='<%# Bind("Employer") %>'></asp:Label><br />
|
| How to cache a streamed PDF | 30 Mar 2006 23:02 GMT | 2 |
I have an ASP.net application where I store PDFs in a database as binary data. The web interface binary writes a specific PDF to the browser based on user selections. Some of these PDFs are rather large, so it would be nice if the client's browser would cache the file. However ...
|
| Can .net 1.1 call asp.net 2.0 web service | 30 Mar 2006 22:57 GMT | 5 |
Can a asp.net web app in framework 1.1 call web service on a computer that is running framework 2.0? Amil
|
| PERFORMANCE QUESTION | 30 Mar 2006 22:42 GMT | 7 |
I want to built a web page which is gonna have multiple languages. Which one is the best way ? Using a Xml file to store languages and their corresponding fields or Using a MS-SQL Database ? What do you recommend me to have best performance about multilanguage
|
| GridView: Total Records | 30 Mar 2006 21:51 GMT | 3 |
I need to get the total number of items/records returned into GridView. If I just do myGridView.Rows.Count, then it just returns me the total number of items on the page. But if I have, 10 pages (10 records per page) and 98 records total,
|
| IP address | 30 Mar 2006 21:43 GMT | 6 |
How do you get the IP address of a computer using ASP.net?
|
| ASP.NET 2 UserControls | 30 Mar 2006 21:40 GMT | 2 |
We have a application that was recently migrated from ASP 1.x ==> ASP 2.0 (I'm sick of saying .NET after everything so just know that I'm talking about .NET). We have <INPUT /> controls on the UserControl. We also have tons of JavaScript all over the place, some hardcoded, some ...
|
| Adding TemplateColumns to a GridView | 30 Mar 2006 21:39 GMT | 2 |
All, I am attempting to use the following code to add a TemplateColumn to my GridView programatically: lobj_TemplateColumn = New TemplateColumn
|
| Embed UserControls into XSLT | 30 Mar 2006 20:44 GMT | 3 |
I am trying to embed a user control into an XSLT.. Can something like be done?? If not, any other better alternative? Thanks Sekhar
|
| Gridview question | 30 Mar 2006 20:24 GMT | 4 |
I want to find out if there is a way to use the gridview to list products simular to the listing on this page: http://www.amazon.com/gp/search/103-7922422-8587868?&node=1045744&field-pctoffbi n=50%25%20-%2070%25%20off I'm guessing this may be better suited for a datalist but I am ...
|