| Thread | Last Post | Replies |
|
| Dynamic Control capture button click. | 28 Feb 2005 23:06 GMT | 1 |
I have dynamically added controls using a Placeholder to a form. This form is data driven thus I never know how many records will be retrieve. My form looks like this txtKey0=1111, txtBox0, txtDate0, btnEdit0
|
| 3-tier, data-layer | 28 Feb 2005 21:16 GMT | 2 |
Dear people , I have a question about seperating data code from presentation code for, like in client server applications. The example i am looking for goes about the topic data layer. In my server code i often use the same code
|
| Save state when create image | 28 Feb 2005 17:37 GMT | 1 |
Hi there, I will be very happy if someone helps me. I need to create dynamic image, and save the state between the postback. I mean I've got 5 buttons and when I click on one of them, the image is creted with: System.Web.UI.WebControls.Image Img1 = new
|
| url in cell.innerhtml not doing a postback | 28 Feb 2005 17:33 GMT | 1 |
i have a url which i create using <a href=...> tags and it also contains a query string im passing..when i click on it..the parameters passed in it are used and are processed in the same page. The issue is when i click on the resulting url it is not a post back.
|
| Visual Studio - Selecting HTML Code on clicking control | 28 Feb 2005 07:38 GMT | 1 |
When we are designing a WebForm clicking on the Control in the Design View does not select the corresponding Tags in the HTML. I find that this is one of the most basic things that VS.Net is missing when compared to WYSIWYG editors like dreamweaver.
|
| Dynamically adding DropDownList - if I set ID also, I lose PostBack EventHandler | 27 Feb 2005 23:42 GMT | 3 |
I have built a control that runs an on-line help system. Depending on the category you selected via dropdownlist, it goes out and gets the child subcategories, and if there are any, adds a new dropdownlist to the screen for selection. This continues until there are no children, ...
|
| unable to limit width of datagrid column | 27 Feb 2005 23:38 GMT | 1 |
I am unable to limit the width of a column in a datagrid and not have the column wrap text. I would prefer the column just clipped. The column is a hypertext column and I have unchecked wrap text on the column properties in the format tab of the property builder. I have also ...
|
| ASP.NET Newbie radiobuttonlist bind datasource | 27 Feb 2005 19:58 GMT | 1 |
I'm attempting to build a survey like application in ASP.NET 2.0 (VB) and I'm looking for some assistance, I have a dataset of questions that I want to page thru 1 at a time to obtain a score for each item.
|
| Date validation problem | 27 Feb 2005 14:34 GMT | 2 |
I am using a compare validator to validate a text field for a date value. The problem is that the validator does not accept a single digit year like 1/1/5 but would accept a two digit or four digit year like 1/1/05 or 1/1/2005. What is the problem and how can I fix it?
|
| Dynamically created Web User Control and ViewState problem | 27 Feb 2005 11:50 GMT | 1 |
I'm building a Web page in ASP.NET / C#. On that Web page, there is a button that when clicked will add a Web User Control (contains some labels, textboxes, radio buttons, and such). The user can click that button many times, each time adding one additional Web User
|
| Browse Folder Dialog | 26 Feb 2005 13:22 GMT | 2 |
Does anyone know if there is a browse folder dialog control for ASP.NET (C#)? I need my web page to allow a user to select a folder location on their local pc. I found something similar with: <INPUT id="txtFileName" type="file".....
|
| deriving from datagrid and adding other controls too | 25 Feb 2005 18:27 GMT | 3 |
So what I want is to have a button that the user clicks that will cause a datagrid to pop up in an iframe. I want the datagrid, the button, and the iframe to all be part of the same control... ideally. Any suggestions on how to do this and still be able to use templates to
|
| Page Is Loading Twice... | 25 Feb 2005 16:34 GMT | 4 |
My page is firing the Page_Load twice on both initial load and on a button click. On the initial load, both times it fires "IsPostback" shows false. On the button clicks, "IsPostback" shows true, which I'd expect, but what could be making Page_Load fire twice?
|
| treeview node limit | 25 Feb 2005 12:17 GMT | 3 |
It seems Microsoft says the max # of nodes for asp.net 1.1. in their unsupported treeview control is 1000 nodes. I have tested up to 5000 nodes being displayed, but it takes close to 70 secs for the control to populate.
|
| System.InvalidCastException: Specified cast is not valid. | 25 Feb 2005 12:13 GMT | 1 |
Anybody help me regarding this error: I am assigning the values to the session variables when the button is clicked and passing these session variables to the next page and when I am printing these session variables they are printing. After that I am
|