Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net > november 2007 > threads for monday november 12

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Searching Database - Design Best Practices
Posted by thomson at 11/12/2007 10:55:24 PM
Hi All, i have a sit which deals with cars, and i have a table associated with this, i do have a problem in designing the application, i have lot of places in the web page where it hits the the same table but the criteria (parameters) will be different, Can some body help me out in ...more >>


Navigation menu question
Posted by Steve at 11/12/2007 10:26:02 PM
Hi, I have a couple of newbie questions concerning menus. Question #1 I'm trying to build a vertical navigation menu in ASP.NET 2.0. I want the main menu to appear as a list of items, with some containing submenus, like this: Home About Services -> Products -> Contact When I cre...more >>

ASP.NET Profile Provider Not Working
Posted by DirkGoes at 11/12/2007 9:27:01 PM
I have added some profile properties to my web.config: <profile enabled="true"> <properties><add name="firstname"/></properties> </profile> However when I try to access the property in a code behind it does not exist. The following code does not work (says firstname is not a propert...more >>

Session variables
Posted by Marine at 11/12/2007 8:32:18 PM
Hi, Is there any inconvenient using session variables (about 10, containing string), for a website having about 100 simultaneous users ? Thanks for your opinion ! ...more >>

dynamically adding controls with events (but events are not firing)
Posted by SevDer at 11/12/2007 7:37:58 PM
Hi, I have a very simple page where I have a dynamically generated control (panel) with child controls, but the problem is the dynamically added control has events and they are not fired which I expect to have a recursive page generations. Here is my aspx. ------------------------------...more >>

System.ArgumentOutOfRangeException: 'DropDownList' has a SelectedValue which is invalid because it does not exist in the list of items.
Posted by J055 at 11/12/2007 7:13:36 PM
Hi I have a DropDownList databound in a FormView and getting data from an ObjectDataSource. The data sometimes contains some values which are not in the list of items and so gives me an ArgumentOutOfRangeException on binding. I would like to intercept this value and check if it is in the li...more >>

DB Problem
Posted by Guilherme Grillo at 11/12/2007 4:56:56 PM
Friends, I have a table in the DataBase that have a column with repeated values... Example | ID | Values | RepValues | | 1 | 5 | 1 | | 2 | 3 | 2 | | 3 | 7 | 2 | | 4 | 2 | 2 | | 5 ...more >>

Localization of Resources
Posted by Evan Camilleri at 11/12/2007 4:10:49 PM
I am trying to write japanese/chinese characters in a resource file. Hope can I make it and how can i make it work? Evan ...more >>



Silverlight 1.1 release?
Posted by Cirene at 11/12/2007 3:47:57 PM
Will v1.1 Silverlight be released at the end of the month along with Visual Studio 2008? Thanks! ...more >>

AJAX Futures question
Posted by Cirene at 11/12/2007 3:47:20 PM
3 quick questions... 1. Are the controls in the AJAX Futures download "beta" or the release and stable version? 2. Also, where is the best way to learn how to implement these? (Other than by downloading the stuff at asp.net/ajax.) 3. When will the new version of AJAX be out? Will it b...more >>

Too many sessions already active
Posted by bill at 11/12/2007 2:52:27 PM
I have been "Googling" for about an hour and am turning up squat! I just started receiving this error when trying to log into a MS Access database from a vb .net web application. Recycling IIS seems to temporarily fix the problem, but I am at a loss on how to view the total # of "active" ses...more >>

Problem with <div> tags in masterpage not spanning to default.aspx
Posted by tgr0ss at 11/12/2007 1:55:42 PM
The masterpage and default.aspx are linked fine. I am using <div> tags for the background with one that repeats-y to go through the middle. As the placeholder grows, the <div> in the master page does not recognize this so my border does not continue to span. In regular html, not using content...more >>

ASP.NET newbie
Posted by M. Ali Qureshi at 11/12/2007 1:46:45 PM
Hi, This maybe a very simple question, but i am very new to asp.net. Can someone please fix following for me? <% If IsDBNull(Container.DataItem("initials")) Then Response.Write("N/A") End If %> I'm using repeater control to list data from a table. I want to check if field "ini...more >>

javascript math
Posted by rodchar at 11/12/2007 12:55:02 PM
hey all, in javascript, how do i take the value in a textbox and add that to a number to get a sum result? thanks, rodchar...more >>

CookieContainer and CookieCollection
Posted by Paul at 11/12/2007 12:47:02 PM
I have a CookieContainer full of Cookies. I want to loop through the CookieContainer to display the cookies? How can I do this. I know how to loop through a CookieCollection and display the cookies. How can I turn a CookieContainer into a CookieCollection? I tried something like this...more >>

:( I asked a lot a bout date validation :(
Posted by Tamer Ibrahim at 11/12/2007 12:43:08 PM
Hi, Why can't I get any response concerning this topic ? I want to validate the input user date format and date range ............................ Any feedback will be most appreciated. ...more >>

TextBox1 value
Posted by rodchar at 11/12/2007 11:54:02 AM
hey all, i'm trying to use the onblur client-side event to get the value of TextBox1 but can't seem to nail down the syntax. can someone please help? thanks, rodchar...more >>

User input date Validating
Posted by Tamer Ibrahim at 11/12/2007 11:53:16 AM
Hi, I'm trying to validate user input date using range validator on a text box . This code is throwing this exception "The value 'DateTime.Now;' of the MaximumValue property of 'rvQDate' cannot be converted to type 'Date'. " <asp:TextBox ID="txtQDate" runat="server" Enabled="False"></as...more >>

Suppress Masterpage
Posted by Jonas Pedersen at 11/12/2007 11:26:30 AM
hi, I am looking into reusing code to limit number of pages. When ever I display a user's name on the site, It is with a hyperlink so you can view the user profile in a popup window. Is there a way to suppress the masterpage when a page is shown in my popup windows? Jonas ...more >>

VS Frustration
Posted by Lloyd Sheen at 11/12/2007 10:12:55 AM
Ok all I want to do is select an item in the document outline window and go to properties of that item. I find the item in the doc outline. If I click the properties tab or F4 I get the properties of ICSSSelection (whatever that is). I have only one window open in the IDE (the ascx) file...more >>

log shipping .trn files question
Posted by Jason Huang at 11/12/2007 10:08:01 AM
Hi, I've established the log shipping between my Primary database server and the Stand by database server. In the Stand by server, the database is gray, and in the BACKUP folder, there're MyDB_init.bak and many .TRN files. 1.How do I make the MyDB's color not gray in that Stand by server?...more >>

Cancel Postback for ASP.Net Button
Posted by WhiskeyRomeo at 11/12/2007 9:44:03 AM
I read the 4 or 5 threads on this Subject and it seems my javasript should work but it doesn't. In the designer, the onClientClick is set to: CheckForSave(this). This works in .Net 1.1 but not 2.0. The User is presented with an OK or Cancel confirmation window. However, pressing Cancel d...more >>

ASP.NET Configuration Tool - cannot find server
Posted by Dennis McCarthy at 11/12/2007 9:09:03 AM
I am trying to add users to the default ASP.NET membership provider (SQL Express) using the ASP.NET Configuration Tool. When I launch the ASP.NET Configuration Tool from the Web Site menu in Visual Studio, the ASP.NET development server starts, a browser window opens, and the browser displa...more >>

Best way to do this?
Posted by Anonymous at 11/12/2007 7:17:02 AM
I have a distributed N-tier C++ application that I want to make available online. Because of the architecture, I should be *in theory* be able to replace the presentation tier from the current one to web pages. However, I am not sure what the best way to do this is - since the GUI is quite ...more >>

Gridview question - Just curious
Posted by B. Chernick at 11/12/2007 6:01:22 AM
I worked on a fairly large web project about 2 years ago but that was in Dot Net 1.1. I have no web experience in Dot Net 2.0 and Visual Studio 2005. I was trying a basic web exercise in VS2005. Create a web project and drag a table from the server explorer to the designer, thus automati...more >>

infamous ie message
Posted by rodchar at 11/12/2007 5:45:01 AM
hey all, you know that message: "When you send information over the internet, it might be possible for others to see that information." What should I know to manage this risk? thanks, rodchar...more >>

wrap text in datagrid cell
Posted by ireallyneedtoknow2007@yahoo.com at 11/12/2007 5:17:21 AM
here is a cleaner version of a question I posted yesterday. I have tried many versions of the code below but cannot get the column to wrap. I am using asp.net 2.0 visual studio 2005. ultimately I will be adding template columns as well, but really need this column to wrap. thanks for your he...more >>

Compilation speed
Posted by ePrint at 11/12/2007 4:53:02 AM
Something in our solution has slowed the build of our asp.net website down to several minutes. Its not very big and should be a lot faster when comparing it to other web projects. From the command line is there any way of seeing more debug information to try and track down where the problem ...more >>

deployemnt means
Posted by vinodkus@gmail.com at 11/12/2007 4:46:27 AM
dear sir/madam Please tell me what is exact meaning of depoloyment in asp.net? Thanks in Advance ...more >>

Calling Open With dialog from asp.net
Posted by Somesh at 11/12/2007 4:22:03 AM
Hi Friends, I would like to show the Open With dialog of windows (the one which is shown when windows couldn't find the application to open the file) to the user on some specific event. Can somebody tell me how can I do that. Thanks! ...more >>

Error: Unable to start debugging on the web server
Posted by Reds at 11/12/2007 1:56:34 AM
I am running Visual Studio 2003 on XP, which I have used to run VB, C# and C++ non-web applications without any problems. I'm just starting to use WebForms with asp.Net. When I tried to run my first application, I got the following error. "Error while trying to run project: Unable to start d...more >>

how to display a webpage in mobile 6 emulator
Posted by Claudia Fong at 11/12/2007 1:50:01 AM
Hi, I downloaded the mobile 6 SDK and I'm trying to display my webpages in the mobile 6 emulator, but I'm not able to get into the internet.. the active sync is connected.. When I was using the mobile 5 emulator, I was set up the ip address to open the webpages from the emulator.. the ip...more >>


DevelopmentNow Blog