Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score How do I reposition Controls inside Panel in designer
schumigod - 9 Feb 2007 12:09 AM - 2 messages
Ok, so I'm sure this is simple, but I can't find an answer... I have placed a panel control on a web form, and placed other controls (text box, datagrid etc...) within it, but they all snap to the left of the panel. ...
Score Highlight a clicked row in a gridview linked to a css
Chris - 8 Feb 2007 3:32 PM - 6 messages
I am using a gridview with alternating row color. The gridview is gets its attributes from a stylesheet. I want to highlight a row when the user clicks on it. I did this with client side  script and it worked fine until I attached the view to a stylesheet. ...
Score Newbie, error between asp.net 1.1 and asp.net 2.0
verci - 8 Feb 2007 9:14 AM - 2 messages
Hi guys, sorry if this seems stupid :( I'm running VS2005 Professional, SQL Server Express 2005, Win XP Pro SP2, ASP.net 2.0,  thanks in advanced for your help. I trying to migrate an application build on asp.net 1.1 to ...
Score Newbie, submit form error on postback
verci - 8 Feb 2007 1:17 AM - 3 messages
Hi guys, I'm running VS2005 Professional, SQL Server Express 2005, Win XP Pro SP2, ASP.net 2.0, so far I've been stuck for 2 days, thanks in advanced for your help. I trying to migrate a small forum application build on asp.net 1.1 to ...
Score Check if Value Has Changed
BigJohn - 7 Feb 2007 8:58 PM - 3 messages
Is there a way to check all controls to see if the value has changed without using JavaScript to maintain a value or a persistant connection to the server for events? I always thought the ViewState could be used since it contained the values ...
Score Valid Date
BigJohn - 7 Feb 2007 8:33 PM - 4 messages
I want to use a Validator control to ensure a date field has a valid date in it.  I tried finding the ValidationExpression to use in a RegularExpressionValidator but to no avail.  If CustomValidator is the solution, can I have a pointer to a good date validation example. ...
Score Formated Data Input Form
BigJohn - 7 Feb 2007 7:51 PM - 2 messages
I have a One to Many form requirement which is definitely not new.  My user base is extremely computer averse, so making it look like a paper form is what I need. The many side has a specific format which is not a row. ...
Score Sub that Handles different controls
mianiro - 7 Feb 2007 7:45 PM - 3 messages
I have a sub procedure where I want to handle a link button and an image button.  I tried just adding the control name and .click at the end of the declaration, but I get an error.  Can anyone help me out? ...
Score How do I display a website in a panel ?
Henri - 5 Feb 2007 8:30 PM - 2 messages
Hi, I would like display in a website a panel and inside it, the copy a existing website... (And when the user click in the panel, he is redirected to this website). So, I am looking for a component where it is possible to display ...
Score Auto PostBack
Henri - 5 Feb 2007 7:15 PM - 4 messages
On a websitye, I have a webfom, with a Image and a RadioButtonList. When a user selects an item in the RadioButtonList, the property "ImageUrl" of the Image changes. If the property "AutoPostBack" of the RadioButtonList is at FALSE, changing ...
Score Accessing Dynamically Loaded UserControls
..:: Kevin ::.. - 5 Feb 2007 1:47 PM - 8 messages
I have a problem with accessing controls that I have loaded dynamically and added to a web page. The scenario: I have a webpage that displays multiple instances of a user control on the page.  The number of controls that are displayed can be adjusted by the user ...
Next »