TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
skagita
NA
1
0
VB.Net Code translation to C# Code
Oct 12 2004 1:40 AM
Hi all, I would like to translate the following VB .net code lines to c# If e.Item.ItemType = ListItemType.Item Or e.Item.ItemType = ListItemType.AlternatingItem Then Dim txtHdnEmpID As TextBox = e.Item.FindControl("txtHEmpID") txtHdnEmpID.Text = e.Item.Cells(1).Text Dim linkCell As TableCell linkCell = (e.Item.Cells(1)) Dim strEmpID = e.Item.Cells(1).Text Dim strForm As String = "EmpDetails.aspx" linkCell.Text = e.Item.Cells(1).Text End If Thanks a Lot in Advance. Cheers, Kagita Srihari
Reply
Answers (
3
)
Datatable copy a column including data
Crystal Reports - Charts Display