| Thread | Last Post | Replies |
|
| DHTML Edit Control | 28 Oct 2005 11:37 GMT | 1 |
Hello, i want to use the DHTML Edit Control for IE 5 in VisualStudio.net Webform.aspx. if i register the control (Extras,Toolbox anpassen) and drag it in my form,
|
| accessing other web controls properties | 28 Oct 2005 11:33 GMT | 1 |
I have 2 web controls: one.ascx two.ascx one.ascx is embedded within two.ascx.
|
| Backspace in Readonly Textbox | 27 Oct 2005 19:06 GMT | 2 |
I have a textbox in a datagrid and on an onchange event that field may become readonly. The problem is when the user highlights the text in that box and presses the backspace button because Explorer with recognize that as a user request to go to the previous web page. Is there ...
|
| LinkButton Problem | 27 Oct 2005 18:11 GMT | 3 |
I want to know that how can I display a link button in a string and use its events. Below is my string: lblError.Text="Unfortunately your details were not found in the database.Please try again contact <a
|
| hitting enter does not submit form but refreshes page? | 27 Oct 2005 13:53 GMT | 5 |
i am using a master and content page the regular aspx page not attached to a master page will submit when the user hits enter how come a content page will not submit if the user hits enter?
|
| Ragged Display - Which Control? | 26 Oct 2005 15:31 GMT | 4 |
I need to output information in the following format. I do not need in-place editing. Personnel Room Bed Cap Name Company Bed Cap Name
|
| properties | 26 Oct 2005 14:23 GMT | 2 |
How do i get my public properties on a webcontrol to show up on the designer so I can set them on the page they are residing without having to set them via code? I have tried the following: using System.ComponentModel; .....
|
| RequiredFieldValidator does not Validate control | 26 Oct 2005 07:37 GMT | 5 |
I have a strange behavior here. I have a page with several TextBox and there is a RequiredFieldValidator for some of these TextBox. My page works perfectly fine on my Development computer, but on the production server. The RequiredFieldValidators are not working
|
| HI - Crystal report generation | 26 Oct 2005 04:10 GMT | 1 |
I am using ASP.NET 2.0 beta. I want to create a crystal report and convert it into a pdf and flush it on the browser. first of all can i create a crystal report using .ttx file i.e. the Field
|
| Extending Drop Down List | 25 Oct 2005 22:47 GMT | 1 |
Hi Friends, I am trying to add two extra properties to my drop down list that i can access from .aspx page only, <asp:DropDowmList id="" runat="" Description="Custom Property"
|
| datagrid's itemcommand event gets fired | 25 Oct 2005 22:38 GMT | 3 |
Can someone help me why is the following behaviour - 0. The page has a resultsGrid(datagrid) and a submit button. 1. On clicking any control within datagrid, resultsGrid_ItemDataBound is fired.
|
| disabled textbox test | 25 Oct 2005 21:47 GMT | 2 |
Hey Guys, I have an asp.net (VB.NET) app and on one page I want certain textboxes to appear like lables based on certain permissions. I've disabled them, set thier borderstyle to none and set thier color to transparent and almost
|
| C# only DataGrid for WebForm? EASY QUES!!! | 25 Oct 2005 21:14 GMT | 4 |
I am trying to create a C# only website and can't seem to figure out why my datagrid isn't showing? All that's in my aspx file is: <%@ Page Language="C#" AutoEventWireup="false" CodeFile="myPage.aspx.cs"
|
| datalist | 25 Oct 2005 20:46 GMT | 1 |
Is there a way to render something before the DATALIST encapsulation table gets rendered ? So that I could have Label before actual table that is rendered by DATALIST... <h1>Some Label</h1>
|
| F1 not working | 25 Oct 2005 20:27 GMT | 9 |
knowlegeable people: i uninstalled msdn completely, and also deleted every registry value i could find for msdn, and also deleted the directory in c:\program files\msdn. this should give me a clean install, right? no. F1 help still does not
|