| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | I have a user control that I am trying to access the OnItemDatabound method.
When I put the OnItemDataBound="'dgAppLogins_OnItemDataBound" and then...
Joel Zinn
|
09-14-2006 03:54 PM
Joel Zinn | 0 | 30 |
|  | hI,
Anyone here know how to connect asp.net with MS-access and also how to pass
data to a table?
The following is the code which I have but...
Jack
|
09-13-2006 08:06 PM
Jack | 0 | 29 |
|  | There must be an easier way....
My link button text value is always empty on ItemCommand
'gets the current datagrid
Dim dg as Datagrid =...
JeffP@Work
|
09-13-2006 01:42 PM
JeffP@Work | 1 | 35 |
|  | Hi,
Is there a event in GridView that same as OnItemCreated in DataGrid. I
used to add a gif to show the sorting direction to the datagrid header
in...
rockdale
|
09-13-2006 12:05 PM
Teemu Keiski | 1 | 31 |
|  | Im having a problem with one of my datagrids. Basically the datagrid
has paging included in it and when a user clicks on page other than the
first...
kimberly.walker@consultant.com
|
09-13-2006 10:46 AM
JeffP@Work | 1 | 43 |
|  | Hi guys,
I've created a custom datagrid control that has filtering on the
dataview for users to search. The control works perfectly normal if
there...
allan.russell@gmail.com
|
09-13-2006 10:37 AM
allan.russell@gmail.com | 0 | 31 |
|  | hi there
in my database i have a field sex with value (m, f).
when i display data in the grid i would like to display Masculin for M and
Feminin...
Jules
|
09-13-2006 04:02 AM
Eliyahu Goldin | 1 | 32 |
|  | Test Programme
..NET Framework 1.0
The aspx page is supposed to extract data from database and displayi in
datagrid. I am using oledb elements and...
Max Peterson
|
09-12-2006 06:43 PM
Max Peterson | 2 | 29 |
|  | Hi,
I have a web page which let user data enter employee working hours. I
used datagrid to list all the employee and templateColumn to format...
rockdale
|
09-12-2006 01:18 PM
rockdale | 0 | 35 |
|  | Can somebody suggest a way for me to bind the SelectText instead of
a static text or show any cool methods to make a server side postback
to
the same...
MasterNone
|
09-12-2006 12:16 PM
JeffP@Work | 2 | 39 |
|  | Please help...
I am trying to make a databound field in a datagrid link to another page
that expects 3 parameters. 2 parameters are in the URL...
RJ
|
09-12-2006 11:57 AM
JeffP@Work | 1 | 36 |
|  | Hi, sorry if this seems stupid, please have patience.
I'm running Win XP sp2, VS 2005 Tem, SQL Sever 2005, I've been using a
gridview to display my...
verci
|
09-12-2006 03:52 AM
Eliyahu Goldin | 1 | 31 |
|  | Hi,
I tried to solve this for a while, but there is always somewhere a problem.
Here my story:
The table contains two fields (field1, field2).
I use...
Cas
|
09-11-2006 06:25 AM
msnews | 3 | 36 |
|  | hi all
i have a data grid contol with bounded field sthese fields header text has a
map to a global resource for translation
every thing gos well...
Etariq
|
09-11-2006 01:21 AM
Etariq | 0 | 27 |
|  | <asp:SqlDataSource ID="SqlDataSource1" runat="server"
ConnectionString="......." SelectCommand="SELECT * FROM "
ConflictDetection="CompareAllValues"...
SupaJay
|
09-08-2006 02:59 PM
SupaJay | 0 | 33 |
|  | Just a basic question:
I have a very simple gridview with two columns, one sized 20%, the second
80% and the commandfields (Select, Edit, New) at...
bruno
|
09-08-2006 02:03 AM
bruno | 2 | 56 |
|  | I have a simple Data list control in my user control. When I run my main
page and i use response.write to see grid query it writes 2 times. I...
Savas Ates
|
09-07-2006 02:54 AM
Savas Ates | 0 | 34 |
|  | Hi, sorry if this seems stupid. :(
How can I validate the values in each cell after editing and the update
button/link has been press?, is this done...
verci
|
09-04-2006 04:18 PM
verci | 2 | 50 |
|  | Hi
I've the following dataset bound to my gridview
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$...
verci
|
09-04-2006 04:10 PM
verci | 0 | 33 |
|  | Hi,
I would like to find a way to displys 2 columns into a gridview as 1
column with 2 rows for each row in my database.
The first row would be a...
Frenchie
|
09-04-2006 01:12 PM
Frenchie | 5 | 39 |
|  | Hi,
It's about a table with two fields: 'team' and 'color'. Each team has a
color.
What I want is to update the field 'color' in the gridview only...
Ben
|
09-04-2006 09:41 AM
rayfusion@gmail.com | 1 | 36 |
|  | I have a Gridview which have 3 boundfields and 6 templatecols with
imagebuttons.
I would like to use this grid with different dataset and must...
Msdn
|
09-04-2006 03:47 AM
Msdn | 2 | 40 |
|  | You guys might find this website useful, there is a lot of different
utilities/add-in's that make a programmers life easier. You can also
share your...
your@email.com
|
09-04-2006 03:18 AM
your@email.com | 0 | 30 |
|  | First I placed the Dropdown box in the template column of the datagrid.
Then I papulate the datagrid.
For each time the itemDatabound of dataGrid...
Vijay
|
09-03-2006 07:33 PM
Ken Cox [Microsoft MVP] | 1 | 33 |
|  | 1. Use EditCommandColumn
2. Use the FooterText property of the EditCommandColumn class
--
Happy Hacking,
Gaurav Vaish |...
Gaurav Vaish \(www.EduJini.IN\)
|
09-03-2006 02:43 PM
verci | 1 | 24 |
|  | Problem : I have a nested repeater in which i am showing data through table
on load the description is hidden using div display:none
on clicking...
gauravkg via DotNetMonster.com
|
09-01-2006 04:08 AM
gauravkg via DotNetMonster.com | 0 | 24 |
|  | Hi,
I have a Grid vew in asp.net 2.0 . In grid view i need the follwing
functionalities
1. There will be a check box in each row. when i cleck a...
Nicol
|
08-30-2006 07:22 AM
Nicol | 0 | 37 |
|  | Hi everyone,
I've got a strange one here. There are two datagrids on my page, one nested
within the other. I'll refer to them as the topmost and...
Steve Hershoff
|
08-29-2006 07:20 PM
Steve Hershoff | 6 | 28 |
|  | In VS2003, inside of a template column, I put a LinkButton with the
following attribute:
CommandArgument="<%# DataBinder.Eval(Container.DataItem,...
Harlan Messinger
|
08-29-2006 06:53 PM
Harlan Messinger | 2 | 29 |
|  | Hi,
I have both a Customer and a Orders Table, the key field is CustomerID. I
also have a DataGrid that uses a BindingSource which uses a dataset...
Rob Dob
|
08-29-2006 03:39 PM
Rob Dob | 4 | 29 |
|  | I'm really new to asp.net and asp in general. I love the gridview contraol
and was wondering if there was an easy way to allow users to add...
BW
|
08-29-2006 03:05 PM
BW | 0 | 32 |
|  | How can I set the background color for a single cell dynamically in a
datagrid control? I know how to do the entire row but not the cell.
TIA - Jeff.
UJ
|
08-29-2006 04:16 AM
Eliyahu Goldin | 1 | 33 |
|  | Hi
I have a hidden (visible=false) column on a gridview bound to a sql server
table. I am trying to access the field as;
For Each row As...
John
|
08-28-2006 12:16 AM
KJ | 3 | 29 |
|  | This is another one I posted at asp.net group a while ago.
I use following code to export the grid to Excel:
Response.Clear();
Response.Buffer=...
Q. John Chen
|
08-27-2006 11:06 PM
Q. John Chen | 0 | 29 |
|  | I installed the Northwind database in my SQL Server developer version,
added to the server logins, and in OSQL ran
use Northwind
GO
grant all to...
Harlan Messinger
|
08-27-2006 08:10 AM
Harlan Messinger | 5 | 24 |
|  | Hi,
I had been working on a highly customized .NET 1.1 datagrid for a
project with lots of javascript iterating through my datagrid. I had
installed...
Aminoplacid
|
08-26-2006 04:39 AM
Teemu Keiski | 1 | 31 |
|  | Hi .Net Professionals,
I am Ravindra, completed my Post Graduation in computer science and
on job trials.
I think I am good in .net .
I want to...
Ravindra
|
08-25-2006 08:01 AM
Jules | 1 | 35 |
|  | Hello All
I am stuck in a problem.
I want to call Javascript Function
function FillDataAjax()
{
alert("Inside FillDataAjax");
var...
TARUN
|
08-24-2006 08:38 AM
TARUN | 0 | 32 |
|  | Hi,
I am using a Datagrid Control Where I have three Columns.FromDate,ToDate & Period. FromDate is the Date Control which has been defined in... ralph |
08-24-2006 08:20 AM
ralph | 0 | 108 |
|  | I have some HTML-tagged data in the DataSource (which is a DataTable with 1
column).
I added 1 BoundField to my GridView and disabled its HTMLEncode...
Vyacheslav Lanovets
|
08-23-2006 11:44 PM
Vyacheslav Lanovets | 1 | 38 |
|  | Is there a way to handle RepeatColumn feature of DataList in a GridView?
SerhaD
|
08-23-2006 02:16 AM
SerhaD | 0 | 47 |
|  | i just would like to know where i can find the documentation of properly
removing exhcange 5.5 server (STEP-BY-STEP GUIDE) from the network....
a1nemra
|
08-22-2006 01:00 PM
a1nemra | 0 | 31 |
|  | Hi,
How can I avoid hardcoding the name of the DataKeyField property of a
DataGrid ?
Like:
datagrid.DataSource = someSource;
datagrid.DataKeyField...
Jeff Robichaud
|
08-22-2006 10:15 AM
Jeff Robichaud | 0 | 40 |
|  | Hello,
i am using .NET 1.1
I want to make my pagination crawler friendly instead of the default
javascript:__doPostBack(...) unfriendlyness.
can...
joe
|
08-21-2006 11:32 PM
joe | 0 | 32 |
|  | Hi,
I need the values of the fields of the record that has been selected for
updating in a gridview.
In the
"Protected Sub...
Ben
|
08-19-2006 03:16 AM
Ben | 5 | 31 |
|  | I needed to get a string formatted in to datetime and do a sort on the field. The problem however is that I need the datetime format to be dd MMM yy...
stany
|
08-18-2006 11:26 PM
jyoti | 1 | 32 |
|  | Has anyone ever set the header value for a template column in a
datagrid programmatically?
jdhavo@yahoo.com
|
08-18-2006 11:17 PM
jyoti | 1 | 38 |
|  | I'm trying to impelement the code described in the Microsoft walkthrough:
Performing Bulk Updates to Rows Bound to a GridView Web Server...
BenG
|
08-17-2006 10:20 PM
Walter Wang [MSFT] | 2 | 37 |
|  | Hello
ik want to create an in ASP.net.
But i have no idea which components i should use to get...
Frank Beerens \(Soft-Solutions\)
|
08-17-2006 01:55 AM
Frank Beerens \(Soft-Solutions\) | 0 | 44 |
|  | Good afternoon,
General goal:
I am working on a Web application (C#) in which the first screen is
simple enough: it displays a DataGrid based on...
Teej
|
08-15-2006 01:23 PM
Teej | 2 | 37 |