| Thread | Last Post | Replies |
|
| Gridview change from B2 =>RC1 | 19 Oct 2005 09:33 GMT | 5 |
All my delete functionality has broken since I have upgraded to RC1. In beta 2 when deleting a record, the gridview would only pass "Original_Record_Id" to the table adapter delete method. Now it passes both the "original_record_id" AND "record_id" to the delete
|
| brain has stalled datagrid checkboxlist | 18 Oct 2005 23:31 GMT | 2 |
I am using asp template columns. I display box values from a lookup table. The datagrid displays field "bookid" and the checkbox displays "category" field for the book. The category field is a string concatenation of category values such as CT,MR,NM or just CT
|
| managing controls | 18 Oct 2005 20:58 GMT | 1 |
I'm using visual Basic .Net to make a web site and i'm having problems on managing the controls contained in the web pages. For example, i have an image who's ID="Img0", when i try to run a script that refers to Img0, like the following:
|
| Change Column Template Dinamically | 18 Oct 2005 20:11 GMT | 1 |
I have a user control that contains a DataGrid and handles custom paging, etc (All the functionality I need) how can I make this so I can change dinamically the column template si I can Use this control to display many different types of information, this should include a dynamic ...
|
| How to embed a datagrid inside another datagrid. | 18 Oct 2005 02:09 GMT | 1 |
I would like to be able to dynamically add a datagrid embeded inside a second datagrid. Both datagrids must be editable and I must be able to handle saving the data entered by the user. My problem is that I don't know how to even begin doing this. I have the
|
| Comment on an ASPX page | 18 Oct 2005 01:14 GMT | 10 |
In the HTML section of an ASPX page, how do i comment out a line? I thought it was <! but that doesn't work. Thanks!
|
| How to use Button control, with checkboxes in a datagrid | 16 Oct 2005 21:56 GMT | 1 |
I'll keep this simple. I have a datagrid with checkboxes coded in my Itemtemplate control. How do I wire up a button control to the datagrid, so that if I select one or more checkboxes it deletes that row? Here is the Sub from that button
|
| Textbox from database | 15 Oct 2005 04:42 GMT | 1 |
I am currently developing a webpage based on asp.net beta 2 version where I need to populate 5 textbox from database from just one column. Please help.
|
| <asp:Button id="btnClear" OnClick="Clear();" | 15 Oct 2005 04:38 GMT | 1 |
Can I add a call to javascript function from Web Server Control? Like this: <asp:Button id="btnClear" OnClick="Clear();".....>
|
| Any way to dtynamically change a control server tag property from the CLIENT side? | 15 Oct 2005 01:22 GMT | 1 |
I have an issue where I need to dynamically change a property on a server tag for a control but I don't have access to the code-behind. This is a 3rd party application and I need to change behavior based on whether or not the user is logged on.
|
| Why does my datagrid.databind blow up? | 14 Oct 2005 18:49 GMT | 3 |
I'm at a loss to resolve this so I'm hoping someone can enlighten me. I have a search user control that contains and displays a results user control if files are found. If any results are found, I set the results UC datatable property to the results datatable, set the results ...
|
| XMLhttp request problem | 14 Oct 2005 11:45 GMT | 1 |
i am using asp.net v2.0 In one of my page i am calling another page using xml http , this is working fine but first time only , I am sending the request on click of button , when i click the button
|
| formview control question | 13 Oct 2005 02:56 GMT | 13 |
I have a form view control linked to a sql database with the database fields of: lenght weidth
|
| Center text in web Label control | 11 Oct 2005 17:52 GMT | 1 |
OK, I've centered my Label on my default-sized page. How do I center the text within the label? There's not an 'alignment' property for the control, nor an 'align' attribute for the HTML. What gives? ddk
|
| Dynamic binding to statically declared custom server control? | 11 Oct 2005 16:19 GMT | 1 |
Not sure if I am using the correct terminology, but why can I dynamically bind to statically declared asp.net server controls but cannot do so with custom server controls - with the custom controls I get a null reference exception. Is there any workarounds...
|