Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~1K People Reached
Favorite Tags
Member Avatar for mangesh5588

Private Sub btnUpdate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnUpdate.Click frmUpdate.Show() ' What this does is when the User selects a record in the DataGridView ' it will populate the textbox on the other form with the corresponding ' Cell Value. frmUpdate.txtFirst.Text = dgv1.CurrentRow.Cells(0).Value.ToString frmUpdate.txtLast.Text = dgv1.CurrentRow.Cells(1).Value.ToString frmUpdate.txtAddress.Text …

Member Avatar for GeekByChoiCe
0
594
Member Avatar for mangesh5588

hi, i m making one asp.net page. in that page there is three text boxes called id, response id, and email. same columns is in sql server table called info. In table "info" for id column i have assigned " isidentity" = yes. its created auto number like 1,2,3..... and …

Member Avatar for carobee
0
100
Member Avatar for mangesh5588

I have 1 data gridview. in that first is ID column . for that i assign a auto index number with sql server (isidentiyt). the next colomn is response id, for this column also i want autonumber id like 1,2,3,4..... . i see we cant assign to index identity with …

Member Avatar for srikanthkadem
0
314
Member Avatar for mangesh5588

how to generate and email the page link to email id which is stored in database? Please help me . I have idea just about the http handler but how to use it i don't know! please help! regards mangesh5588

Member Avatar for mangesh5588
1
115
Member Avatar for mangesh5588

HI, I am creating a CMS site in asp.net with flash animation. I want to write editable text (fields) on a white sheet that opens in an animated form. The text has to be in asp.net as there is a small query form, and some text (that can be edited …

Member Avatar for ravinder007
0
131