| Thread | Last Post | Replies |
|
| Problema con Session | 14 Apr 2004 05:14 GMT | 1 |
Hola soy nuevo en desarrollo web tengo una app. web k genera reportes, cada usuario que logea puede consultar ciertos reportes, sin embargo la aplicacion siempre se queda con la sesion del ultimo usuario que logeo, por lo tanto todos los demas ven los reportes del ultimo que logeo ...
|
| asp:dropdownlist , ViewState Problem | 14 Apr 2004 05:06 GMT | 2 |
Quick question for the clever ones out there! - I have two dropdown lists on one page. - They are getting values from a SQL databse. - When a user select's a a value from the first dropdown the
|
| Dynamic Controls in Multiple Assemblies | 14 Apr 2004 05:03 GMT | 1 |
I just can't quite figure this out although I see it posted all over the newsgroup.... I am dynamically adding a panel to a web form. The dynamic panel contains webcontrols. I want the dynamic panel conataining the
|
| ASP.NET MessageBox problem | 14 Apr 2004 04:57 GMT | 2 |
I have created a javaScript Alert function that brings up a messagebox based on the message sent by the codebehind code. The message is displayed correctly, but the problem is - the messagebox brings up a blank page, display the message correctly, after clicking OK, the actual page ...
|
| Help with Regular Expression validation | 13 Apr 2004 15:58 GMT | 1 |
I want to use Regular Expression validation control to validate that the text that was entered into a text box includes only numbers (0-9) and it's size will be 6 or 7 chars only. What's the regular expression I have to use ?
|
| User Control loading order | 13 Apr 2004 02:05 GMT | 2 |
If you have multiple User Controls on a page, will they always be loaded in a specific order or is there a bit of randomness involved TI jdn
|
| Java Script Validation in Web User Control - Urgent | 13 Apr 2004 01:08 GMT | 1 |
I am able to use to perform java script validations in the Web User Control when i am using a Html Controls. But is am facing problems when i try to run the same code after making the HTML Controls as servercontrols ie runat = server.
|
| ListBox Control Not Returing Selected Values | 12 Apr 2004 22:10 GMT | 1 |
All - I'm trying to capture the values in a multi-select ListBox and everything I've tried isn't working. Here is the code snippet that is trying to grab SELECTED values: // Build Copy To string foreach(ListItem itmCopyTo in lstCopyTo.Items)
|
| HTML Controls | 12 Apr 2004 20:26 GMT | 1 |
Please, how can i get inside my ASPX page, the content of a hidden HTML Field? i'm trying to use the same methods that reads webcontros with no sucess tks in adv.
|
| ListBox and ItemData | 12 Apr 2004 18:06 GMT | 2 |
i use the ListBox Control in a ASP.NET Appl. I fill the ListBox with serval items using ListBox.Item.Add. Now i will give each item a unique identifier as a long value to identify the item, when it is selected by the user. I search for a method like
|
| Clean the session history after logging out | 12 Apr 2004 15:30 GMT | 1 |
am developing a web application using Forms Authentication. User is logged out using FormsAuthentication.SignOut(). After logging out, ifthe user clicks Back button in the browser, the user is still able to see the previous page contents untill he refreshes the page or
|
| Panel rendered variously as DIV and TABLE | 10 Apr 2004 09:14 GMT | 3 |
In my webform, Panel is being rendered as DIV in IE but as TABLE in Firefox (Mozilla). Is this under developer control? Thanks Timo
|
| Microsoft Internet Explorer WebControls (treeview) and Microsoft Server 2003 | 09 Apr 2004 13:22 GMT | 1 |
I have a problem with TreeView control on Microsoft Server 2003 ( IIS 6). The page with treeview is not displayd corectly (treeview nodes are diplayed as simple text). Where is the problem ?
|
| Setting form element values in an exception handler | 09 Apr 2004 08:44 GMT | 2 |
I have a web form which, when an exception is thrown in its codebehind, should be redirected to another from to display the details of the error message. I have a special asp textbox in this form which is invisible
|
| Visuall Data Objects | 09 Apr 2004 02:24 GMT | 2 |
Please, what is the best practices about use a visual data object inside a web form? I can use visually a Command, DataAdapter, Connection and others, but some VB 6.0 friends says that use this object waste memory since all they are
|