| Thread | Last Post | Replies |
|
| date time formatting | 20 Oct 2004 08:09 GMT | 3 |
Hello, I am a newbie to this. I have the following code. I have a query which gets the data from the SQL Server. On the server the date is formatted as 'yyyy-MM-dd HH:MM:SS' If I run the application, the date is being displayed as 'MM/dd/yyyy
|
| How do you access a hiden server? | 19 Oct 2004 21:55 GMT | 3 |
How do you access a hiden server? MY school has hiden there server. I want to be able to access it again. Tell me how i get it back!!!!! Any help is needed. Thanks for your help! User submitted from AEWNET (http://www.aewnet.com/)
|
| where to download microsoft.web.ui.webcontrols from? | 19 Oct 2004 16:19 GMT | 3 |
i had it once and my computer crashed and i did not back it up for some stupid reason but i can not find the download site for this assembly. i have found refernces to it but no downloads any help please
|
| What's wrong with this code? | 19 Oct 2004 14:39 GMT | 5 |
Hi all... I need help in there : In the Page_Load : /////////////////////////////////////// If Not IsPostBack Then
|
| Adding UserControl to a PlaceHolder.Controls collections | 19 Oct 2004 13:46 GMT | 1 |
Here's the problem: I have created a custom UserControl. I have put a placeholder to my index page and now I'm trying to add the UserControl programatically. The problem is, the control does not show up. Basically: placeHolder1.Controls.Add(new Button()); works and new button ...
|
| Can't submit form | 19 Oct 2004 08:28 GMT | 5 |
I have a simple login screen (username, password, submit button). Works perfect on 2 of my PC's. On 3rd, clicking "submit" button does nothing (the submit button calls a method in my code-behind file to process the login). I have used TRACE to verify that the code-behind method ...
|
| setfocus textbox | 19 Oct 2004 06:23 GMT | 1 |
How do I setfocus on the textbox when the page is loaded? Thanks, niv
|
| Multi-column drop down? | 19 Oct 2004 00:23 GMT | 2 |
I'm new to ASP .NET and I understand the framework doesn't have a multi-column drop-down list (combo box). Does anyone know of a good 3rd party component I can buy to satisfy this UI requirement I have? Any advice would be appreciated.
|
| Newbie: how to add click function to a dynamically created Button in WebApplication? | 18 Oct 2004 21:22 GMT | 2 |
I am trying to create a bookstore WebApplication using c#. I can display the books (obtained from sql server) on a table in the WebForm application. At the end of each row, I would like to add "add to cart" button. Therefore, I use
|
| Groupbox in Webpage? | 18 Oct 2004 20:02 GMT | 1 |
I am trying to identity how do I put a "WinForms" like groupbox on my webpage? I want to group things logically using a controls like that - but it seems not possible?
|
| Client Side Scripts | 18 Oct 2004 18:24 GMT | 2 |
Any Response.Write("Something") that I put on the Page_Load of a Web User Control gets "printed" on the page before the first <html> tag. How can I programmatically add some html scripts to a control without using the Page_Load?
|
| How to pass values into a user control | 18 Oct 2004 16:28 GMT | 4 |
I've created a user control in C# with a Title Property I can set up the title in HTML by passing the title property as shown <uc1:USRTitle id="myTitle" runat="server" Title="This is the Title"></uc1:AdminTitle>
|
| DataGrid, Seperate template for InsertItem | 18 Oct 2004 16:15 GMT | 4 |
Hello... I've used datagrid extensively and know its strenths and weakness's rather well. My question is this... I've got the requirement to insert
|
| User control + relative path | 18 Oct 2004 16:02 GMT | 1 |
Hi. I need some help on this. I have a user control (a header) in my root directory, and all my pages use that control. Then a created a folder (in my root directory) and put a new page inside it, and that page use the same control, but this time the
|
| Finding edititem control names in datagrid at runtime | 18 Oct 2004 04:01 GMT | 1 |
I'm trying to make a generic class that will manage an editable datagrid. Part of the functionality of the class is that it shouldn't need to know the names or types of the input fields - they will get passed in inside a panel, and it will loop through the panel's control ...
|