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
January 2007
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 webcontrols > march 2007 > threads for march 15 - 21, 2007

Filter by week: 1 2 3 4 5

really dumb question!!
Posted by Rod at 3/21/2007 2:24:45 PM
I have a server side button that when clicked does stuff then if that stuff has worked out OK I want it to load another page. Somehow I can't figure out how to look this up. Sub myButton_Click do stuff if stuff_OK then Load new page somehow???? endif end sub ...more >>

Use textbox to filter a DropDownList
Posted by Rob at 3/20/2007 6:58:20 AM
Hi, I'm trying to duplicate a page from Classic ASP to ASP.Net 1.1. In Classic ASP, I have a <select> box populated by a recordset that holds a list of parts and I have a textbox and when I enter a part number in this text box...I have a javascript onchange event that calls a javascript functi...more >>

WebBrowser question
Posted by WT at 3/20/2007 12:35:14 AM
Hello, The url I use for webbrowser has a button thta closes the browser. How to catch this event ? WebBrowser is notr closing but stay inactive after closing. Is it possible to have something like window.showModalDialog(url)? CS ...more >>

how can i open a new explorer from an aspx page
Posted by Horacio Grischinsky at 3/19/2007 5:01:36 PM
I need to open a new explorer from a page .aspx with c# as a lenguage. I dont find how to do ...more >>

Dynamically access the table cell control's
Posted by sivagururaja NO[at]SPAM gmail.com at 3/19/2007 5:10:35 AM
Hi All! There is one doubt in ASP.NET. There is one suituation to create a table dynamically and add the values based on the selection made in the previous page. And also create some check box dynamically for corresponding values. For ex., If A is selected then create 2 checkboxes and ...more >>

Button that just calls a sub (and does NOT submit the form)
Posted by paul.richards NO[at]SPAM shropshirefire.gov.uk at 3/19/2007 4:18:46 AM
Hi, I want a button that just calls a subroutine (rather than submitting a form). So, I have done this: <asp:Button id="btNewNetworkProvider" text="New" commandname="newprovider" onclick="newprovider" runat="server"/> and: Sub newprovider(sender As Object, e As EventArgs) ... En...more >>

Please... I need to acces to a textbox in a FormView
Posted by Marcos Galaviz at 3/16/2007 12:32:31 PM
Hi i want to asign a value to the Text property in a textbox inside a FormView when i am adding a new record ¿how can i do that? i want to use a ComboBox to select a value and this value goes to the textbox ¿any suggestions? Thanks... ...more >>

Changing the color of cell on mouse over event in calendar control
Posted by Garg at 3/15/2007 11:32:13 PM
Hi, I want to make the color of a cell change in my calendar control, whenever mouse is brought over that particular cell. How can I achieve this functionality?? Thanks, Shivani ...more >>



Using a custom character as the bullet in a BulletedList
Posted by Nathan Sokalski at 3/15/2007 3:36:24 PM
I am creating a BulletedList and would like to use a - as the bullet. However, I could not find a way to do this using the properties for the BulletedList control. Is there a way to use a specific character for the bullet without manually adding it to each ListItem? Thanks. -- Nathan Sokals...more >>

Adding namespaces to webcontrols
Posted by daokfella at 3/15/2007 1:58:04 PM
How do I put my webcontrols into specific namespaces? I'm a little confused now with the partial classes and the .ascx.designer.vb file. In 2003, I would just add the NameSpace declaration in my code-behind page. Is this how it's done in 2005, but to both the designer and partial class? Is not t...more >>

control object is in a read only state
Posted by Duke at 3/15/2007 5:40:43 AM
I have an ASP.Net 2 page with a Report Viewer control (sp1) that displays a local report. The report uses the results from a SQL Server 2005 stored procedure. It was running fine but given that ASP.Net supports asynchronous processing I thought I'd make the stored procedure call asynchronous, ...more >>

CustomValidator not working with FormView?
Posted by darkmage1975 at 3/15/2007 4:47:46 AM
Hi to all! I've got this problem, I'm thinking on it for about 2 days, searching info on the web ... but nothing. Here's the problem: I've got a long FormView control that works fine. I added a lot of RequiredFieldValidator on a lot of fields and all works fine: when I click the FormView "I...more >>


DevelopmentNow Blog