| Thread | Last Post | Replies |
|
| Visual Studio keeps adding Oracle assemblies to web.config | 16 Apr 2008 18:17 GMT | 4 |
I searched around, but could not find out why and how to stop this. Ever since I installed Oracle 11g on my machine, Visual Studio will automatically add the following oracle assemblies into my web.config each time I compile my web application.
|
| Add Css File | 16 Apr 2008 17:56 GMT | 2 |
I am adding, in a page, a reference to a CSS file at runtime as follows: Dim base As HtmlGenericControl = New HtmlGenericControl("style") With base
|
| Culture | 16 Apr 2008 17:34 GMT | 1 |
I am working with VS 2008 and ASP.NET 3.5. In my Web.Config file I have the following: <globalization culture="pt-PT" uiCulture="pt-PT"/> I suppose this sets the default culture of my web site.
|
| Check login status | 16 Apr 2008 17:28 GMT | 2 |
How to I know existing user already login to my website (using ASP.net 2.0, MS Web Developer's login wizard)? If the user already login, I would like to set the path for Hyperlink A to "login/hyperlinkA", else the path will be "hyperlinkA".
|
| HttpHandler | 16 Apr 2008 16:49 GMT | 6 |
I'm very new to ASP.NET. I have over 10 years of C++ experience in MFC and Games programming etc, but web programming is something I have just started. Sorry for the rather silly question, but can someone explain what a
|
| use scrollbars in Treeview on website | 16 Apr 2008 16:46 GMT | 1 |
How can I limit the size of a treeview on a webform so the user can scroll on its page. I've allready placed the control in a DIV like: <div style="OVERFLOW:auto; WIDTH:100%; HEIGHT:140px">
|
| opearation has timed out error | 16 Apr 2008 16:11 GMT | 1 |
I'm working on a windows application. My app uses web service to connect to the sql server db. The app and web service are running fine on my development environment but whe deployed on to production server, i'm receving the
|
| The Controls collection cannot be modified because the control contains code blocks | 16 Apr 2008 15:59 GMT | 1 |
Hi. I am trying to localize a page AND simulate the AJAX watermarks in it, i.e. the textbox contains the text "Enter your name", or "Entrez votre nom", for instance, then on click, delete this text, allow entry, but on deletion of the inputted text show again "Enter your
|
| Binding datasources to dropdownlist | 16 Apr 2008 14:00 GMT | 1 |
I'm trying to fill a dropdownlist using the datasource and bind, however the item I added in advance manually disabpears when the data is bound. Is there a way to keep the item in the control? I'm using the code bellow, but I would like to use the outcommented
|
| Hiding columns when binding datasource to a gridview | 16 Apr 2008 13:56 GMT | 1 |
protected void LoadExercises(object sender, EventArgs e) { // Navn, (Beskrivelse), Type, Exid, Target var exercises = from ex in context.Exercises
|
| Fake Louis Vuitton Passy - Red Fake HandBags | 16 Apr 2008 12:35 GMT | - |
Fake Louis Vuitton Passy - Red Fake HandBags PASSY - RED Bags Link : http://www.cnFakes.com/Louis_Vuitton_446.html Passy - Red Price : $ 185.00 Louis Vuitton Hand Bags Link : http://www.cnFakes.com/Louis_Vuitton_Replica_Bags.html
|
| Fake Gucci Large Scarf Tote - White Fake HandBags | 16 Apr 2008 12:35 GMT | - |
Fake Gucci Large Scarf Tote - White Fake HandBags LARGE SCARF TOTE - WHITE Bags Link : http://www.cnFakes.com/Gucci_939.html Large Scarf Tote - White Price : $ 170.00 Gucci Hand Bags Link : http://www.cnFakes.com/Gucci_Replica_Bags.html
|
| drag and drop from gridview to gridview | 16 Apr 2008 11:54 GMT | - |
I have a program and a list of exercises. The program is actually also just a list of exercises. On the screen I try to show my database content in two gridviews. with two linqdatasources associated. Eventually I want to be able to drag form the exercise list gridview
|
| Windows Forms and Windows Service Exchange | 16 Apr 2008 11:29 GMT | - |
I believe this is possible as i think this is how anti-virus works, i have created a windows service with a couple public readonly properties and i would like to read these properties from a Windows Forms application?
|
| sql 2005 xml searching | 16 Apr 2008 11:22 GMT | 2 |
hi i have a table with an XML column this XML data looks like this <details><attribute id="1" value="x"/><attribute id="2" value="y"/
><attribute id="3" value="z"/></details> |