| Thread | Last Post | Replies |
|
| How can I display hashtable key values in a web page? | 28 Mar 2005 14:56 GMT | 5 |
Here is my first attempt at populating the hashtable. dim t as hashtable = new hashtable() dim k as integer = t.key dim v as integer = t.value
|
| Move bound column to right of dynamic column in datagrid? | 28 Mar 2005 14:29 GMT | 3 |
I have a datatable that I am binding to a C# ASP.NET 1.1 web page. I also want to put an "Edit" column on the datagrid. However, whenever I use the following code, it puts the Edit column on the left. I cannot figure out how to get it to the right, as there is no ...
|
| Datagrid redirect query | 28 Mar 2005 02:05 GMT | 1 |
Hi peoples, does anyone know how I would go about using a value from a datagrid to redirect someone to another page. this is a description of exactly my problem. I have a sql database table that gets pulled into a datagrid. the table
|
| problem exporting datagrid to excel | 25 Mar 2005 22:38 GMT | 1 |
I am using the following code to export a datagrid to excel from an asp page: private void exportButton_Click(object sender, System.EventArgs e) {
|
| Sorting on *stacked* data using webforms datagrid | 25 Mar 2005 21:12 GMT | 1 |
I have a need to display multiple column data in a single column. I'm doing this by combining the output in the underlying SQL view e.g., [CompanyName] + '<br>' + [Address] as 'Company Name<br>Address'. ---------------
|
| User Control | 25 Mar 2005 15:47 GMT | 2 |
I have a user control on my form. How do I loop thought user control to find out what controls are used and the value of controls? On user control there is some textbox, label etc.
|
| Print WebForm DataGrid | 24 Mar 2005 23:32 GMT | 4 |
Is it possible to print a webfor datagrid and if so how? Thanks, Dave
|
| Datagrid window.open | 24 Mar 2005 23:07 GMT | 4 |
I am having trouble opening a new browser window without toolbars etc from a bound link in a datagrid. Basically my query string is an ID from the database which is connected to the URL. So far I have something like this:
|
| Searched Datagrid with Paging? | 24 Mar 2005 22:08 GMT | 11 |
I am new to .NET, so bear with me. I have a datagrid with default paging of 10. I can page through it fine to the end. When I do a search from a stored procedure the first 10 rows show but when I click on 'Next Page' it shows as page 2 from before the search. And when I
|
| ASP .Net Message box help Needed Very urgent | 24 Mar 2005 19:08 GMT | 2 |
Hello Group, This is my code. butPrev.Attributes.Add("OnClick", "return confirm('Do you want to SAVE this item?');")
|
| Add row to datagrid? | 24 Mar 2005 18:13 GMT | 1 |
my datagrid and code behind code and help me if possible. I am making asingle sales system and I need to add a new row with a linkbutton that I put on the footer of the datagrid. My datagrid has a product column (dropdownlist), quanitity( the user can
|
| To Eliyahu | 24 Mar 2005 09:26 GMT | 4 |
"Build item template as a table with as many rows as you wish" Would you mind tell me how to build the item template table? I can only create a "Template Column" in Datagrid Property Builder
|
| Dynamically created control in Datagrid problem | 24 Mar 2005 07:44 GMT | 15 |
I created a datagrid with 4 bound columns and 1 template column. I am using the ITEMDATABOUND event to add a control to the template column, if column (3) has a value of 'checkox' then add the checkbox control else, add a textbox control to the template column.
|
| Back Button | 23 Mar 2005 22:43 GMT | 3 |
How do I Disable the Back Button on the page? That the user can' go back to the previuos page they can stay only on a current page.
|
| Problem with datagrid in userControl | 23 Mar 2005 11:51 GMT | 2 |
I have a UserControl wich contains a datagrid .The Usercontrol is add dynamicly to the page. My problem is that i have to click twice on the [edit] / [update] buttons. This i quite annoying. Anyone know why, ? and better yet, how to solve it?
|