| Thread | Last Post | Replies |
|
| TextBox controls determining if text is highlighted or selected | 31 Mar 2005 19:19 GMT | 3 |
is this possible? I know that I can derive a class from the windows.form namespace but then i Couldn't use it in an asp.net page. I want my user to be able to select speciifc text they've highlited in an asp.net textbox and change its formatting..is this possible?
|
| CustomValidator | 31 Mar 2005 18:51 GMT | 4 |
I am playing with validators using VS2003 on a XP box. I have textboxes with regExp validators and a button. The validators work when I press the button. If any validator fails, error messages are displayed and button click event does not fire (i.e. not hitting my breakpoint). ...
|
| tips or example for webcontrols. | 31 Mar 2005 14:37 GMT | 1 |
I have tried creating web controls with examples on the net. It works fine with c# but not with vb.net If anyone have a good website for vb.net webcontrols or if you have executed any kindly let me know.
|
| Please help with handling events in a tabstrip/multipage/user control environment | 31 Mar 2005 12:45 GMT | 6 |
I cannot get an event to fire within my multipage/usercontrol environment. I have been reading O'Reilly's "Programming ASP.NET 2nd Edition" and found some information regarding handling events in user controls. Here is what I have done...
|
| Selectively displayed HTML in ItemTemplate of repeater control | 31 Mar 2005 07:47 GMT | 1 |
I apologize if I don't explain this clearly, or if the solution is an obvious one. I have been using ASP classic for a few years, but only recently started with ASP.net. I have been reading Stephen Walther's ASP.NET Unleashed 2nd Ed with much success, but have not been able to
|
| Dropdownlist Problem | 31 Mar 2005 05:30 GMT | 4 |
I am using the VS 2005 beta1. I am trying to add a Dropdownlist control that gets its data from one table and when selected saves the ID into another table. I have 2 tables TBLSTAFF and TBLRACE. TBLSTAFF has an integer field called RACEID. TBLRACE has the foreign key RACEID
|
| Button click event not firing on production IIS server? | 30 Mar 2005 15:31 GMT | 3 |
I'm obviously not looking in the right place to find the source of this problem. Anybody got any ideas where to look? I have an ASP.NET c# application w/ several pages that have buttons. On my development IIS server everything works fine. When I publish my
|
| Div tag to display/ hide a control ....please help | 30 Mar 2005 07:22 GMT | 2 |
Hello groups, i need small code snippet for implementaion of div tag. Let say, if i click a button, i have to hide a checkbox list. I have placed that control inside the Div tag, but not responding.
|
| Slidebar | 30 Mar 2005 05:02 GMT | 1 |
There are in .net some control that simule a SlideBar? Thanks
|
| Chart position | 30 Mar 2005 03:42 GMT | 3 |
trying to use the micorsoft.office.interop to create chart, i got stuck to position the chart on the page. everytime I try to use : ChartSpace1.Charts(0). top = 500, I get the following error :
|
| Table and controls | 29 Mar 2005 23:24 GMT | 1 |
Is there a way to drop controls in the cells of a table at design time? I can do it with the HTML Table, but not the asp.net table. Thanks Ryan
|
| Stop my window from jumping | 29 Mar 2005 22:38 GMT | 4 |
How do I stop my WebForm from jumping back up to the top of the window every time it's posted? What is happening is that I have a web-application that has a couple of ListBoxes that I allow the end-user to fill in. They are asked to fill in a TextBox which I then add to the ...
|
| Highlight the datalist row | 29 Mar 2005 22:29 GMT | 4 |
I have a datalist with 3 columns. First one contains an image. All of them are hyperlinks. Datalist is generated by using ExtractTemplateRows="True". My question is how to highlight the entire row by dragging mouse cursor over the row.
|
| Checkbox in a datagrid always returns false | 29 Mar 2005 20:44 GMT | 4 |
Ok .. I've been beating my head against the wall for a week now, but no matter what I do the checkbox is always false. I create a datagrid, create a template column (all at design time) and add a checkbox column. The code is below:
|
| Datalist Edit button created in ITemplate class | 29 Mar 2005 19:57 GMT | 2 |
I have found lots of examples and information on how to create an edit button in the datalist control, however the edit button is done with the edit template property. I have created the edit button in a class that Implements ITemplate in the
|