Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~419 People Reached
Favorite Forums
Favorite Tags
Member Avatar for amalashibu

Hi,i got this error. Error is: The updated data was repeated again.when i refresh the page,it comes correctly, How i rectify it codings given below --------------------------- Protected Sub GridView1_RowUpdating(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewUpdateEventArgs) Handles GridView1.RowUpdating ' GridView1.AutoGenerateColumns = False Dim row As GridViewRow Dim Exp As TextBox …

Member Avatar for dnanetwork
0
102
Member Avatar for amalashibu

Hi, language is asp.net i display the data in gridview I done this now i want to add checkbox for each data At the same time i put edit,insert,delete button.. if tht checkbox is in selected stage,when i click the delete button ,tht particular data must be deleted.. Like wise …

Member Avatar for kvprajapati
0
52
Member Avatar for amalashibu

Good mn , I had one dropdownlist & 'add new item'button in firstpage. like that i had a textbox in the second page.. when i click the add button i want to go to the second page..here i type a text in that textbox. now i want to transfer the …

Member Avatar for kvprajapati
0
93
Member Avatar for amalashibu

Hi, I had a problem when display the total amt from sql to textbox ------------------------------ create table get(Currentdate varchar(200),Expenses varchar(200),Amount decimal(38,2))-this a table ------------------------------ asp.net codings -------------------------- mycomm.CommandText = "SELECT sum(Amount) from get" dr = mycomm.ExecuteReader While dr.Read() TextBox6.Text = dr.GetDecimal(2) End While dr.Close() -------------------------------------------------------------- Error: Index was outside the …

Member Avatar for amitshrivas
0
172