| Thread | Last Post | Replies |
|
| Table.Width question | 16 Mar 2005 05:54 GMT | 1 |
I am reviewing some code in C# and converting it to ASP.NET and have come across the following code in C# that does not seem to convert to .NET and I cannot figure out why. In C#
|
| add hyber link to table or table cell web control | 16 Mar 2005 01:31 GMT | 1 |
Hi, all: In our web application(vb.net), we are using Table, Table Row, Table Cell web controls dymanically load data, we define two columns, left column likes header, list data titles(eg. first name, last name), right column show the
|
| Textbox Control Not Posting Value | 15 Mar 2005 23:18 GMT | 1 |
I have a text box control in an ASP.NET user control and it does not post its value when the base form posts. The value comes through as a null lenght string. Any ideas ?
|
| Validation Control text on load? | 15 Mar 2005 19:10 GMT | 1 |
I know on the validation controls, you specify an Error message and Text, where when incorrectly validated the Text will appear and the Error message appear in a validation summary. However, is there a way to make the validation control show the Text at all times, such as on ...
|
| Grab a User's Logon name in ASP.NET form? | 15 Mar 2005 18:36 GMT | 4 |
I've made an ASP.NET application that will allow users to edit certain project data throughout the year. I now need to add some security and only allow users access to the projects they've been assigned. I would like to make a label on the start-up web form that gives a little
|
| this.Page.Id empty | 15 Mar 2005 04:29 GMT | 3 |
What is the recommended method to get a unique property of the page that a custom webcontrol is in. this.Parent.Page.ID this.Parent.Page.ClientID
|
| Why are HashTable Items Not Unique ??? | 15 Mar 2005 01:09 GMT | 3 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <%@ Page Explicit = "True" Language="VB" Debug="True" %> <%@ Import namespace="System.Collections" %> <HTML>
|
| Dinamic StyleSheet reference | 14 Mar 2005 21:33 GMT | 1 |
Is possible write a dynamic reference to a style sheet in an ASP.NET Page? Thanks
|
| Mantain Property | 14 Mar 2005 17:47 GMT | 1 |
I don't know how to mantain the value of a Property of my WebCustomControl. I've my Control and set: ------Code in Page container of contrl ----... ...
|
| The TabStrip Control and Internet Explorer WebControls | 14 Mar 2005 15:09 GMT | 4 |
I want to create a tab strip within asp.net. There are a number of useful MSDN articles on this and similar controls such as a tree view control - example URL is: http://msdn.microsoft.com/library/default.asp?url=/workshop/webcontrols/overview /tabstrip.asp
|
| Find Controls in a Table | 14 Mar 2005 14:27 GMT | 2 |
This is a simple question, but I haven't got it yet. How can I find the TableCell control within a Table (using FindControl) Thank you, Steve Html Code:
|
| About send mail ! | 14 Mar 2005 13:18 GMT | 1 |
that's my code under here // Build a MailMessage System.Web.Mail.MailMessage mailMessage = new System.Web.Mail.MailMessage();
|
| Need Help with a repeater and web custom control | 13 Mar 2005 05:38 GMT | 1 |
I am having a hard time with makeing what I am trying to do work. I am making a questionaire web app. I have a custom control that has a label and 5 radio buttons. My problem is that each different topic for the questionaire is in a database and each questionaire will have
|
| User Control Error : Object reference not set to an instance of an object. | 11 Mar 2005 18:47 GMT | 1 |
I am trying to get the selected value of a drop down list which is a user control. Can someone please tell me where I am going wrong in this code?? The error message is: Object reference not set to an instance of an object. get
|
| Datalist separator | 11 Mar 2005 17:57 GMT | 1 |
I've got a datalist inside a repeater spitting out tables...works great. BUT a <BR> is being rendered between each list item without any type of separatortemplate. How can I suppress this? I know datagrids do tables, but I've got complex headers and footers, and it's just ...
|