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.

8 Posted Topics

Member Avatar for vinayphadke

Hello all, I'm performing the oracle bulk copy upload operation. There are 10 columns data which needs to be uploaded in oracle database table. The data is getting uploaded in the table for these 10 columns using a datatable. A datatable is being populated from the list. However, there are …

Member Avatar for Member #949455
0
473
Member Avatar for Goomba79
Member Avatar for vinayphadke

Hello Guys, I was performing text file reading and writting operations and the job looked very simple as usual, yet it has not been solved successfully. We have got a simple text file **final.txt** which contains data like this:- **05/18/2012 02:12:66 8HRY hjhruehr737243 YES NO u34gewryge 698** i.e each value …

Member Avatar for gnath
0
274
Member Avatar for vinayphadke

Hello, We are installing MS SQL server '08 and while installing its giving us the message, "Windows need higher version of Windows installer.. Recommended version: 4.5". How safe will it be to download the installer 4.5 and run it on machine? I just want to have clarification to this question …

Member Avatar for vinayphadke
0
174
Member Avatar for vinayphadke

Hi, I'm formatting a column in datagridview to "C" i.e. currency. [CODE] dgcColumn1.DefaultCellStyle.Format= "C"; [/CODE] I want to format the values for this column to nearest round no. For example, If user enters within $30.00 to $30.50 it will get formatted to $30 If user enters within $30.51 to $30.99 …

Member Avatar for vinayphadke
0
107
Member Avatar for SaranSakthi

Hi, Use this... string strValue= DropDownList1.SelectedItem.Value; [QUOTE=SaranSakthi;1756579]hi, I am doing my project in ASP.NET,C# with SQL. In that I'm having one dropdownlist which contains set of values that are retrieved from database. I have to use selected value in that dropdownlist values.Please help me.[/QUOTE]

Member Avatar for vinayphadke
0
102
Member Avatar for binoy.mathew

Hi, As far as I see if you are using this dynamic statement to 'generate' just SP then its of no use. Since this sql statement will only create a SP. But in order to get the data in you dataset( .xsd), you need to execute the SP; by which …

Member Avatar for vinayphadke
0
321
Member Avatar for vinayphadke

Hi, I am using the 'DataGridViewCheckBoxColumn' class to show the checkbox in each row of gridview. The checkboxes require 0 & 1 values to show the checkboxes checked and unchecked. The select query which builds the datasource for Gridview shows the 0 & 1 values being fetched from database. Now …

Member Avatar for vinayphadke
0
143

The End.