Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
1 Commented Post
0 Endorsements
~5K People Reached
Favorite Forums
Favorite Tags
Member Avatar for tanvirahmad

Hi Experts I m using vb .net2008. I want to skip read-only columns, for this I use these codes But their some error, how is it possible???? [CODE] Private Sub DataGridView1_CellEnter(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles DataGridView1.CellEnter Dim y As Integer = DataGridView1.CurrentCellAddress.Y Dim x As Integer …

Member Avatar for Oxiegen
0
250
Member Avatar for tanvirahmad

Hi experts I m using vb .net, in my project I m creating a temporary table at run time and after sum calculation store records in that table. Then how can I print that table value, through crystal report or any other tools?????

0
65
Member Avatar for tanvirahmad

hi experts i want to using [B][U]"krutidev010" Hindi[/U][/B] font in vb .net. Is it's possible if yeas, pleas how it??

-1
53
Member Avatar for tanvirahmad

Hi experts I m using Hindi font In a text box, these textbox has a value [B][U]"uxn ¼dS'k½"[/U][/B], when I use select command for searching "uxn ¼dS'k½" value, it's show error. I know this error is showing for ' which is in "uxn ¼dS'k½" , how to search m I

Member Avatar for kvprajapati
0
63
Member Avatar for tanvirahmad

Hi experts i m using this code for create new table and add data in this table from old table, but i need to sort or filter my old table before adding new table, how i can this?[code]Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click 'Create …

Member Avatar for kvprajapati
0
106
Member Avatar for tanvirahmad

Hi Experts I m using vb .net & crystal report 11 , I m using 4 parameters in crystal report 1 st is "tcomp" , 2 nd is "tled_name", 3rd is "tdt_form", 4th is "tdt_to" , the problem is, when i use first 2 parameters it is working well but …

Member Avatar for kvprajapati
0
124
Member Avatar for tanvirahmad

Hi experts I m using .net , I create some temporary tables at run time, how to print these table data thru crystal report

Member Avatar for kvprajapati
0
57
Member Avatar for tanvirahmad

Hi experts I m creating a project in vb .net I have dataset xsd and a crystal report file when in xsd file I add any one table , in crystal report “database Field/ Project data/ADO .NET dataset/” show table & fields but when I add any more table or …

Member Avatar for tanvirahmad
0
79
Member Avatar for tanvirahmad

hi experts i m facing a problem , i m using these code for inserting data, but showing error “[B][U]The Conversion of the char data type to a date time resulted in an out-of-rang date time value . The Statement Has been terminated[/U] [/B] “ Their is "[B]ro_date[/B]" is [B]datetime[/B] …

Member Avatar for tanvirahmad
0
138
Member Avatar for tanvirahmad

hi experts i want to capture name of last or current using textbox name? how is it possible , plz help me.

Member Avatar for kvprajapati
0
46
Member Avatar for tanvirahmad

Hi Experts In VB .net form, How I can close/off Title Bar and how can set border width = 0 or close Border

Member Avatar for kvprajapati
0
101
Member Avatar for tanvirahmad

Hi Experts i m using these code for selecting data grid row [CODE] While i <= DataGridView1.Rows.Count - 1 If Trim(DataGridView1.Rows(i).Cells(0).Value) = Trim(TextBox1.Text) Then DataGridView1.Rows(i).Selected = True Exit While End If i = i + 1 End While [/CODE] it's working nice. but , when no of row more then …

Member Avatar for ukshir
0
3K
Member Avatar for tanvirahmad

Hi Experts My problem is how to search any text in data grid view ? please help me soooon........

Member Avatar for TomW
0
102
Member Avatar for tanvirahmad

Hi Experts i need to set text Box Format at run time. Like , when type any case , then show in Only Upper Case

0
72
Member Avatar for tanvirahmad

hi experts i want to some change in textbox class , lick in got focus of textbox change color of text box and leave of text box change old color, i want to set Permanente code in text box property, after changing we give a new name to text box …

Member Avatar for Stevoni
0
97
Member Avatar for tanvirahmad

hi experts i m using fallowing code for update, delete and save data it's working very well when i save new recored but when i update and delete recored it's showing error message [B] "Dynamic SQL generation for the DeleteCommand is not supported against a SelectCommand that does not return …

Member Avatar for Ranx
0
137