| Thread | Last Post | Replies |
|
| Form trouble | 15 Jan 2007 05:13 GMT | 4 |
I have a web page that contains an html form and has a few controls in it. The html form and its controls are all server controls. However, I've set the enableViewState attribute of the html form and its controls to false as I can get this data from the querystring and set ...
|
| Session.Clear() vs. Session.RemoveAll() | 15 Jan 2007 03:55 GMT | 1 |
Is there a difference between Session.Clear() and Session.RemoveAll()? The descriptions and documentation pages seem to say exactly the same thing, but I am assuming there must be some reason for creating two functions, right? Thanks.
|
| Creatng Div tags from server side | 15 Jan 2007 03:48 GMT | 1 |
I am trying to create a control that will allow me to create a DIV block element when called. I looked at System.Web.UI.WebControls and System.Web.UI.HtmlControls but could not find how I would create a DIV element.
|
| ASP.NET Singleton usage | 15 Jan 2007 03:45 GMT | 7 |
I'm just starting with singleton and would like to implement in my new web app. I have a question lets say i create a singleton DataHelper that holds a static
|
| Generating "most popular article" lists without crushing the server? ASP.NET caching considerations? | 15 Jan 2007 00:25 GMT | 8 |
The New York Times and many other online publications automatically generate "most popular article" lists that cover, say, the last 24 hours. I am looking for guidance and/or code on the best way to do this in ASP.NET 2 in a way that
|
| How to prevent tab key from causing tabbing to the tool bars in IE and Firefox | 14 Jan 2007 21:14 GMT | 2 |
Sorry for the long title. How does one prevent a tab key press from causing the focus to leave a page and move to the navigation bar and tool bars in a browser? I've set the TabIndex on all of the controls on the page, but as soon as I hit
|
| user controls and style sheets | 14 Jan 2007 19:49 GMT | 2 |
I created a control which works fine. I applied a cssClass style sheet for a panel in my control. When the controls is loaded on a page and displayed in a browser, it works fine. However, when I am trying to test the control I cant see the style affects.
|
| What does this stack trace mean? | 14 Jan 2007 19:19 GMT | 3 |
2007-01-13 18:40:56,443 [7] ac.server ERROR Error - An unexpected exception for user: admin System.NullReferenceException: Object reference not set to an instance of an obj
|
| VS2005 - Wont display PNG Files in designer | 14 Jan 2007 18:51 GMT | 1 |
Is this a known bug ? I cant seem to get them to display, while other file formats like JPEG and GID display OK in the designer. Any Ideas ?
|
| Dynamic Rows in DataGrid or GridView | 14 Jan 2007 18:05 GMT | 3 |
I have an interesting problem that I don't know how to solve. I need to display rows of one of these grid controls on two columns of the grid. So, row1 would appear on row1, column1, and row2 would appear on row1, column2 and row3 would appear on row2, column1 and row4 would ...
|
| Newbie - Need to prevent duplicate entries.. | 14 Jan 2007 17:57 GMT | 3 |
Need your help on this issue that I have with asp.net application. I would really appreciate your help. I am using Formview to save data into the database, Fields are (date_from, date_to, time_from, Time_To - All are datetime format and a
|
| return value from sql server insert proc | 14 Jan 2007 17:15 GMT | 1 |
I am a newbie with vb.net. I am working with vb.net 2.0 and sql server 2005. I am trying to get the return value from my insert stored proc.Does anyone know how to do this? thanks
|
| Menu - Eliminate The Triangular Arror pointer thing - How to do it? | 14 Jan 2007 13:10 GMT | 8 |
I want to eliminate the little triangular arrow poinger that appears tot he right of the menu item. Which control setting lets me do that.
|
| .net deployment | 14 Jan 2007 13:08 GMT | 2 |
We are making the move to an asp.net three-tier architecture. Ease of deployment is a big factor. One thing that confuses me is deployment. XCOPY should be enough. If I have a DAL, BAL and a Presentation Layer and I make a change to the the business layer and build it on my ...
|
| How To: Popup Website A from Website B? | 14 Jan 2007 11:09 GMT | 3 |
First off, I'm developing in VB.NET 2003. I would like to have a button on Company A's web page display Company B's web page in a popup window. It needs to pass a serialzed class object to the popup web page, which can be picked up in its pageload() hander. Further,
|