|
|
Browse by Tags
All Tags » GridView
Showing page 1 of 2 (17 total posts)
-
Prologue
On our company website, the one I mention so frequently (or is it infrequently as often as I post…), we have a data display prominently mounted where it can be viewed by people who are not employees. If they visit our facility, they can view the data (in a GridView) that shows basic information they want to know. The information ...
-
Prologue
Recently I've been working on our new corporate website. Some of my previous posts have talked about a web service that I created to use on the new website. When I consume the web service, I've been creating a table and putting the information into the table and then binding it to a GridView. Since our web service could quite feasible ...
-
Hi - I have a GridView with 3 BoundFields. The GridView is editable and I need to limit the length of each of the possible user input to each of the 3 BoundFields, the first one to 100 characters, the 2nd to 2000 characters, and the 3rd to 200 characters. I've tried adding an attribute to the appropriate Cell in the appropriate Row using ...
-
tell me where i made a mistake.
-
i tell you what i want.........
Hi,
I am developing a web application using ASP.NET 2.0 AND VB.NET 2005 and Database in SQL SERVER 2005.
i hav 4 web form on my application -
1) Login.aspx
2) Default.aspx
3) ReportGrid.aspx
4) SaveToExcel.aspx
When user login it will trace the user ip address and view web form name.
it ...
-
You can change whether a row is editable, visible, formatted a certain way, or whatever you like by handling the OnItemDataBound() event of the Grid. Within this event, you can test your data using whatever code you like.
-
Hi
I have two drop down list and two textbox in datagrids item template. and i have bounded the value of the first datagrid as project names and in the next datagrid i have brought the task names on project_dropdownlist selectedIndexchanged. And also i enteresome values in the two text boxes .
Now the problem is when i add a new row containing ...
-
Can anybody explain how to add a Context Menu to the rows on a
GridView so that right clicking a row produces a popup menu?
Any VB code samples would be appreciated...
-
I've got a ViewGrid containing a number of template columns. Is there any way to simulate a "ToolTip" action when I mouseover a specific column header?
-
Prologue
Unrelated (for a change... as of yet) to the website redesign that I'm doing of our company website, I've been reading and doing the code from a very good book called ''ASP.Net 2.0 Programming: Problem-Design-Solution''. In this book it details how to create a scalable website using the ObjectDataSource and an appropriate n-layer data ...
1
|
|
|