| Thread | Last Post | Replies |
|
| Who is Jesus? | 09 Dec 2007 05:49 GMT | 5 |
Who is Jesus? Without a doubt, you have often heard the claim that Jesus is God, the second person in the "Holy trinity." However, the very Bible which is used as a basis for knowledge about Jesus and as the basis for
|
| Response Object not working in Master Page | 09 Dec 2007 04:07 GMT | 6 |
I'm trying to move all my custom validation code into the master page. Unfortunately anytime I use the response, request, or trace objects in any master page module (other than page_load), " Object reference not set to an instance of an object." is the error I
|
| FormView Null databound value | 08 Dec 2007 21:49 GMT | 1 |
I have a FormView that I want to do something to avoid a data exception. The control is bound to a SqlDataSource column and is giving me an exception because it is null. I am using the DropDownCalendar control from Steve Orr and I have the SelectedDate property bound to a ...
|
| Implementing a Custom Membership Provider | 08 Dec 2007 20:13 GMT | 10 |
Although this will be a challenge at my level of ASP.NET knowledge, I'm thinking I should implement my own membership provider class. Looking over the methods I must implement, a number of questions come to mind.
|
| Where are my dll's? | 08 Dec 2007 10:28 GMT | 2 |
having had a problem with my dll's (built fine, then suddenly build errors everywhere) I decided to delete the dll and build it from scratch. However, it doesn't seem to be in the bin folder. I am using .NET 2.0 and I am very new to it.
|
| Windows 2008 and SQL 2008 | 08 Dec 2007 04:04 GMT | 1 |
What are the release dates for Windows 2008 (with IIS 7) and SQL 2008? Thanks, Miguel
|
| Writing HTML & Server controls dynamically | 08 Dec 2007 00:06 GMT | 6 |
I am working in .Net 1.1 (VB.Net). I know very little JavaScript. I need to display information which is not known until runtime. This is a perfect situation for a hierarchical grid except web grids cannot have multiple child bands at the same level (unless someone knows of a ...
|
| Refresh parent page | 07 Dec 2007 23:55 GMT | 5 |
I used the following code to refresh the parent page, and it works very well (Thanks to Peter Bromberg [C# MVP]"). Response.Write("<script language='javascript' type='text/javascript'> { window.opener.location = 'Default.aspx?Reload=100'; }</script>");
|
| Server version of Windows XP | 07 Dec 2007 20:46 GMT | 3 |
When I print out the Help files for an error, it says: "1. Make sure that the Web server computer is running a server version of Windows 2000, Windows XP, or Windows Server 2003. At this point, I do not know if my PC is acceptable for programming Web
|
| shoppingcart | 07 Dec 2007 20:20 GMT | 1 |
Recently I saw a shopping cart implemented as a WCF service. Is there any significant advantage to implement a shopping cart as a service as oposite to a shopping cart that uses session to store buyers items, if the service will be on the same server on which is running the ...
|
| MSDN Search made easy | 07 Dec 2007 20:11 GMT | 1 |
MSDN Search made easy MSDN Search made easy Hi All, Check this cool gadget at http://smartinterviews.googlepages.com for
|
| Creating a survey application | 07 Dec 2007 18:51 GMT | 1 |
I am new to ASP.NET, and i have a small project in hand. I hope someone can kick me in the right direction. I have to make a survey application. Data is stored in an sql database as following:
|
| User Control Caching | 07 Dec 2007 18:22 GMT | 1 |
I have a large section of a page that I need cached. So I've got this section in a user control and at the top of the user control I've added - <%@ OutputCache Duration="3600" VaryByParam="none" %>
|
| ViewState to Session and ControlState compressed | 07 Dec 2007 18:12 GMT | 1 |
we have a scenario whereby we're not too worried about cpu cycles on the server, and much more worried about users with slow up-stream connections to the server. Our goal is to... 1) Keep ViewState on.
|
| SelectedDate problem with Calendar!? | 07 Dec 2007 17:22 GMT | 1 |
When I Set the Calendar.SelectedDate Property programatically that Day's style doesnt change according to the styles set in Calendar property so the user wont see the change in SelectedDate BUT
|