| Thread | Last Post | Replies |
|
| Rendering proper case/title case on bound data in datagrid? | 25 Dec 2004 01:27 GMT | 1 |
ASP.NET newbie, here. I'm binding data to a datagrid. I want one of my fields rendered in proper case AKA Title Case. What's the easiest way to make that happen? More generally, I'm interested in the best ways to impose a string
|
| Drop Down List renders over Calendar | 25 Dec 2004 01:12 GMT | 1 |
I have an issue with Drop Down List (DDL) rendering over every Calendar Control(CAL). I have tried differant Z-INDEX for both the DDL and CAL attributes. Any Ideas?
|
| multiple validators on textfield w/display=dynamic don't display correctly | 24 Dec 2004 15:25 GMT | 4 |
I have a regularexpressionvalidator and a requiredfieldvalidator attached to a textfield (that takes an email address). I also have a first name and last name field, each with a requiredfieldvalidator. I
|
| Datagrid: resize font in Pager row | 24 Dec 2004 03:36 GMT | 1 |
I need to increase the font of the arrows and/or numbers I display in my Datagrid at the bottom to indicate ther are more pages and the user can navigate to these. I tried the PagerStyle.Font.Size = XXLarge, but does not seem to work.
|
| multiple ParseChildren | 23 Dec 2004 17:51 GMT | 1 |
I have a problem with parsing children controls of control. I have control that have 2 children lists that must be parsed. But when I add second ParseChildren attribute then I have error 'multiple Parse.....'. I'm using version with name:
|
| asp.net datagrid questions | 23 Dec 2004 12:57 GMT | 1 |
1.how to set column width in datagrid server control ? 2.how to set row height in datagrid server control ? 3.how to display vertical/horizontal scroll bar in datagrid server control ? thanks,
|
| need progressbar control in asp.net | 23 Dec 2004 12:28 GMT | 1 |
i'm in need of progrssbar like control to trace out the httprequeststream plz help me Regards, S.Thiruppathi,
|
| Positioning dynamically created controls | 23 Dec 2004 10:54 GMT | 2 |
I have a page that adds controls dynamically to the page. How do I control where these controls appear, relative to the other controls? I'd like all new controls to be listed vertically between two existing controls. Thanks,
|
| Server side access the text of <asp:label> changed by client side javascript code? | 23 Dec 2004 04:19 GMT | 1 |
Is possible for server side code to access the text of <asp:label> changed by client side javascript code?
|
| Drag Drop | 23 Dec 2004 03:02 GMT | 1 |
Can we have the drag drop methodology in asp.net... on server side. I want to create the array of button... which the user can drag drop. if any clue will help a lot Thanx in advance,
|
| Drop Down List | 23 Dec 2004 02:09 GMT | 1 |
I have a drop down list with certain values, My issue is that i must enable search in that, Right now iam not able to type a character in the drop down, when i type a character the dropdown should show values related
|
| Double Click problem | 23 Dec 2004 01:44 GMT | 2 |
When i double click on my control it does not fire the event the first time? ANybody had this problem Thanks
|
| Unable to handle events of controls created at runtime | 22 Dec 2004 20:50 GMT | 2 |
My application has two methods which creates buttons at runtime. In one method I am able to handle the events of the buttons created at run time, but in other I am not. The code structure is as follows:
|
| programmatically modify Panel's CSS properties | 22 Dec 2004 18:21 GMT | 4 |
in a code-behind event for a Page , is it possible to obtain a reference to a Panel's CSS attribute, and then modify the CSS instance's properties ?
|
| Passing webcontrols created dynamically on user control placed on a placeholder in a form to another page | 22 Dec 2004 17:29 GMT | 5 |
I am trying to pass Controls dynamically created in UserControl placed in a placeholder of a page to another page. How can I get each ID and value of the control in the new page? Any help will be appreciated.
|