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.

0 Endorsements
~3K People Reached
Favorite Tags
Member Avatar for arunasingh

Sir actually i want to know that when i press enter key then column value is incremented and i want that when i reach to column index 4 then a new row is created in datagridview and again this keydown event is executed and agin when i am in second …

Member Avatar for singh rehal
0
183
Member Avatar for arunasingh

i have a website uploaded at server and when i run that site (on click of add to cart button) it gives error SERVER APPLICATION UNAVAILABLE so can u help me whats the problem is

0
61
Member Avatar for arunasingh

i have a problem in dropdown :suppose i select id from dropdown then i want name of the employee is displayed matched with that id is displayed in textbox : i have use the following code con = New SqlConnection(constr) adpt = New SqlDataAdapter("select * from reg where f_name='" + …

Member Avatar for babbu
0
108
Member Avatar for arunasingh

I have problem in my project ,that is ,i want that time clock is reduced by a specific time suppose in online exam given time is alloted and after a specified time admin will block the exam ,so i want that timer is decremented . Suppose aloted time is 01:00(hh:mm) …

Member Avatar for Teme64
0
112
Member Avatar for arunasingh

i want to add new row in datagridview and i have made AllowUserToAddrows in page load false and i want that when in gridview the column index is 4 then i want that a new row is created and in every row i wantr this

Member Avatar for arunasingh
0
62
Member Avatar for arunasingh

Private Sub DataGridView1_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles DataGridView1.KeyDown If e.KeyCode = Keys.Enter Then DataGridView1.AllowUserToAddRows = True Dim ri As Integer = DataGridView1.CurrentCell.RowIndex Dim ci As Integer = DataGridView1.CurrentCell.ColumnIndex e.SuppressKeyPress = True FindNextCell(DataGridView1, ri, ci + 1) 'checking from Next End If End Sub Sub FindNextCell(ByVal dgv …

0
69
Member Avatar for arunasingh

sir i am developing application in windows so i want that when i serach data that data then that data is dislpayed indatagridview when i am doing that thecvdata is displayed but there is one blank row created in gridview below that row:means that suppose in first row of gridview …

Member Avatar for arunasingh
0
98
Member Avatar for arunasingh

sir I want that when i press enter in any cell of datagridview i want that next cell value is focused and i edit that value .Means how i set focus to any cell on pressing enter and in which event i do that

0
67
Member Avatar for arunasingh

I am developing a project in which i have combobox in that there are list of station and i want that when i type the words that will match to that station and that station is selected in combo box

Member Avatar for c0deFr3aK
0
97
Member Avatar for arunasingh

i am developing windows application project i want that in a datagridview if there is data in the first row ,then i want that if i enter then that above row is copied as next row below the first row.so how i do code in enter of any cell in …

Member Avatar for 4advanced
0
111
Member Avatar for arunasingh

sir i have combobox in that when i type the words , i want that that type word will match the combobox and diaplay in combobox LIKE Suppose there are station :allahabad aligarh ambikapur and when i type alla then in combobox all wordsc are displayed in the combobox

Member Avatar for MrSpigot
0
75
Member Avatar for arunasingh

how to separate text like this DELHI--->>>>23 I want that delhi and no 23 is displayed in 2 different textbox in vb.net sir plz help me for that

0
75
Member Avatar for arunasingh

i want to call dropdown in datagrid in Windows Application and also want to save that value in database how to do that

0
58
Member Avatar for arunasingh

I am making project in C# and i want that if i add some data in table so can u plz tell me that,how data is imported in excel sheet.

Member Avatar for Teme64
0
71
Member Avatar for arunasingh

I have a form of items in which there are categories :dairy,kitchenetc if i add items name under dairy, kitchen then i want that under dairy category all items name are displayed and category dairy is displayed only one time so plz help me for that

0
62
Member Avatar for arunasingh

Suppose i have index.html page then in that page here is login section and after login when i click the sign in linkbutton then reg.aspx page is displayed in the same html page in full screen . using target convertor

0
54
Member Avatar for arunasingh
Member Avatar for Ramy Mahrous
0
66
Member Avatar for arunasingh

sir, Can u please tell me how to make first letter capital and rest small in textbox

Member Avatar for Jx_Man
0
106
Member Avatar for arunasingh

Sir , I have 3 dropdown in first dropdown i have employee id and if i select that id ,related data is displayed in other two dropdown but problem is that i have use coding in the selectedindexchanged of dropdown so the code is transferred from there to someplace and …

Member Avatar for selvaganapathy
0
98
Member Avatar for arunasingh

sir , I have an application in that i have 3 dropdown in which i have entered day ,month ,year separately and in database i have stored this date in combined form suppose2/3/2009.so when i want to update this date then how i can do that becoz now date is …

Member Avatar for Comatose
0
83
Member Avatar for arunasingh

Sir, I am using gridview and in that i have a column of url .so i want that if i click on the url that webpage is opened so how i do that

Member Avatar for bharanidharanit
0
54
Member Avatar for arunasingh
Member Avatar for arunasingh

I have an application in that i have a gridview in that gridview i have a textbox and the textbox changes to dropdown and when i select value from dropdown that value goes to database ,how can i do this.Please help me out.

0
65
Member Avatar for arunasingh

I have an application in that I have a form in which news are rolling up and i have taken gridview in that gridview news are rolling and i want to insert new event in that gridview.How can i do this. I want that when i click on the gridview …

0
94
Member Avatar for arunasingh

sir I have an application form in that i have a database in access and i want that if i click in a button of back up then that database is saved as backup

Member Avatar for Ramy Mahrous
0
54
Member Avatar for arunasingh

sir I have a application in that i have 3 dropdown 1:dept 2: subdept 3: desig and when i select dept then subdept dropdown gets its value and when subdept is selected then desig dropdown gets the value and after that if i search the whole information for particular employee …

Member Avatar for Ramy Mahrous
0
78
Member Avatar for arunasingh
Member Avatar for arunasingh

Hi Friends I am using crystal report, when i click button1(for switcing to print page) so the printing form becomes infront, but when i click on print button of that form & get printout,imidiately that form become minimize & hides on task bar but it's necessary that form must be …

Member Avatar for Devendra_Gupta
0
93
Member Avatar for arunasingh

sir I want to know how to make any checkbox value to be checked in the form load event using vb.net

Member Avatar for Aneesh_Argent
0
66
Member Avatar for arunasingh

Hello Sir I have a problem in uploading a file in server ,so can u tell me how to upload any file in server.Suppose if i want to upload any resume in my asp page then tell me how to do this

Member Avatar for Aneesh_Argent
0
64