- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
8 Posted Topics
1)On receipt of the signed MSA back from the customer, the original should be sent to the legal representative and a controlled copy should be sent to the TM/Account Manager by ___________. B D M DM 2)Runtime Profiling is used by which category of users? Developers and System Administrators Configuration … | |
Hi, Im trying to download zip files from Artifactory, I have used webclient, it is working fine from my system which is well connected to internet. but when try from some lab network(intranet), its not wokring fine. some times it gets stopped in the middle. So what is the best … | |
I have Excel like #EmpId EmpName ProjName Date JiraId ***Thursday, March 01, 2012***# 1 test3 Project Name 4/11/2012 1810 5 2 test4 Project Name2 4/11/2012 1810 6 when I read data to DataTable the result will be like #EmpId EmpName ProjName Date JiraId ***40969***# 1 test3 Project Name 4/11/2012 12:00:00 … | |
Hi, Here my requirement is like,when I click on the row of the DataGridView, in required cloumns turn to Text boxes.This is known thing.But for different row should have different control in editing. Please check the attachment . for one row item template is Textbox, for some other row it … | |
HI, Is any help me to read the data from QuoteCenter to .NET application. Thanks in advance. Venkat. | |
Hi all, my code is like.. [COde]string strConn; strConn = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=C:\\ifocus\\Excel Worksheet.xls;" + "Extended Properties=Excel 8.0;"; OleDbDataAdapter myCommand = new OleDbDataAdapter("SELECT * FROM [Sheet1$]", strConn); myDataSet = new DataSet(); myCommand.Fill(myDataSet, "ExcelInfo");[/code] and My EXCEL data is like ------------------------------------------------------------------------------------- Gold --- [B]in@GLDM.1[/B] -- 14,917.00-- [B]Gold MCX[/B] -------------------------------------------------------------------------------------- ALUM--- … | |
Here the my code( Im new to DOT NET) Im using some socket.connection with port 25. private readonly byte[] _buffer = new byte[1024]; int structId = BitConverter.ToInt32(_buffer, 0); Type currentStructType; if (!Structs.TryGetValue(structId, out currentStructType)) throw new BufferParserException(string.Format("Structure with ID = {0} is not supported.", structId)); here Im getting structId= 540029490 … | |
Hi, for one of trading application Im working for, my issue is that. Presently, data storage from online application to Excel is happen here(using TIcker for ex:{=BDDE|TKR!'\\<DEFAULT>\in@GLDM.1/FLD_BF_TE_HIGH,FLD_ASK_HIGH'} ). means we are storing data( data is not constant, its need to update for every change in online application to Excel sheel … |
The End.