| Thread | Last Post | Replies |
|
| Inherit master page? | 03 Jul 2007 20:13 GMT | 2 |
1. I have a master page. Is it possible to create another master page inherit the existed one? 2. Is it possible to inject css link, js script block to the head part of web content page?
|
| Wierd ProviderException - email supplied is invalid | 03 Jul 2007 20:02 GMT | 2 |
I have some code: Dim u As MembershipUser u = Membership.GetUser u.Email = Me.txtEmail.Text
|
| Date Format | 03 Jul 2007 19:50 GMT | 2 |
I am displaying a date field (not a datetime field) in a repeater. For some reason it is automatically inserting a default time (12:00:00AM) along with the date. I don't want to display this time. I've checked my database and it's not coming from there. Does anyone have an idea ...
|
| Stored Procedure Multiple Tables | 03 Jul 2007 19:37 GMT | 4 |
This might be a stupid question.... I have a stored procedures, which uses two selects. When I run the SP I get two resultsets, one very big and the other much smaller, which is the one I want in the dataset. How do a ensure only the last one goes in the dataset.
|
| Connect to Database | 03 Jul 2007 19:13 GMT | 6 |
I am using Microsoft Enterprise Library, on a class, to connect to a database as follows: Dim db As Database = DatabaseFactory.CreateDatabase("DatabaseName") However, I would like the database name to be dynamic, i.e., specified
|
| Compress jpg | 03 Jul 2007 19:06 GMT | 3 |
Is there a method to comress Jpg images so it will download quicker to the user's browsers? Thank you, Samuel
|
| System.Configuration.CofigurationSettings.AppSettings is obsolete. ANY SOLUTION? | 03 Jul 2007 18:57 GMT | 2 |
I am getting this strange warning message, and I can't seem to find any solution for it. 'System.Configuration.CofigurationSettings.AppSettings is obsolete: it has been replaced by
|
| How do i use a static class' property at design time | 03 Jul 2007 18:50 GMT | 4 |
i want to store my regular expressions in a static class with public constants. I want to be able to pass a regular expression's id in a property of a custom textbox so that in aspx page i could just set the expressionId property and be done with it. i am trying to write as little ...
|
| Open link from Menu control in new window | 03 Jul 2007 18:22 GMT | 2 |
Is there a way to open a link on a Menu control in a new Window? In my Intranet site, I have pages where my users use to do their work and I also have links to outside resources. When the user clicks on one of the links from the Menu, I want to open them in new windows instead
|
| MetaResourceKey in Skin files | 03 Jul 2007 17:10 GMT | 2 |
I'm trying to use the resourkey meta tag (used for localize properties) inside a Skin file. But it seems not work. This is the source of the CategoryDropDownList.skin file: <asp:DropDownList runat="server"
|
| Media Player | 03 Jul 2007 15:34 GMT | 2 |
I am trying to dynamically change the .avi file below using a listbox or a dropdownlist. Any thoughts highly appreciated. <OBJECT title="mediaplayer" style="Z-INDEX: 101; LEFT: 272px; POSITION: absolute; TOP: 64px"
|
| Image Loading from SQL Server into ASP.NET | 03 Jul 2007 15:33 GMT | 3 |
I have employee details stored in SQL DB includes emp id , name, age, sex and photo (stored as image binary format). Now in text box I am entering empid and click of a button I want to get all the details into a aspx page
|
| Image Loading from SQL Server | 03 Jul 2007 15:03 GMT | 7 |
How can I load a image stored in SQL server database in ASP.NET page. I have used Response.BinaryWrite but it loads in a new page .I want to load in a part of my aspx page or in a control (image etc). Is it possible to load in any grid control?
|
| DAL should use web.config connectionstring? | 03 Jul 2007 14:13 GMT | 1 |
I have a 3 tiered archetecture: Presentation Layer running ASP.NET through VB.NET with a web.config & 2 connection strings defined in the web.config Business Logic layer which is nothing more than a set of wrappers for the DAL.
|
| How to protect ASPNETDB from Overwritten ? | 03 Jul 2007 13:31 GMT | 2 |
Whenever I publish and update my web site through Visual Studio 2005, the ASPNETDB.MDF (Sql Server Security DB) overwrites, I just want to update the aspx files and not the ASPNETDB.MDF file in App_Data folder, how can I ? Best Regards,
|