| Thread | Last Post | Replies |
|
| Set property in user control | 31 Jul 2006 21:58 GMT | 5 |
I have a user control where I defined a boolean property. I cannot set the property in the code behind - the control is part of the Datagrid. I tried to pass the property the following way: <aaa:MyControl runat="server" id="stan" IsReady="<%# booleanReady %>"/>
|
| customizing the dropdown menu of combo box in asp.net | 31 Jul 2006 13:09 GMT | 1 |
I am developing an appl'n in c# and asp.net.My prob is I have a dropdown filled with certain values. Now i need if the user click on the dropdown the "dropdown menu " of the combo should get enlarge ie. teh text in it should get bigger but not the actual combox size should
|
| dropdownlist | 31 Jul 2006 11:34 GMT | 1 |
hello frns i wnt to use the property selected index changed but when i use it the whole page get refreshed bt i dont want this pls help me
|
| dropdownlist multiple fields in text? | 31 Jul 2006 07:21 GMT | 1 |
Is there a way to bind the DataTextField property of a dropdownlist to two fields instead of just one? I'd like to have Lastname, Firstname if possible. Is there a way?
|
| DropdownLisr problem on postback | 29 Jul 2006 06:54 GMT | 3 |
I working with dropdownlist control, this control is populated with a collection. when the page has a postback i tried to get the new selectedindex that the user select but always is 0. What happening? What can i do? this control doný fire teh postback.
|
| GridViewRow FindControl failing | 29 Jul 2006 00:34 GMT | 3 |
Good Afternoon, I am creating some dynamic controls on RowDataBound for a GridView (this code is at the bottom). The controls are created and rendered properly, but FindControl is failing when trying to get the value for each control:
|
| Page with User control loads twice. | 28 Jul 2006 23:49 GMT | 1 |
Hello guyz, When a web form page has a usercontrol registered, the page loads twice on execution. Do'nt know whats up with the execution cycle that enables the loading twice.
|
| getting Membership userid to use and store in a custom database | 28 Jul 2006 15:56 GMT | 15 |
What is the code to retrive the userid of the currently loged in user from the asp)user membership databse using the new login controls of asp.net 2. How do i use that in the "configure database source. What is the source
|
| Gridview extra header row with command button and paging | 28 Jul 2006 10:39 GMT | 10 |
I have a SQL bound gridview with select button and paging enabled. In the gridviews prerender event, I am inserting another header in row 0. Dim table As Table = DirectCast(GridView1.Controls(0), Table) Dim hrow As GridViewRow = New GridViewRow(0, -1, DataControlRowType.Header,
|
| Integration of GridView and FormView | 28 Jul 2006 08:42 GMT | 3 |
I have set up a master-detail relationship with a GridView and FormView that is working well, with the ability to select a record in the GridView and then update or delete that record in the FormView, or insert a new record. The problem I’m having is after I make a modification ...
|
| DropDownList skin - assign BorderColor | 28 Jul 2006 08:32 GMT | 3 |
Good Morning, I am trying to assign the BorderColor for a DropDownList in a skin. I can't get anything to work. If anyone has some insight or code on how to assign DropDownList.BorderColor in a skin, I would greatly appreciate it.
|
| Report Designer extremely slow | 27 Jul 2006 17:01 GMT | 2 |
I've installed the Reporting Add-in for Visual Web Developer. I had some initial trouble with the installation (the Reporting Add-in package installs the report's dll in C:\Program Files\... with no regard to where one really has installed the software that in my case
|
| Allowing entry of a Carriage Return during data entry | 27 Jul 2006 15:34 GMT | 3 |
I am using a ValidationExpression="^[a-zA-Z0-9 '.,]+$" on a regularexpressionvalidator to restrict what is allowed to be entered in a MultiLine textbox. I would also like to allow the user to be able to enter a carriage return,
|
| Treenode | 27 Jul 2006 01:54 GMT | 1 |
Is there any TreeView method to find a treenode of a TreeView by the node's ID ? please help!!! thanks
|
| Responding to changes to controls in a Repeater | 26 Jul 2006 18:54 GMT | 2 |
I want to mimic the Remove checkbox behavior of the Netflix Queue page. It looks like pretty traditional, full-page post and render stuff. I've done things like it using frameworks other than ASP.NET, but I haven't found a way to leverage the architecture of ASP.NET to do it.
|