| Thread | Last Post | Replies |
|
| Maxlength property NOT working for a multiline textbox in an UserControl | 11 Jun 2004 18:51 GMT | 3 |
Hi... I have an aspx file which has usercontrols included in it The structure is something like this . A UserControl OrderEntrryDetails.ascx has a textbox with multiline property and maxlenghth set to 255
|
| Panel Position | 11 Jun 2004 17:14 GMT | 2 |
Using the Visual Studio .NET 2003 designer there does not seem to be any method for controlling the placement of a panel on a form. Are you expected to embed the panel in a table in order to control its placement on the form or is there something blatantly obvious that I am
|
| RegularExpession Validator | 11 Jun 2004 16:02 GMT | 3 |
Oh great Regular Expression gurus - I summon thee... I know this is probably about as trivial as it gets for someone with regular expression experience, but I don't. I was wondering if someone would be able to create a regular expression (for validating
|
| ImageUrlEditor on subcontrol does not work | 11 Jun 2004 14:43 GMT | 1 |
I have a WebControl which contains another WebControl. Both have an ImageUrl property, code see below In the property grid the ImageUrlEditor works on the parent control but not on the subcontrol's expanded property This may or may not be related with the problem that other ...
|
| datagrid n' server-side jscript | 11 Jun 2004 13:15 GMT | 1 |
I have a javascript i generate on the server-side. And i have a datagrid that shows only when i have results. Within those results i want to insert this javascript. Currently, the datagrid binds my dataObject in a custom
|
| sql and excel | 11 Jun 2004 10:39 GMT | 2 |
(Type your message here) hello. can we insert data in sql as well as in excel simulatenously.basically i want to use excel to draw charts so i want my data from sql to move into excel and display the graph.i m using vb.net.kindly help as soon as possible as my project presentation ...
|
| Validating Controls | 11 Jun 2004 05:49 GMT | 2 |
I have form that has many textboxes. I need to insure that some textboxes contain "dates" and others contain "numbers". I know that with the regular expression validators I can accomplish this. My issue is that I have to have a validator for each textbox (too much work). There has ...
|
| How to print in a WebControls.DataGrid? | 10 Jun 2004 22:58 GMT | 2 |
I need to print the content of a DataGrid placed in a webform but I don't know how to do that. Can anybody help me??? Please, attach code example if posible!
|
| Problem adding multiple instances of a custom control to aspx page | 10 Jun 2004 20:57 GMT | 9 |
I've a web page that adds a custom control every time a button is clicked. I'm keeping a reference to each added control in Session state so I can recreate existing controls every postback. However, the controls are always added with ID "_ctl0" rather than "_ctl1", "_ctl2" ..., so I ...
|
| How can you determine the height of a checkboxlist at runtime? | 10 Jun 2004 15:54 GMT | 3 |
I have a scenario where I need to position a submit button below a dynamically filled checkboxlist with an unknown number of records (check boxes). In order to pull this off (using absolute positioning), I need to be able to determine the height of the checkboxlist at
|
| Converting bit false to string No in Datagrid column | 10 Jun 2004 14:23 GMT | 1 |
I have a dataset bound to a datagrid and the dataset/datagrid has a column bound to a bit field in a sql server database The problem I'm having is the datagrid is displaying 'True' and 'False', where I want it to display 'Yes' and 'No'. How can I do this? If this is not possible, ...
|
| Saving Scroll Bar State ASPX DataGrid | 10 Jun 2004 14:19 GMT | 2 |
I have a page that automatically posts itself back on a user defined interval. This page is flow layout with traditional tables and percentage width(s)/height(s). In a td is a div with an asp:datagrid with overflow auto to get a scroll bar. The problem is when the page refreshes ...
|
| Datagrid Paging Event Doesn't Fire | 10 Jun 2004 14:17 GMT | 1 |
I have been using a datagrid to page through the results of a query. Coding standards prevent me from setting the properties of the datagrid and binding data to the datagrid in the Page_Load method. I instead create and bind data to the datagrid in other methods (such as
|
| Consume php webservice in dotnet environment | 10 Jun 2004 13:17 GMT | 2 |
Are there code samples, technical information to consume a php webservice in a dotnet environment like asp.net? Thx in advance, Paul
|
| accessing dynamically created controls | 10 Jun 2004 07:57 GMT | 1 |
I have an <asp:table> inside an aspx page, and in the code I am adding several rows, cells and controls such as listboxes and radiobuttons to it. When I load the page, I see all the controls that have been created, but when I submit it, the table is empty again. What do I have to do ...
|