| Thread | Last Post | Replies |
|
| Label Web Control Text Justification | 08 Oct 2004 21:33 GMT | 1 |
I can not find a means to justify the text (left, right, center) within an ASP.NET label web control within vs.net. Certainly ... there must be a way. Please advice.
|
| VS 2003 and VS 2005 Beta | 08 Oct 2004 20:35 GMT | 1 |
I would like to know if this is possible to have VS 2003 and VS 2005 Beta installed at the same time. And if it is possible to launch Asp.Net applications on old framework while using asp.Net 2 applications with new Framework. I would like to check out new VS byt I don't want it to ...
|
| Very weird thing ... | 08 Oct 2004 20:23 GMT | 2 |
I have a very weird problem. I've created a page with a user-control on it. Very simple. A form that simply sends some information to an email address when you push on a button. When I try it out on my laptop, no problem. When I upload it to my
|
| How can I load a picture from the database and display it on the form | 08 Oct 2004 19:33 GMT | 1 |
How can load a picture already saved into the database and display it on the form using the VB.NET? Up to now I have already managed to take a picture from any storage drive and save it into the database and take it back to any storage drive. The issue is on how can I take it ...
|
| Can't load/retrieve a picture from the database | 08 Oct 2004 19:33 GMT | 1 |
I have made my webform which is used to load and retrieve the picture from the database. When I run that form in a machine where it is developed it work properly. But when I run it in another machine, it fail to save/retrieve the picture.
|
| Dynamic Web Control Creation | 08 Oct 2004 19:15 GMT | 3 |
If I put my control on the form in the designer it works OK. But If I create it in using response.Write in the pageload event it doesn't get created. Any thoughts? this.Response.Write("<td>");
|
| DropDownList with EnableViewState="false" | 08 Oct 2004 14:57 GMT | 2 |
I am trying to fire SelectedIndexChanged event at server with EnableViewState = "false". Since I have more than 10 DropDownLists in single page, I don't want values of DropDownList maintained in ViewState. Is there any way
|
| Use of Data repeater | 08 Oct 2004 14:35 GMT | 1 |
Is there any one who can give me link that will help me to study the use of Data repeater?
|
| Refresh controls on Panel in webform? | 08 Oct 2004 14:26 GMT | 3 |
How do you refresh the controls on a panel? I've got a VB webform which contains a panel. On that panel is a checkbox and a textbox. I'd like the textbox to appear when the checkbox is checked and disappear when the checkbox is unchecked.
|
| How can i handle post back event of the control that is added on the OnPreRender () method | 08 Oct 2004 11:04 GMT | 8 |
Because of the fact that, handling events method ( IPostBackEventHandler.RaisePorstBackEvent method) is prior to OnPreRender method, i cannot handle the events of the controls that i am adding on the OnPreRender method. Is there a way for that. Can i manually tell asp.net
|
| ListItem VALUE -I can not set with code (taking text property inst | 08 Oct 2004 02:34 GMT | 3 |
I am trying to use code to create a dropdownlist box that has different values than text for instance: <asp:DropDownList id="someID" runat="server"> <asp:listitem value="12345">ABCDE</asp:listitem>
|
| Add RequiredFieldValidator -- Post doesn't work. | 07 Oct 2004 19:58 GMT | 2 |
I've got a form with lots of stuff on it, but nothing really unusual... some text boxes, listboxes, dropdownlists, and a couple of Peter's Calendar Text Boxes. I've got a button that some does some oledbstuff, inserting data into a
|
| User Control not in available controls to validate | 07 Oct 2004 18:49 GMT | 1 |
Is it possible to create a web user control, drop it on a web page, and then validate it using any of the validators other than the custom validator? None of the controls that I've created show up in the DropDownList as being able to be validated.
|
| Prevent access back.?? | 07 Oct 2004 10:07 GMT | 1 |
Can asp.net prevent user to click "Back" button that's on the top left coner of the IE web browser ?? any ideas.. thanks in advance..
|
| Datagrid paging question | 07 Oct 2004 09:36 GMT | 4 |
I use a datagrid and make use of paging. To add new records I use a stored procedure in SQL server, which returns the unique ID of the new record. This works well, but how can I make the datagrid automatically display (and highlight) the newly added row (how do I retreive the page ...
|