How to disable future dates in a calendar control?
Hi Guys,
Am using a calendar control in my application that registers a user. However, I would like to disable the dates that are later than the current date. Can anyone help me out in di | | 9 | 38 | 6/23/2008 8:19:04 AM |
Problem populating textbox from checkbox/radiobutton
In a pop-up window(aspx page,link.aspx) i am having linkbuttons for all the 26 alphabets. On clicking a linkbutton it should show the names(checkbox selection or radiobutton selection) | | 1 | 55 | 5/20/2008 4:33:08 AM |
grid problem
i've print buttons for all rows of datagrid.
how can i know which print button i clicked without using select button in grid because i need to carry data from that spe | | 0 | 57 | 5/20/2008 4:26:36 AM |
edit gridview using linq
hi... can anyone tell me how to edit a gridview using linq? or put it in edit mode... same as the delete... | | 1 | 54 | 5/20/2008 4:26:26 AM |
Grid View Columns design......
I need to create a gridview........It should have 7 columns for the first three rows....... only 2 columns for the fourth and fifth row........ How can i do that using grid view control.......... | | 3 | 53 | 5/20/2008 4:13:08 AM |
OnClick event does not apply the new settings
When the page loads the cell attributes are applied correctly The ActiveViewIndex change works OnClick, but the event does not apply the new settings.
I have my styles defined a | | 1 | 50 | 5/20/2008 4:05:33 AM |
Design question - What is a good way to design a form used to input data th at is linked to a datagrid.
Hello,
I have developed a datagrid using the gridview control that has about 40 columns and some end-user think it is cumbersome to have to scroll back and forth in | | 1 | 43 | 5/20/2008 3:46:19 AM |
UpdateProgress
The export to Excel works fine except very slow. Then, I add ScriptManager, UpdatePanel, and UpdateProgress to display a progress. In addition, I move the Btn1 to inside the ContentTemplate. | | 1 | 71 | 5/20/2008 3:33:35 AM |
How to bind xmldocument from web services into datalist help
Hi,
I have a method on a web services with return xmldocument. but now on the aspx file, I know how to call this method, but how to bind this xmldocument int | | 4 | 80 | 5/20/2008 3:22:40 AM |
How to have two dropdownlist controls work as parent-child relationship in a DetailsView object?
My web page has button which generates a detailsview control in InsertMode.
The DetailsView must have two dropdownlist boxex that function in concert with on another, select ddlA then cor | | 1 | 61 | 5/20/2008 3:21:29 AM |
cancel button on a details view
Hi, I have a gridview that one a select button loads a deatisl view which reveals more details about the record select. The details view has no other functionality | | 3 | 56 | 5/20/2008 2:59:57 AM |
Problems binding a class to a detailsView control
I have a class I created and would like to bind it to a details view control from the code behind.
In my code behind:
dvAttackingPlayer.DataSource = | | 5 | 56 | 5/20/2008 2:43:41 AM |
DataList ItemCommand using Placeholder Ctrl
Hello All:
I have a Datalist where each row has TextBoxes and Dropdowns that are created dynamically. The code renders correctly and is very similar to this sample I found
| | 2 | 54 | 5/20/2008 2:29:05 AM |
Insert/Bind/Copy foreign key values ?
I'm pretty sure this should be straight forward because what i'm doing is fundamental database, I think. when i click on a record in gridview, that record's related records are | | 3 | 45 | 5/20/2008 2:26:57 AM |
GV problem: Index out of range in SelectedIndexChanged event
Hi Everyone,
I've come across a strange problem. I have a GridView with a Select button on each row, and in the SelectedIndexChanged() event I have the following code: | 2 | 57 | 5/20/2008 2:22:54 AM |
Displaying data fields individually
Just to put everyone on the same page starting out, I am using Visual Web Developer 2008 Express Edition for site construction and Access 2007 for my data storage/management. I am bui | | 0 | 43 | 5/20/2008 2:11:19 AM |
make Gridview paging and sorting codes reusable
I don't want to repeat the following codes in every content page. I have a master page and content pages. I try to put the following codes in a separate .cs file so all content pages can | | 3 | 54 | 5/20/2008 2:02:07 AM |
Question about xml and gridview
Hi everyone, i have a xml document like below and i have two gridviews in two aspx pages, the first gridview is to display all the information like citynumber, totalprice, servicedate, the second | | 0 | 52 | 5/20/2008 1:57:01 AM |
How to create GridView columns at run time using templates and bi-direction al bound data
I want to generate editable GridView columns at run time, without using any data providers. I just want to crate an empty DataGrid on the page and later on will create its columns based on data. | | 0 | 47 | 5/20/2008 1:22:36 AM |
SQL Select and GridView
I have gridview attached to a sql datasource that returns the following row. My issue is that my sql statement takes the number in column TS (199) and devides it by the number in column | | 4 | 35 | 5/20/2008 1:11:30 AM |
how to change the insert Link to a insertbutton in formview "insertite mtemplate"
Can anyone help me with that?
| | 0 | 53 | 5/20/2008 12:53:58 AM |
Msgbox on an empty gridview.
Hi,
I have a gridview that I populate based on a search field. Being a bit of a noob I'm stumped as to how to get a msgbox to pop when the user searches for something that re | | 3 | 45 | 5/20/2008 12:15:39 AM |
Repeater Control Cell Click Event Not Firing
Hi, I am displaying values from web service in a repeater control in turn has table,rows,cell. The code extract is shown below, <asp:Repeater ID="Repeater1" runat="s | | 6 | 121 | 5/19/2008 9:47:10 PM |
Passing a custom button to goole checkout
I have a "Add to Cart" button on my page and along with that page I have past it ID, description, etc and I want it to past the fields to google checkout. Does anyone know how | | 0 | 53 | 5/19/2008 9:40:40 PM |
DataSource ItemInserted Populating Datbound TextBox
Hi
I can't believe I am having trouble with this, but I can't get a TextBox to have a value inside a DataSource_ItemInserted event. Here's what's happening... | | 5 | 83 | 5/19/2008 9:36:03 PM |
Group by Date (and show date in header)
I have a grid view on my page showing a set of records each with a date stored in a field.
Is there a way of grouping the records by date with a heading?
Such As:
Hea | | 1 | 47 | 5/19/2008 9:33:55 PM |
GridView's HyperlinkField's DataFormatString problem
Hello friends I am using hyperlink field in Grid View to display EffectiveDate. <Columns> <asp:HyperLinkFi | | 0 | 56 | 5/19/2008 9:27:55 PM |
How to show alternating number of items in ListView
Hello everybody,
I want to show an alternating number of items with the ListView control (or other control). In the end, the following HTML should be generated: | | 2 | 55 | 5/19/2008 9:13:19 PM |
GridView editing without a DetailsView
Hi there i have a gridview - linked to an object data source, it uses a detailsView for editing/updating/deleting linked to a seperate datasource (im finding this most confusing - as i see | | 1 | 462 | 5/19/2008 9:12:33 PM |
In doubt about storing PDF's in database
Hi,
After finally succeeding storing PDF's in DB and downloading them via Gridview | | 7 | 48 | 5/19/2008 9:07:57 PM |
Restriction on Number of controls in ASPX page.
Hi All,
My ASPX page has repeater co | | 1 | 43 | 5/19/2008 9:02:39 PM |
Gridview Paging javascript error when webform is opened using showmodaldial og
I have a button on a webform that when clicked opens another webform using showmodaldialog. The new modal webform has a gridview in it with allowPaging=true. Whenever I click the pagi | | 2 | 470 | 5/19/2008 8:56:08 PM |
Checkbox on a Gridview to MSSQL?
I have a gridview that displays information from an MSSQL table and a checkbox (created through the templatefield). I have created 2 SQL datasources, one pointing to the data that must be d | | 4 | 96 | 5/19/2008 8:55:51 PM |
GridView and column names not numbers
I have a web service which returns a DataTable to my codebehind BindGrid mehtod. I am showing and hiding columns based certain criteria in the BindGrid(). I would like to reference th | | 14 | 652 | 5/19/2008 8:46:40 PM |
Sorting the ListView
I have an ObjectDataSource that contains an object (this object contains nested generic lists). If I understand well, you can sort the listview very easily by implementing the following (in | | 2 | 38 | 5/19/2008 8:38:18 PM |
How to update a gridview after insert
Hi
I have a screen with a gridview at the top called "gvSingleLineOrders"
Below, I have an Add Order button, whi | | 3 | 448 | 5/19/2008 8:21:20 PM |
ListView ItemCommand not firing
Hello,
I have a listview inside of another listview. This listview has a button that has a command name, and I process the click in ListView_ItemCommand event. This works fine | | 0 | 432 | 5/19/2008 8:19:34 PM |
Adding attribute to textbox inside DetailsView
Alright guys. I have a textbox inside a DetailsView that I need to assign to a javascript function via attributes.add in code-behind. It works for a textbox outside of t | | 1 | 69 | 5/19/2008 8:18:03 PM |
Reference a Control in GridView, Nested in Repeater(s)
Dear All
I am having to nest a gridview inside a repeater inside a repeater . Inevitably, I'm now a bit st | | 3 | 537 | 5/19/2008 8:07:35 PM |
Adding, Deleting and Updating a record in a "GridView"
I want to create a form where I can add, update, and delete items. A form with the kind of functionality as that on the following page.
| 2 | 56 | 5/19/2008 8:06:38 PM |
retrieve sp return value in ItemInserted FormView event
Hi there,
I have a FormView and a stored procedure for inserting values in my DB. After inserting i want to check the returned value and display a message if it was a duplicate or just re | | 8 | 160 | 5/19/2008 7:55:55 PM |
Desperate help with ListView
I'm a bit under the gun on this one and also a bit overwhelmed as VB is not my forte.
Trying to do some code behind on a ListView in VS 2008 and I am stuck on how to get the contents | | 0 | 55 | 5/19/2008 7:51:12 PM |
InnerHtml of Div ...
hi all, i have a div and lots of controls within that div. values are populated at run time. now, i want to get the innerhtml of the div in code behind. how can i get that. div. | | 11 | 123 | 5/19/2008 7:23:34 PM |
Gridview not importing all info from Excel file
Im binding an Excel file to a gridview and one of the columns isnt coming out right.
The column is an confirmation number type deal where it has info like.
Conf num | | 1 | 62 | 5/19/2008 7:18:43 PM |
DataColumn Visibility
Hi, I am binding a datatable to GridView at runtime.I am creating a columns also @ runtime. Now i want to make one column visibility to false. This will not work, Gridview1.colu | | 2 | 46 | 5/19/2008 7:07:26 PM |
Edit, New commands in datalist control not working with MS Mobile 6
Hello,
Has any one heard of the edit, new, update commands included in the datalist controls not working with Mobile 6? They work on blackberrys but not on phones running Mobile 6. Alls g | | 2 | 41 | 5/19/2008 6:47:59 PM |
ObjectDataSource Enterprise Library Object Parameter
When defining my parameters for my ObjectDataSource using the Visual Studio wizard how do I pass an instance of an object as a parameter?
For example, I need to pass an instance of the En | | 0 | 55 | 5/19/2008 6:31:08 PM |
Master Details - Can't make DetailsView to show selected row
I'm trying to make a master detail with three controls. First a DropDownList. From the selected value on the DropDownList a GridView is populated. This works. What does not | | 0 | 63 | 5/19/2008 6:09:52 PM |
Gridview RowEditing gives error when databinding
Hi,
the page code:
<div i | | 1 | 129 | 5/19/2008 6:02:05 PM |
Personalized Query With Gridview
Hi I need create an personalized query to find a customer in customers table. I have brought datas that a i need from my table, and fill my gridview. Now, i need get the Customer I | | 2 | 44 | 5/19/2008 5:59:59 PM |