| Thread | Last Post | Replies |
|
| Setting the value of a template textbox control in a datagrid | 30 Jun 2004 22:31 GMT | 1 |
The code below finds the user entered value in a textbox within a grid. Then it updates the value(s) to the bound datatable. But the value does not display after rebinding to the grid. I think it has something to do with the binding of the textbox? I'm not clear on whether I ...
|
| Create TemplateColumn Dynamically | 30 Jun 2004 21:13 GMT | 1 |
I'd like to create TemplateColumn at runtime. I want to add an Control (like Button,..) to this column. Is there any example how to this this? Thanks in advance,
|
| problem with validation control | 30 Jun 2004 21:11 GMT | 1 |
I have put a required validation control on one of my aspx pages. I also have a server button on the page which the user will click to submit the data. The problem is when the user do not enter anything on the required field, it show the error then immediately submits the form and ...
|
| listbox and sql stored procedure | 30 Jun 2004 20:29 GMT | 2 |
First of all sorry for my not perfect english. I've got listbox in my .aspx page where the users can make multiple selection. So, Users can select 7 items in listbox, I have to take value from
|
| Dynamic Template Column - retaining value on postback | 30 Jun 2004 16:55 GMT | 1 |
I am adding dynamic template columns to a datagrid. The template column contains a textbox which the user can edit. When I am rendering it initially, the text in the textbox is bound to a column in the dataset. Everything works fine till this point. After the user makes changes to ...
|
| Labels and usercontrols | 30 Jun 2004 13:08 GMT | 4 |
I want to use a parent page and load webusercontrols to this page dynamically. The problem I got is how I can set a label.text in parent page from a usercontrol. A scenenario is if I have a button into the usercontrol and want to set a text to a label in the parents page. I've set ...
|
| z-index | 30 Jun 2004 09:30 GMT | 2 |
I have a page of several labels, textboxes, buttons and a dropdown list box. When I want to display an error, I overlay a panel (make it visible) with a high z-index so that it covers all the other controls. Except that it never covers the drop-down list box. Despite the fact that ...
|
| Can web control events fire FIRST? | 30 Jun 2004 09:14 GMT | 5 |
I have a user web control I wrote which is registered in my webforms. By default the web form's Page_Load is firing first, and then the web user control's Page_Load is firing. I want to set it up so that the web control's event fires first, before the
|
| Custom Validator | 30 Jun 2004 03:18 GMT | 1 |
I want to use a Custom Validator which checks two things.Firstly that the user should only enter letters.Secondly, The text box should not be empty when the submit button is clicked. I know that I can do this by required field validator. But I want to ...
|
| Problem with Microsoft TabStrip Control in ASP .NET | 29 Jun 2004 18:11 GMT | 1 |
Our application is in ASP.NET and C# , we have used tabstrip control for data input screens. eveything went fine. till the user got connected to this application through a web VPN (CISCO),all of sudden tabstrip is not getting displayed at all.
|
| adding linebreaks to a control | 29 Jun 2004 17:17 GMT | 1 |
I have a user control which build a list menu from HtmlGenericControl objects (UL and LI). It works well and produces valid HTML, but all on one line. Any ideas as to how I can get the syntactically-valid equivalent of the following?
|
| Job Scheduling Third Party Controls | 29 Jun 2004 17:08 GMT | 1 |
All, I am looking for a third party control(s) to incorporate job scheduling into our commercial product. The control(s) must have a ASP.NET UI component and use SQL Server to manage the job schedules.
|
| Gantt Chart Control | 29 Jun 2004 17:01 GMT | 1 |
Does anyone knows a good ASP .Net Web Control to create a Gantt Chart. Many Thanks hamid -----------------------
|
| custom validation not executing | 29 Jun 2004 15:37 GMT | 2 |
I've tested the logic in the design on other pages and it works fine. THere is one major difference between where I want it to work and where it has worked. THe page I'm working on was launched from a page using Server.Transfer. I'm very new to this stuff so this very well
|
| DropDownList with Postback on only one item... | 29 Jun 2004 15:10 GMT | 1 |
Is it possible to trigger a PostBack event from only one item in a DropDownList? I would like to have a DropDownList that does not AutoPostBack with many items, except for one which will take you to a form to edit the items in the list.
|