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 > october 2006 > threads for sunday october 22

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 31

Basic navigation question
Posted by Samuel Shulman at 10/22/2006 7:18:41 PM
Hi How can I navigate from one page to another using and pass info (I don't want to use the Get method because then if the user will refresh the page it will be considered as a separate request) Thank you, Samuel ...more >>


WebControl Library
Posted by Elmo Watson at 10/22/2006 6:22:25 PM
I have VS.Net 2005 professional - however, when I try to create a WebControl Library in VB Choose New/Project/VB - - there is not 'WebControl Library' listed in the templates - just Windows Control Library - nothing on the left side, from which it can be chosen, either. Is this available w...more >>

XML fed Treeview - NULL Reference Exception
Posted by Simon Rigby at 10/22/2006 5:28:45 PM
Hi folks, A bizarre problem I am having. I have a treeview which is bound to an XmlDataSource. The XMLDataSource.Data property is set to the result of a function that generates an XML document from a SQL Query. The problem is that the Treeview renders correctly and expands with the appropri...more >>

Uploading a project to the host
Posted by craigmuckleston NO[at]SPAM googlemail-dot-com.no-spam.invalid at 10/22/2006 5:20:32 PM
I am trying to upload a project (aspx pages) to my site. I just canno get to see my new pages. I have created a folder (aspx) under wwwroo folder, and copied thr project to it. When I navigate t www.mydomain.com/aspx/project/default.aspx, I get all sorts of error (although there is nothing wrong...more >>

Validating textbox for long date MM/YY/DD HH:HHAM comparevalidator ?
Posted by Jason at 10/22/2006 4:06:28 PM
I have a textbox that I want to validate a textbox for a date like "01/01/2000 03:00PM" The below validates nicely for 01/01/2000. What's the easiest way to do this in asp.net 2.0 / vb.net? </head> <body> <form id="form1" runat="server"> <div> <asp:TextBox ID="TextBo...more >>

Is IIS of windows xp safe?
Posted by ad at 10/22/2006 3:56:33 PM
I want to install my asp.net program in Windows XP. Is IIS of windows xp safe? ...more >>

drop down list
Posted by JP.Gantlin at 10/22/2006 3:38:27 PM
I have a drop down list that pulls the names of States from a database. To this list I want to add "All", so the page will search all states. how do I combine the manually-added "All" with the list of states from the database? Also how would i parse that so the sql string uses * or som...more >>

How to access properties of buttons/labels on a login control ?
Posted by craigkenisston NO[at]SPAM hotmail.com at 10/22/2006 11:19:59 AM
Using asp.net 2.0. I have this code: protected void Page_Init(object sender, EventArgs e) { Login1.LoginButtonText = MyFuncion(); string testtext = Login1.LoginButtonText; } It doesn't work. protected void Page_Load(object sender, EventArgs e) { Login1.LoginButtonText = MyF...more >>



Implementing print functionality in ASP.NET web application
Posted by Vera at 10/22/2006 10:17:02 AM
Hi there! I'm a total newbie at web development, so I started bydownloading and installing Visual Web Developer 2005 Express Edition as well as SQL Server 2005 Express Edition. I also downloaded several starterkits and studied the MSDN articles on these starterkits. I learned quite a lot fr...more >>

Custom Control Setup?
Posted by Elmo Watson at 10/22/2006 9:58:34 AM
I've created a custom control and compiled into a dll I've also previously created only setup projects for VB.Net winforms applications - but I have no idea on how to do this for an ASP.Net custom control Does anyone have any examples/websites/tutorials on how to create a setup project for...more >>

visual studio debugger message
Posted by Jon Paal at 10/22/2006 9:22:53 AM
anybody know what causes this error message reported by visual studio just in tiime debugger ? I get it when trying to populate a simple gridview from a datareader. Running locally, the code compiles, but after the page renders, I get the debugger popping up and it gives me the following error...more >>

Determine number of rows in Repeater?
Posted by Mike Cain at 10/22/2006 9:11:15 AM
I'm filling a Repeater control based on a SELECT statement. If the SELECT statement returns 0 rows, then I want to hide the entire Repeater control. Currently I'm doing this: SqlCommand cmd = new SqlCommand("SELECT * FROM whatever where whatever", conn); myRepeater1.DataSource =...more >>

Multilanguage Support 2.0
Posted by AG at 10/22/2006 8:44:42 AM
I have seen the samples for multilanguage support regarding what is normally static content. Can anyone point me to a good sample for multilanguage support for dynamic content. Like a gridview that is populated from a database? TIA -- AG Email: discuss at adhdata dot com ...more >>

Cast problem
Posted by djamila at 10/22/2006 8:20:05 AM
Hi, I wrote a program in ASP.net with IIS 5.1 using VB programming language. When I transferred a site in a server which uses IIS 6, I had some mistakes. One mistake is in that instruction: v_xml = v_xml + "<id>" + CStr(reader1.GetSql32(0)) +"</id>" This instruction works well in IIS 5.1 ...more >>

Execute Stored Procedure
Posted by rn5a NO[at]SPAM rediffmail.com at 10/22/2006 5:59:34 AM
In a shopping cart app, when a user finalizes his order, records from a temporary table named 'TempCart' get inserted into another table name 'Orders' after which the records from 'TempCart' are deleted. 'TempCart' has the following columns: UserID int (no NULLs) Carpet int (NULLs allowed) C...more >>

ATLAS 1.0 beta support
Posted by Yaroslav at 10/22/2006 5:49:01 AM
Hi! I want to know does Microsoft provides support for ATLAS 1.0 beta and what is Microsoft commitment for Beta and RC that will be next? Thanks a lot. -- Something occurs......more >>

E-Commerce application for asp.net
Posted by יוני גולדברג at 10/22/2006 5:44:02 AM
Hi, I have to write some web store application. I'm looking for some template to modify and extend. Is there some free, open source, well known, asp.net e-commerce application? If not, is there some popular open source application to buy? Thanks....more >>

newbie: I wonder if this is possible in asp.net 2.0
Posted by Jeff at 10/22/2006 3:30:10 AM
Hey asp.net 2.0 As far as I know it's possible to search the users registrered at a asp.net 2.0 web portal using either username or e-mail. But what about the custom profile properties which can be configured in web.config? Can they be searched too? I guess it can by using foreach loop ...more >>


DevelopmentNow Blog