473,544 Members | 1,975 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.NET Framework Forum

Microsoft . NET Framework - Ask questions about Windows Communication Foundation(WCF), Windows Workflow Foundation(WF), applications (web, server, smart clients, console and database).
0
1,115
thread by: paragsudame | last post May 30 '12 by: paragsudame
i want to create Microsoft report through coding. i tried using binding source but it does not show updated status.
0
1,616
thread by: madankarmukta | last post May 28 '12 by: madankarmukta
Hi All, I am facing a problem while loading the type from the referenced assembly. I am implementing the Dependency Injection Design Pattern in the application. Here is the code 1) I have the ITest.cs - ITest<T> interface ITest<T> {
0
1,283
India777
thread by: India777 | last post May 28 '12 by: India777
Hai, Is there any Good Third Party Tool for Create FeedBack Portal in my Site for getting the Customers FeedBack????? Please Suggest the Good one to Use.
1
2,656
thread by: walsh | last post Aug 6 '12 by: Fetch04
Hello to all.. we work on sharepoint 2010 with infopath 2010. our project need call web services (locate on external server and create this web services by .Net lanaguage. we call web services as link below http://www.c-sharpcorner.com/uploadfile/Roji.Joy/connect-infopath-form-to-web-service-and-deploy-it-to-sharepoint/ but when publish web...
1
1,842
thread by: Brindhasrinivas | last post May 25 '12 by: Brindhasrinivas
How to disable row in datagrid vb.net window application?
0
1,438
thread by: nina | last post May 20 '12 by: nina
Hi all, can anybody explain me how can a program written in c# take 10 threads (or more) when the processor which i'm using is AMD dual core processor (so it means that they are only two processors with two thread, each for one).i'm a little confused about this... looking for your answers regards
0
2,199
thread by: asaadbinshams | last post May 17 '12 by: asaadbinshams
Hi All, I am in middle of project which has to display images in reports. But images are not comming in the RDLC report and I am getting #Error . Please do help. Regards, Asaad
0
1,494
thread by: jobikjohn | last post May 17 '12 by: jobikjohn
I've a windows service. I want to install and use on a linux machine. How to install and how to do the start and stop actions in linux machine?
1
1,642
thread by: riteshsingh | last post May 23 '12 by: madankarmukta
I need to create the object of the class dynamically using the reflection and pass that object to the function defined in another class. How to achieve this goal. Please help me out
1
3,252
thread by: starrysky | last post May 16 '12 by: starrysky
I have created a simple 'hello world' windows form in VB.net using visual studio 10. In the compile tab of the project I have targeted .net framework V2.0. The application runs on my development machine which has all versions of the framework installed. If I copy it to an XP machine with ONLY .net v4.0 client profile installed it will not run but...
1
1,479
thread by: vvvv | last post May 15 '12 by: PsychoCoder
System.Array rowValues = default(System.Array); rowValues = (System.Array)report.get_Range("A1", "Z" + usedRowCount).Rows.Cells.Value2; if ((rowValues != null)) am geting the error in the above line
0
1,518
ramanan ram
thread by: ramanan ram | last post May 11 '12 by: ramanan ram
i am using .net(c#) with oracle. now,the Dataset contains five rows.using for loop that dataset value to pass the procedure argument and insert into specific table.if i am execute cannot inserted into the table .but without for loop single row inserted successfully.how to pass dataset more values to procedure argument. here that coding: ...
1
47,957
thread by: yjreddy | last post Jun 18 '12 by: India777
AutopostBack is a property typically used in Dropdownlist,Radiobuttonlist, ListBox controls. You will use this controls to dispaly set of items, when you click on item in the list,selectedindexchanged event will be fired.anyway by default nothing happens with this event. if you want an action has to be occured.you should make...
0
1,781
Ravi L
thread by: Ravi L | last post May 9 '12 by: Ravi L
I need to configure log4net programmatically. I got the code for this from the net which lots of users happen are using. But when I get an error saying "The given path's format is not supported." at logger.ActivateOptions. the code is reproduced below: public class Logger { private PatternLayout _layout = new PatternLayout(); ...
1
4,368
thread by: PierreH | last post May 7 '12 by: Rabbit
I am generating a single PDF file containing multiple similar documents that can contain a random number of pages.(minimum of 3 pages, one document per employe) where employee info is on each document. In order to save print pages it was asked to print in duplex. We want to give each documents printed, to the related employe. The problem: If...
0
1,239
thread by: Intro | last post May 5 '12 by: Intro
Here is my code public void DeleteItemRow(int currentRow) { tblOrderItemDetails.RowStyles.RemoveAt(currentRow); for (int columnIndex = 0; columnIndex < tblOrderItemDetails.ColumnCount; columnIndex++) { var control = tblOrderItemDetails.GetControlFromPosition(columnIndex,...
0
1,467
thread by: Intro | last post May 5 '12 by: Intro
I want to have 4 columns. col 1: contains a plain string col 2 :contains a button col 3: contains a text box col 4 : contains a combobox These rows are to be created at runtime(C#). I have tried with DataGridView but that didn't look me as usual table in asp.net. Even tried to use TableLayoutPanel but that also I couldn't. Will anyone kindly...
0
1,217
thread by: sumanaMalladi | last post May 5 '12 by: sumanaMalladi
<center> <table border="1"> <tr> <td align="center" colspan="5"> <asp:Label ID="Label1" runat="server" Text="Zonewise Bin Tracking" Font-Bold="True" Font-Size="Large" style="color: #4A3C8C; font-weight: 700"></asp:Label> </td> </tr> <tr> <td>
0
1,289
thread by: kayathwalashish | last post Apr 29 '12 by: kayathwalashish
There are so many events available in net forms and controls , than what are situations in which we need custom events. We an call any method or function to solve our propose inside dot net control events, so is there is any situation in which custom controls are the only solution.
1
1,459
thread by: roshan ban | last post Apr 27 '12 by: PsychoCoder
How to run a 32 bit dll file and its application into 64bit os?
0
1,720
thread by: roshan ban | last post Apr 24 '12 by: roshan ban
Hello Every one I have a problem in Asp.net and it is that I've created a dbf file using foxpro and using the asp.net 3.5 i have populated a new data every time when I required. In my pc the dbf viewer shows actual data that has been populated but when the file is moved to server and opend in foxpro then it creates a error file that "File .prg...
1
1,594
thread by: sentimental37 | last post May 3 '12 by: PsychoCoder
Hi friends I want to know that how many total no of errors are defined in .net framework 4.0 or in c#. I know this is somewhat nonsense question but i say that whenever we do some wrong in VS it show errors,so it must be defined somewhere so can i get a listing of total errors in .Net 4.0
1
1,551
thread by: fancy1234 | last post Apr 23 '12 by: sentimental37
How do you install .NET framework?
1
1,564
RemusRigo
thread by: RemusRigo | last post Apr 23 '12 by: RemusRigo
I need a thread to populate a listview and to increase/update the values of two progress bars (in vb.net) For better understanding, the form looks like this: http://i.stack.imgur.com/GsxhP.png Can anyone help me out, I tried to use a backgroundworker, something like this: Private Sub btnGO_Click(ByVal sender As System.Object, ByVal e...
2
1,531
thread by: ztriv | last post Apr 30 '12 by: Joseph Martell
I am a beginner, this is my 4th Program I am making with Visual C#. The program I am making loads up a file and paints it to a bitmap, and I have put buttons in the form that rotate, flip, change the color, etc. in it. The problem I have is that when I click on the button instead of flipping or rotating the image and erasing the previous one as I...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.