| Thread | Last Post | Replies |
|
| RegularExpressionValidator | 31 Jan 2007 10:09 GMT | 2 |
I'm attempting to use the Regular Expression Validator to cehck for the following conditions: <sequence of letters><sequence of numbers> or
|
| Server Application Unavailable | 29 Jan 2007 19:30 GMT | 2 |
I'm using MS Visual Web Dev 2005 Express and did the tutorial to make a simple web site with C# code behind. Works fine with the ASP.NET development server that runs with Web Dev. When I move the files to an IIS server however I consistently
|
| Web Parts - EditorZone - Changing the appearance of a web part | 29 Jan 2007 15:11 GMT | 1 |
I'm using this zone to change the appearance i.e. height and width of a web part at design time however when I saved the changes by pressing ok / apply the size of the web part remains the same. Am I supposed to change the properties on the web part to support resizing
|
| Validting selected date from a calendar | 29 Jan 2007 14:34 GMT | 3 |
how can I make sure that the user can't select a date earlier than the today's date ?
|
| AJAX n00b - custom server control in an UpdatePanel causes full postback | 29 Jan 2007 13:29 GMT | 7 |
[apologies if this is the wrong newsgroup, couldn't find one for atlas/ajax] Hi all, I have a custom server control (inherits from control) that is, essentially, a DIV containing a table with several rows, each of which has a DIV in it.
|
| HyperLinkField and OnRowDataBound | 29 Jan 2007 11:10 GMT | 5 |
Hi; How can I access a HyperLinkField in a GridView in the OnRowDataBound call? Looking at what is passed in it looks like at that point all that exists is the HyperLink control that HyperLinkField creates.
|
| Disable the prev button in a wizard | 29 Jan 2007 04:15 GMT | 2 |
Hi; How can I disable the prev button in a wizard from my C# code behind? On the last page a prev is not allowed.
|
| Calendar Control posting back | 28 Jan 2007 23:57 GMT | 1 |
I am creating a date selector using the .NET calendar control. I have an icon on my webpage and once the icon is clicked i want a DIV containing a calendar control to popup and have the user select a date and have that date put into a textbox on the webpage and the DIV with
|
| Referencing Controls on ItemTemplate in FormView Control | 28 Jan 2007 13:23 GMT | 2 |
in the Page_Load event the following code works at design time but does not work when placed on the production server. I get an error "Object reference not set to an instance of an object." the snippet is:
|
| Client Side ID Differs From Server Side ID | 27 Jan 2007 18:35 GMT | 4 |
I'm having an issue with trying to access the client-side ID of a control in a WebControl that I'm designing. Basically, I'm attempting to add a JavaScript onclick event handler to an image and pass the ID of another control to the the function that the
|
| Repeater and Validators | 26 Jan 2007 19:11 GMT | 2 |
I was wondering if someone could clarify how to use a RegularExpressionValidator on fields in a Repeater.. I have a button for each row and i only want the validator summary to check the fields on the same row as the button i click. Is this possible?? Right
|
| can i assign a name for a control dynamically? | 26 Jan 2007 16:58 GMT | 4 |
hi ladies and gentlemen how can i call a control dynamically? for example for(i=1;i<10;i++) {
|
| DetailsView Default Mode | 26 Jan 2007 13:31 GMT | 3 |
I'm working with a detailsview control which default mode is set to 'Insert'. This control has AutogenerateInsertButton set to 'yes'. So basically, I'm always in insert mode, and I have only one field to
|
| Using Custom Control in a FormView | 26 Jan 2007 07:31 GMT | 6 |
I have a rather odd problem when using my custom control in a FormView control. The custom control inherits the CompositeControl. It is two DropDownLists. The first DDL binds to a DataSource internally. When a user selects a value in the first DDL a second DDL is bound to another ...
|
| collecting the information of a custom DataBoundControl | 25 Jan 2007 16:32 GMT | 2 |
I have successfully gotten thru and coded up a basic MyDataBoundCntl : DataBoundControl Imagine I have a list of 3 people. John
|