| Thread | Last Post | Replies |
|
| Repeater | 06 Oct 2005 09:18 GMT | 4 |
I have some c# code which extracts a list of data (an array of Port objects) from a database, and I need to display this data on an asp, where the user can see and edit the data (and press a "save" button to write changes back to the database).
|
| what ASP.NET treeview control is the best? | 06 Oct 2005 02:51 GMT | 5 |
Is the Microsoft treeview control as good as the rest? How about Powerup, or some other ones? Thanks Bill
|
| how to access PlaceHolder from codeBehind (class - .dll file) ???? PLEASE HELP | 05 Oct 2005 22:18 GMT | 5 |
It is possible to access a placeHolder in a aspx page from a class (compiled code)? (coding in VB) --- ASPX page ---
|
| One Time Click Button | 05 Oct 2005 19:41 GMT | 1 |
How to make a button inactive after one click only, offcourse after all the page validators are satisfied? Any help?
|
| Rotating User Controls | 05 Oct 2005 14:59 GMT | 2 |
Can anyone tell me if it is possible to rotate a UserControl, say a Button, at a specified angle? The only such functionality I have been able to find is if I create an image, but then I would loose the functionality of the button control. Thanks.
|
| Problem writing a control with DataSource support... | 05 Oct 2005 10:49 GMT | 7 |
I have a 1.x control (that I don't own the source to) and need to expose it to my ASP.NET dev's to work with DataSources. At first I tried to inherit from DataBoundControl but because an issue with control itself, I have to inherit from the 1.x control. Therefore I need to ...
|
| Adding rows to a Tablecontrol does not save in viewstate | 05 Oct 2005 08:15 GMT | 2 |
I'm Using ASP.Net 2.0 and VS2005 RC. I've added a TableControl and a Wizard Control to my ASP.Net Page. When i Click Finish on the wizard I do the following code: TableRow tr = new TableRow();
|
| Checkbox does not respect checked value if disabled client side | 05 Oct 2005 02:22 GMT | 5 |
ENV: Windows 2003 Server, IE 6, .Net 1.1 SP1, VS 2003 We have an ASP.Net server side Checkbox on a web page. The checkbox is disabled by some client-side JavaScript due to user interaction with some other controls on the page (i.e. the checkbox option is no longer
|
| Problem with Treeview Control | 04 Oct 2005 08:20 GMT | 1 |
I know this may sound like a broken record but I can't get this control to display in the browser correctly. It just shows as plain text. I tried everything that was stated in the groups with negative result. I view the pages in the server's browser and it works fine. I
|
| how to move the selected checkbox to other page | 03 Oct 2005 21:34 GMT | 1 |
hai everybody, i hav a problem of with the checkbox list.how ca i get the selected items moved to the other page(to understand in a rediffmail box,in that after selecting a certain mails u will be able to move to the other folder).i need
|
| event firing problem | 03 Oct 2005 21:29 GMT | 1 |
IN my asp.net application (C#.net) i've grid control whith pagerstyle mode=numericpages. in codebehind page i've events for pageindexchanged and edit_itemcommand [protected void Edit_ItemCommand(object
|
| custom control doesn't raise postback event | 03 Oct 2005 21:20 GMT | 1 |
I'm trying to built a composite custom control ( checkbox + textbox) that should raise an event . I can't raise the postback event from inside of the control ( check/uncheck of the check box) . With another control (on the same page) that do the post back correctly I get the ...
|
| problemes with asp .net | 03 Oct 2005 15:14 GMT | 1 |
I am new to ASP. NET, I can't seem to get my code to work. I am having problems updating a database through a data grid. below is the error I receive and below that the code. Thanks in Advance,
|
| adding a site wide footer to all appx pages | 03 Oct 2005 05:55 GMT | 2 |
In IIS there is a setting for having IIS append an html file to the bottom of every page serverd for a web site. Problem is that IIS doesn't really look at aspx files as it serves them so this footer doesn't appear for those files.
|