| Thread | Last Post | Replies |
|
| Validation problem | 07 Sep 2005 10:41 GMT | 2 |
I have developed a custom control (upload components, kinda) wich i using a validation component to validate user input. The custom contro consists of an upload field, a validation control & a submit button various logic.
|
| Reference Controls on MasterPage | 06 Sep 2005 17:27 GMT | 2 |
// MasterPage <LinkButton1 /> <Panel1> <LinkButton2 />
|
| Datagrid bind to a Calendar | 05 Sep 2005 22:04 GMT | 2 |
I like to populate datagridcolumn-headers with dates, eg. the next 100 days from today, so binding to a calendar is a possibility, but how ?? Help is appreciated, Ger.
|
| Step by step to create/consum a user control | 05 Sep 2005 17:08 GMT | 1 |
Are there someones provide some codes or articles in step by step how to create a web user control by a class in vb, and how to consum it in aspx page, also if the class is changed, how to update it. I am interested in to add this control into Toolbox and to see the property in ...
|
| blank datagrid asp.net | 05 Sep 2005 11:45 GMT | 1 |
i was wondering if it is possible to create a blank datagrid and populate it manually by looping round the cells ??? any help appreciated CG
|
| Load Web Control Library dynamically at runtime | 04 Sep 2005 19:57 GMT | 1 |
I've to do the following: 1. Create a asp.net web control library. 2. Create a asp.net server control (inside the library). 3. Compiling the library (library.dll)
|
| Calendar control | 04 Sep 2005 19:54 GMT | 2 |
Hi everyone. Is there a setting on the calendar control to show previous month? Thanks,
|
| Hide Column By Null Value | 03 Sep 2005 23:39 GMT | 1 |
I establish my connection, run my stored procedure and fill a DataSet. I bind the DataSet to a DataGrid. When I display the DataGrid some of the columns in the DataGrid are Null all the way from the top to the bottom. Can I hide just the null columns? If so, how?
|
| Unable to use the column's defaultvalue when inserting a row | 03 Sep 2005 23:34 GMT | 1 |
I'm trying to insert a row in a table, using a dataset. But when I try to update the dataset with the dataadapter, it triggers a exception telling that there's a column with a null value, instead of that columns was defined with a default value in SQL Server.
|
| ASPX Page help | 03 Sep 2005 13:45 GMT | 1 |
Hi I am developing a web system using ASP.NET . I have got a HTM file and have to add functionality to it which I believe will be a VB.NET code behind page . We are using Visual studio.net . I have copied the HTM
|
| Hidden Fields | 02 Sep 2005 23:43 GMT | 1 |
I have an .aspx page that has a form load event that populates several hidden fields. These hidden fields are on a form on that page and get passed to another app. I have a dropdown box and a text box on that page also. I would like to assign the values of those controls to two ...
|
| control ids on rendered content pages | 02 Sep 2005 23:01 GMT | 4 |
i am using master and content pages in asp.net 2.0 on the rendered content page the control id is: ctl00$ctl00$cphMainContent$cphCustomers$tbName i created javascript expecting the id to be tbName. example below
|
| drop down problem | 02 Sep 2005 15:37 GMT | 4 |
I'm new to asp.net and I'm having a problem with a dropdown list that is populated from a sql statement. The dropdown select a column in a table and after the dropdown is populated the user can select a value from the dropdown and displays the record inside a datagrid. I used
|
| ListBox Problem | 02 Sep 2005 15:08 GMT | 1 |
I have a Web Form which has 2 ListBoxes and an Add Button. I have 4 items in my First List Box. What I want to do is shift the selected Items from first List Box to 2nd List Box.The selection mode of both of my ListBoxes is "Multiple". I am able to add the selected Items from the ...
|
| Render webcontrol output to a string | 02 Sep 2005 02:55 GMT | 2 |
I have a webcontrol component which queries a record in sql and output as a 2 column table (use repeater). I like to save myself some coding by getting this component render its content to a string so that I can attach it into my MailMessage body. Is
|