| Thread | Last Post | Replies |
|
| send ascx file's html code as email | 07 Feb 2005 16:42 GMT | 2 |
I want to send ascx file's html code as email.this ascx file is summary of customer sale.and at last iwant to send email to customer.how can i get and past ascx file's html code to mail body.
|
| Order of controls loaded | 06 Feb 2005 23:30 GMT | 1 |
What dictates the order of user controls loaded? If I have 3 user controls on my default page, for instance, say a header control, menu control, and details control. Why is it ALWAYS that the menu control is loaded last, so that the details
|
| Center text in Web Server TextBox control | 05 Feb 2005 00:35 GMT | 2 |
I wonder how can I center a text in a Web Server TextBox control (or even Label control). Same question for an HTML Server TextBox control. Any help will be appreciated.
|
| How to capture button click on Page_load | 04 Feb 2005 16:24 GMT | 4 |
Hi, I am new to ASP.NET. What I am trying to do is a menu made up of link buttons so that on the page_load event I can dynamically create certain controls. I create the link buttons dynamically and assign the onClick handler, however I noticed that the Page_Load event is ...
|
| regarding drop down lists | 04 Feb 2005 16:14 GMT | 2 |
I'm new to ASP.NET and I have recently had trouble with DropDownLists. I am binding the list using the following code: DataSet ds = new DataSet(); adapter.Fill (ds,"Table");
|
| How do I pass an object to webcontrol that is loaded using the "LoadLontrol" method ? .NET 2005 Beta. | 04 Feb 2005 07:39 GMT | 1 |
Because of the nature of my application, I have a web control that is being loaded and added to my form at runtime using the LoadControl method. Beacuse of the new framework, it is impossible to inherit from my own version of the "System.Web.UI.UserControl" class as the code seems ...
|
| Find a toolbarcheckbuttoncollection control on a IE toolbar contro | 04 Feb 2005 03:08 GMT | 1 |
I have an Internet Explorer Toolbar with a ToolBarCheckButtonCollection on it. I am trying to access this collection so that I can check the Selected property of one of the buttons. I tried ToolbarCheckButtonCollection grpMove = this.Toolbar1.Items[12];
|
| Issue with generating webcontrol dynamically... | 04 Feb 2005 02:03 GMT | 1 |
We have 508 compliance issues where every <input> tag should have associated label. The label have to speicfy the control that it is associated to, in this case the checkbox. This is done by setting the associatedControlID property of label.
|
| Help with using a Text Box to pass parameters to SQL | 03 Feb 2005 23:31 GMT | 2 |
I need help with the following:
> I am doing a lookup screen for users. > I am accessing a SQL Query. > The User can enter either a State or the first 6 |
| web custom control not keeping the inner collection !! | 03 Feb 2005 18:06 GMT | 1 |
i am making a custom control that contains collections to be added in design time like the DropDownList in the asp.net , the problem is after adding it to the project and adding the collections , i close the project then re-open it and the collections aren't there .. also ...
|
| Suppress repeated values in DataGrid/DataList | 03 Feb 2005 15:08 GMT | 1 |
Anyone handled supressing repeated values in DataGrid/Datalist? TIA, Holy
|
| Generate <Label> tag for input controls... | 03 Feb 2005 05:01 GMT | 1 |
We have 508 compliance issues where every <input> tag should have associated label. The label have to speicfy the control that it is associated to, in this case the checkbox. This is done by setting the associatedControlID property of label.
|
| ShowMessageBox on ValidationSummary | 02 Feb 2005 16:24 GMT | 3 |
I am setting ShowMessageBox=true on the ValidationSummary control.... and this works fine when used in conjunction with the RequiredFieldValidator control... however a client message box is never displayed when used in conjunction with a CustomValidator control.
|
| datagrid newbie 3 questions | 02 Feb 2005 15:47 GMT | 1 |
have developed a webform using a datagrid, pulling data from the database. I pull the data into an adapter then into a view so that I can have sorting and paging. I have a few questions about the dg. Prety simple. Trying some obvious embellishments:
|
| Problem with dropdown list and autopost | 02 Feb 2005 12:14 GMT | 1 |
When using AutoPost on a dropdown list that has some code on the SelectIndexChanged function. When the value in the dropdown list is changed the CPU for the Web Browser goes to 100% for about 20 seconds. The code that is executed is the
|