| Thread | Last Post | Replies |
|
| DIV tag | 03 Nov 2004 16:14 GMT | 1 |
How to I write a value to a DIV tag at runtime?
|
| populate page 2.aspx labels with values from page1 | 03 Nov 2004 16:12 GMT | 2 |
How do I populate page2.aspx labelname.text value by passing values from page1.aspx?
|
| How to change DataList height | 03 Nov 2004 16:00 GMT | 3 |
How can I change the number of items that are seen without scrolling in DataList. I tried with changing DataList.Height but it does not seems to work. Thanks
|
| How to group CheckboxList? | 03 Nov 2004 12:51 GMT | 3 |
I use a System.Web.UI.WebControls.CheckBoxList object to fill a list. I need to label groups of checkboxes in the list by Category (Determined dynamically from the database) at runtime. Is it possible to group checkboxes in 1 CheckboxList?
|
| composite control child control event handling | 03 Nov 2004 12:42 GMT | 1 |
I have a composite control containing a dropdownlist control. I want to handle the SelectedIndexChanged event of the ddl control in my composite contol, and then raise the event SelectedIndexChanged event for the container of my composite control.
|
| DropDownList: Complex DataBinding with Custom Business Objects | 03 Nov 2004 09:43 GMT | 1 |
I have an ArrayList of Custom Business Objects that I need to bind to a DropDownList. The DataBind works, but I cannot figure out how to have the value/text fields of the DropDownList to reference the object properties.
|
| Please Help me- Returning DataSet from a Web Service | 03 Nov 2004 03:28 GMT | 1 |
My Web Service is returning a DataSet. I realized that we cannot return a DataReader.. Normally we can use a DataReader( when not using Web services) and access it as below to assign values of columns of returned rows to Labels in the client aplication such as:
|
| Can someone reccomend a Spell Checker? | 03 Nov 2004 01:34 GMT | 4 |
I'm looking for a Spell Checker for my ASP.Net Applications... Any Recommendations?? Scott<-
|
| how to set a form's "action" property | 03 Nov 2004 01:06 GMT | 2 |
Although on page WebForm1.aspx I set the action property of the form to WebForm2.aspx, strangely enough, at runtime, when one navigates to WebForm1.aspx, its action property proves to be Webform1.aspx instead. Is this a normal ASP.NET behavior?
|
| Editing Multiple Rows At Once in datagrid -- Please help | 03 Nov 2004 00:54 GMT | 1 |
I am referring to one of the msdn articles which explains how to edit multiple rows at once in datagrid. Query: In pageload the datagrid is displayed with data in it. In
|
| Database with million records and dataset | 03 Nov 2004 00:16 GMT | 1 |
I have one problem with my database as it is having millions of records and i dont want indexing. I m using dataset to fetch the records. Can any one tell me When all millions will be loaded in dataset will it cause any problem on server side. After loading in dataset i m loading ...
|
| Persisting an object | 03 Nov 2004 00:09 GMT | 4 |
I'm having (very) limited success with this. I've posted the code that I'm playing with ATM at http://www.cix.co.uk/~shemminga/code.htm. If I run this my collection (Sheets) is properly persisted through a postback cycle as are it's
|
| Weird Bug with Redirects | 03 Nov 2004 00:04 GMT | 3 |
I have a very simple page. On load, it populates a drop down list. Once something is selected and a continue button is pressed, the data value of the selection is appended to a url as a query string and then the user is redirected to the new URL. Here is my problem..
|
| bind columns to dropdownlist | 02 Nov 2004 23:23 GMT | 1 |
How do you tell the dropdownlist datatextfield and datavaluefield to be bound to specific columns using the following code? private void Page_Load(object sender, System.EventArgs e) {
|
| inserting html dropdownlist 's text into blank table on server sid | 02 Nov 2004 19:39 GMT | 1 |
i have populated html dropdownlst at cleint side using javascript (by putting run as server control property =true)..........now i want to insert the selected text(which user select at cleint side) into a blacnk table in sql server 2000databases.. e.g if he select 3 then 3 shpuld ...
|