Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
ASP .Net Web Controls
Highlight row in a gridview after formview insert
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Feege, post: 4302551"] I am using a formview to insert a new record into a gridview. After the insert is done, I want to highlight the new record. I have written some code to do this which is called on the "OnItemInserted" event on the formview GridView1.DataBind() GridView1.PageIndex = 1 Dim Row As GridViewRow = GridView1.Rows(5) Row.Style("background-color") = "#FF3333" The pageindex works, but the highlighting of the row does not work. Any ideas ? Thanks Geoff [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP .Net Web Controls
Highlight row in a gridview after formview insert
Top