Search in Dataview and Highlight Text
Wed, 4 Jun 2008 22:27:02 +0200
Hi,
I've got a database that contain sentences. I created an ASP site that
displays the sentences in a datagrid. Users can then search for specific
words and the datagrid displays the sentences that contain the words.
To improve readability, I want to to highlight the search word in each
sentence (for ex ...
|
On Insert, set a value in a column in a Gridview or Detailsview
Wed, 4 Jun 2008 10:02:00 -0700
On Insert, I want to set a value in a field in a Gridview/Detailsview from a
variable held in the Code behind and dis-enabling the user from editing that
particular field.
Could you advise? I am using vb.
With thanks ...
|
Datagrid - Hyperlink - Pass the value of another column as a
parameter
Mon, 2 Jun 2008 00:20:00 -0700 (PDT)
Hi All
Using C# to build a page.
I have a datagrid with a couple of hyperlink columns contained
therein.
The first column is all right because the field that I read in is the
field that I pass as a parameter.
However, the second field is a problem. I want to pass the value in
the first column as the par ...
|
Gridview CommandField setting link text programatically
Wed, 28 May 2008 07:25:00 -0700
Im doing maintenance on a 2.0 app that has a gridview that consists of a
few boundfields and a commandfield.
Based on the value in one of the boundfields, I want to show a different
textual value for the link (not the header).
For example, I can do something like
if (e.Row.Cells[1].Text == "")
e.Row.Cel ...
|
Drag & Drop cells in GridView
Tue, 27 May 2008 13:06:41 +0200
Hi,
I have vs2008 (I'm working in C#) installed and i would like to make an
application where you can drag & drop cells somewhere else in the grid or in
another grid.. I found some code to make it work on rows or columns but not
on cells.
What I wanna Achieve :
You have a employee and each employee has ...
|
GridView Checkboxes
Fri, 23 May 2008 09:44:44 -0500
From: "RobbyD" <robbyd@newsgroup.nospam>
Subject: GridView Checkboxes
Date: Friday, May 23, 2008 9:08 AM
I'm having trouble picking up the checked state of checkboxes in my
GridView.
I'm working in VS2008.
I added a TemplateField via smartTag "Edit Columns". My GridView markup is:
<asp:GridView ID=" ...
|
updating Datagrid
Thu, 22 May 2008 18:59:35 +0530
Hi
I am new for datagrid. I want to update the Datagrid. My code work fine. I want to hide the third column ie id (Which is also the primery key) from the user or make the column read only. I am using boundcolumn. I tried both way but unable to get the result. Making the column readonly, unable to get the val ...
|
|
|
kostenlose domain mit ftp
domain ohne anmeldung
de domain mieten
domain kostenlos bewerten
eu domain vergabe
Wed, 21 May 2008 05:31:36 -0700
kostenlose domain mit ftp
domain ohne anmeldung
de domain mieten
domain kostenlos bewerten
eu domain vergabe
+
+
+
http://jhku.net/DOMAINS-KOSTENLOS/
http://jhku.net/DOMAINS-KOSTENLOS/
http://jhku.net/DOMAINS-KOSTENLOS/
http://jhku.net/DOMAINS-KOSTENLOS/
http://jhku.net/DOMAINS-KOSTENLOS/
http://jhk ...
|
Gridview with multiple dropdowns for filtering
Wed, 14 May 2008 23:05:37 +0100
Hi,
I have a gridview populated by adapters/stored procedures. I have no problem
using dropdowns to filter data by the tradional progressive method (passing
parameters from a dropdown etc.)
However, what I can't do is filter using a dropdown which lists values from
a given field in the returned data in the ...
|
Found Bug ASP.Net 3.5 (?), DataGrid, EditItemColumn and FindControl
Mon, 12 May 2008 11:33:16 -0700 (PDT)
Here is something I just found as a bug (with a solution). I haven't
fully explored it but might give some poor soul out there relief.
Scenario:
I have a datagrid on an ASP.Net user control (this is a custom
DotNetNuke module). In the databound I am trying to disable the
viewing of the update of the Updat ...
|