| Thread | Last Post | Replies |
|
| GridView not populating when switching from 1 wizard step to another | 26 May 2008 07:07 GMT | 1 |
I have a wizard with multiple steps in it. On the first step, I have a gridView that shows the users current input for that particular step. The GridView is bound to an in memory object. When I press the next button to go to the next step, and then click the link in the navbar to ...
|
| How to avoid that something be saved in cache | 26 May 2008 03:47 GMT | 1 |
I have a dictionary made with objects which contain a control element, the control element is added to a Page when I want to edit the dictionary content. I put this dictionary in cache to improve ovaral speed.
|
| Exception Logging Strategy | 26 May 2008 02:49 GMT | 18 |
I plan to implement an exception logging feature in an ASP.NET Web application that writes encountered exceptions to disk. The exception data will be stored as XML. I am planning on having each exception written to its own XML file. I plan
|
| Is there a way to remove Application Services from the config? | 26 May 2008 02:43 GMT | 1 |
For some reason one of my sites is throwing an ugly error message when I deploy it to a remote server. The error looks like this: "Failed to generate a user instance of SQL Server due to failure in retrieving the user's local application data
|
| Making a public property on a master page visible to a content page | 25 May 2008 19:12 GMT | 1 |
I have a public property on a master page: Public Sub SetTitle(ByVal TitleText As String) Me.lblMessage.Text = TitleText End Sub
|
| public sub (on master page) not visible after upgrade form 2.0 2005 to 2008 3.5 | 25 May 2008 17:06 GMT | 3 |
Hi I have just upgraded a project from 2005 net 2.0 frame work to 2008 net 3.5 frame work On the (single not nested) master page I have a lable which is wrapped in a public sub to set its text and fore colour
|
| aspnet_regiis to register ASP.NET on different server. | 25 May 2008 12:36 GMT | 1 |
I am working on a hosting control panel. I am adding support for multiple server and would like to know if aspnet_regiis.exe has a switch for the server name. For example, I have an ASPX page running on server1, where the control panel is located. The client wants to
|
| Is LocalSqlServer necessary for web.config connection string??? | 24 May 2008 20:28 GMT | 1 |
All my SQLDataSources reference the "ConnectionString" in my web.config. Everything works on my dev machine. When I uploaded everything to the server the db stuff would NOT work until I added a "<remove name="LocalSqlServer"/>" and "<add name=LocalSqlServer"
|
| Implementing FormsAuthentication login count. Possible? | 24 May 2008 15:46 GMT | 1 |
Is there any way to implement a login count if you're using FormsAuthentication? All the events seem to fire every page view, or do not fire at all. What I want is, every time a user logs in, or returns to the site having
|
| DataRow.AcceptChanges is useless? | 24 May 2008 15:34 GMT | 1 |
I have the following code: //delete the row in the table that has ID of 1. This line works fine. DataSet.Table["Start"].Rows.Find(1).Delete(); //Accept the delete changes to the table. This row returns 'object set to a
|
| # NET 2.0 developers needed | 24 May 2008 15:30 GMT | 1 |
Iam looking for a few Sr. # Net 2.0 developers in Phoenix. Please send me a resume if you have good experience with Microsoft # Net 2.0
|
| Error "SQL Server does not allow remote connections" | 24 May 2008 15:24 GMT | 5 |
I just deployed my new ASP.NET (3.5 FW) site to the hosting company I'm using, webhost4life. NOTE: I HAVE deployed other SQL Server sites to the same account with no issues.
|
| Restaurant+asp.net+palmtop | 23 May 2008 22:21 GMT | 4 |
Hi, I finished a asp.net restaurant/bar system, but when the waiter clicks "send itens" on IE palmtop, it needs to send the itens to a printer wich will be on the kitchen... What is the best approach doing that? The pc on kitchen should have a exe running in background that ...
|
| Do compiled library dll's in ASP.NEt need to be thread safe? | 23 May 2008 21:59 GMT | 3 |
Don't see any official notice that compiled library dll's loaded in the BIN directory of an asp.net website need to be thread safe, but concurrent visits to the same web site sure bear this out. Does anyone know the answer to this?
|
| using DataSet programatically without an sql server database | 23 May 2008 21:12 GMT | 12 |
I need to custom build and use a dataset in c# to use with xml. Does anybody know where I can find out how to do something like this? I was going to create a class that generated the dataset and its data to hide all of the complex (or should I say the huge chuncks of code) from ...
|