| Thread | Last Post | Replies |
|
| Stop Postback in image button | 26 Jul 2006 17:09 GMT | 1 |
Hi people Does anyone know how whether there is any property, way or trick to stop the postback of a image button?? I need the image button to change its behavour after the first click.
|
| Expandable Section | 26 Jul 2006 10:38 GMT | 1 |
I am using ASP.net 2.0 and I am trying to create a page that has a section that can be expanded and hidden. The section contains quite a bit of information that the user may or may not need to see hence the need for a section that can be hidden.
|
| sumbit server form to another page | 26 Jul 2006 10:14 GMT | 1 |
I have an input formview server form that I need to also submit to a host supplied asp email page. Seems so simple to me yet I am not finding it that way. Is this really that difficult?
|
| Rename ID in Properties Window | 26 Jul 2006 10:06 GMT | 1 |
Has anyone encountered this problem in VS 2005? I select the control ex. an ASP TextBox. go to the properties window and try to rename the ID to something meaningfull and the cursor blinks/changes a couple of times and then the ID is reset back to TextBox1. I can change it ...
|
| ATTN MS: GridView improvements | 25 Jul 2006 20:25 GMT | 2 |
PLEASE!!! Here are two things which i think the GridView is lacking which SERIOUSLY detriment its usability in a BIG way! 1. RowCommand - Which Item?? when the grid throws a RowCommand event, it is
|
| GridView, ObjectDataSource, Update problems. | 25 Jul 2006 19:36 GMT | 2 |
Good morning everyone. I have a problem right now using the GridView control with and ObjectDataSource. It appears as though the new values are not being passed to the update method, only the original values. I've stepped through the code, and I can see the new values correctly ...
|
| Custom Server Control | 25 Jul 2006 14:40 GMT | 8 |
I am creating a custom control that inherits from Panel. I have the control created but I need to figure out how to be able to drag controls from the toolbox onto my control. Does anyone know how to accomplish this?
|
| Formview child control data retrieval | 25 Jul 2006 07:30 GMT | 3 |
Guys, I need help with the FormView control. I have read alot of posts about retrieval of data from child control but I am failing. for some reason. I am trying to get the data so I can use the FormView to eit the data
|
| detailsview, inserting new record and request.querystring | 24 Jul 2006 22:00 GMT | 9 |
I have a value from another page called shipkey, I would like to use this value to populate the field shipkey in the detailsview for inserting a new record. how would that be done correctly?
|
| GridView ScrollBar | 24 Jul 2006 21:54 GMT | 3 |
Anyone have a good solution to have an gridcontrol that has a width of 100%, but also properly displays its scroll bars? I have a webform within which the first table has a width of 100%. That way, if the user resizes the browser, the page expands and contracts to fit
|
| gridview hyperLinkField | 24 Jul 2006 19:24 GMT | 1 |
i want a hyperLinkFiled or hyperlinkColumn in my dataview/gridview where the hyperlink is a javascript function xyz(p1,p2): p1 = Request["x"]; p2= one of the dataset columns; please help
|
| GroupBox | 24 Jul 2006 07:30 GMT | 1 |
Is there a GroupBox web control out there? Something that looks like the windows version.
|
| How do I use multiple siteMaps? | 24 Jul 2006 05:36 GMT | 1 |
Please forgive me if I have posted to the wrong group. I have been reading for two days now and everything points to the direction that I can do it but I can't get any code to work. I an new to .NET so please forgive my ignorance. Simply put I have a site and the navigation is ...
|
| DropdownList problem with internet explorer | 24 Jul 2006 01:56 GMT | 4 |
I am making a datepicker using asp.net, c sharp. This datepicker has two drop dropdown list for month and year. It is set to autopostback true so after selecting a month or a year, the calendar will refresh in accordance to the choices. When I am testing this using firefox, I
|
| Wizard control in 2.0 and dynamic items | 23 Jul 2006 23:22 GMT | 2 |
Please let me know if this is possbile in 2.0 I use Wizard Control to pull certain info from the database and let users change the same step-by-step. I have set the # of steps at design time but in each step i populate a
|