| Thread | Last Post | Replies |
|
| Configuring webconfig | 12 Jul 2007 17:57 GMT | 2 |
I don't want to use the default db "ASPNETDB.MDF" that is placed in the "App_Data " folder. I have created "myDB.MDF" and have run "aspnet_regsql.exe" tool successfully. I now want to encompass it into "myWebSite". However, I am unsure what my webconfig should look like. I've
|
| About datareader.read() | 12 Jul 2007 17:48 GMT | 3 |
I have some code like this: SqlCommand cmd = new SqlCommand("get_storeid_byuser", cn); cmd.CommandType = CommandType.StoredProcedure; cmd.Parameters.Add("@username", SqlDbType.VarChar, 50).Value =
|
| data row class (.net 2) | 12 Jul 2007 17:46 GMT | 2 |
If I have a typed data set with columns ColumnA and ColumnB (both strings) in a table, I was thinking that I could do something like this Partial Public Class TheTDS ...
|
| Conditional behaviour on client side based on return value from BLL | 12 Jul 2007 17:07 GMT | 1 |
I am using a databound web control (infragistics webgrid) whose dataobject's delete row property is set to run a particular method in the Business Logic Layer. Before calling the Data Access Layer to perform the row delete, some business rule validation is performed. If it fails the ...
|
| CheckChanged event not firing when unchecking CheckBox in GridView | 12 Jul 2007 16:58 GMT | 1 |
Does anyone have any idea what has to be done in order to get the CheckChanged event to fire when a bound CheckBox is unchecked in the GridView. It fires when going from unchecked to checked just fine but if I decide to uncheck it again the event never fires and it stays
|
| Page Timeout | 12 Jul 2007 16:43 GMT | 3 |
I am using ASP.NET 2.0 and programming in C#. I am trying to make it so that the secure pages in my web application time out in the browsers cache such that hitting the back button won't show the page just because someone hit the back button. I've seemingly done everything it ...
|
| VS2005: Debug - no symbols? | 12 Jul 2007 16:39 GMT | 2 |
I'm trying to debug my application - my main page works correctly, in that I can add break points etc, but I have a second page which is loaded when a link is clicked on the main page. When I add breakpoints to that page they change to a grey outline of a
|
| Multiple User Controls and ViewState | 12 Jul 2007 16:38 GMT | 2 |
I have a question: what happens if multiple user controls (sometime of the same type) write in the same ViewState key ? Each one erase previous values?
|
| whats the best way to do this? | 12 Jul 2007 15:56 GMT | 19 |
I have to create 2 strings and then parse one string out to save the data into the database. My first string looks like this: John|Smith|Jsmith@yahoo.com,Greg|Henry|gh@aol.com,Kelly|Smith|ks@gmail.com,
|
| custom web controls | 12 Jul 2007 15:00 GMT | 1 |
In VS 2003 there was a template if custom web controls. In VS 2005 that template is missing. Where is the documentation for building custom web controls for .net 2.0?
|
| send email? only with smtp and/or exchange? | 12 Jul 2007 14:35 GMT | 7 |
I'm looking for a way to send an email from the server to the user (like a newsletter). How can I do this? Does anyone know of a sample code link or something like that?
|
| how to get the age from sql? | 12 Jul 2007 14:24 GMT | 2 |
how to get the age from sql? compare the dateofbirth field and now()
|
| Visual Studio settings. | 12 Jul 2007 13:40 GMT | 4 |
Is there any way you can set a project to add the default namespace lines to any new code files you create automatically? Just curious... Thanks,
|
| googlebot and CheckVirtualFileExists Exceptions! | 12 Jul 2007 13:32 GMT | 5 |
I get some errors lately regarding: HTTP_USER_AGENT Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) and:
|
| Url Verlinkung in einer Webaplikation. | 12 Jul 2007 13:04 GMT | 1 |
Hallo Zusammen, wie kann man eine Art Klartext-Verlinkung in ASP.NET realisieren. Beispiel wäre : www.mydomain.de/artikel/kategorie/microsoft-will-kooperation-google
|