Creating Report in datagrid
Hi I want to show the report in datagrid my database table data snap shot is
View ArticleHow to use a Crystal Report Template in VS2010 C# WPF projec
How do I access different fields in the template, textboxes, images. They are defined in the Details sections in the template.
View ArticleDATAGRIDVIEW Combobox binding
HI I want to bind data from sql to datagridview combobox pls help me
View ArticleHow to use a Crystal Report Template in VS2010 C# WPF
How do I access different fields in the template, TextBoxes, images. They are defined in the Details sections in the template.
View ArticleArabic SMS via GSM Modem in C#
Please can you help me, I have an application c# to send sms from pc to mobile phone,it works fine but when i try to send arabic sms it can't send any one can help me?
View ArticleHow to Increase Parallel for Each Loop in C#
List<string> aa = new List<string>(); aa.Add("aa"); int count = 0; Parallel.ForEach(aa, new ParallelOptions {...
View ArticleSend Link for Approval and Then Save Data in MVC
I am creating a simple MVC application where Secreatry creates contact list for his boss. Contact list has simple fields FirstName LastName Phone no.CatchSecreatry cannot save contacList.After...
View ArticleDropdown List Binding , is that Right or Rough in MVC
Code - Razor Code <div class="editor-field"> @Html.DropDownList("CountryID", String.Empty) @Html.ValidationMessageFor(model => model.CountryID) </div>Controller codeat the time on...
View ArticleHow to Calculate Length of Poly-Line in ArcObjectArcObject
Hi, I line to work with Field Calculation in ArcObject and i want calculate length of Poly-line in ArcObject i am not getting how to do this task
View ArticleVoltage readings C program
Voltage readings are obtained from an electrical substation once every hour for six hours (so there are sixreadings). Write a C program to perform the following checks on the substation:a)...
View ArticleGet logs of Applications on lan systems
Need to get logs of LAN computers. like when a particular application i.e Photoshop or Microsoft office has opened, created a new file, closed a file, closed an application on LAN.How to get and...
View Articlehow can i do this mapping between 2 txt files
I have text file contains data like as:ID 1 Name Mary Mark 89ID 2 Name Mai Mark 67and I have another txt file contains data :ID Mobile1 09932093202 0943043094I want to create excel file which...
View ArticleSuggest for upload file and obtain link to download
hi there, i'm a newer here.I need a suggestion for a service of uploading file which allow me to upload a file and give me a link for direct download to send it via mail to a different subject(like...
View ArticleCan you protect a document and allow both forms and comments
I am trying to create a document for students to enter information into locked scrolling forms in Word 2013 and I would like to be able to enter comments without unprotecting the document.Is it...
View ArticleError in website
my website is in .net and i have .info domain..i uploaded my respective files in public_html in cpanel.but am getting this error everytime --index of / . cgi-bin/Apache server at www.cshub.info...
View ArticleThe best coding practices for Silverlight Application
In this post, you will be described the best SilverLight Development practices for organizing the work flow between .Net based developers and designers. Browse through the list of some important and...
View Articlegetting multiple resultset using single stored procedure
i have two table likemp_detailemp_contactm using stored procedure to get the outputcreate procedure proasbeginselect * from emp_detailselect * from emp_contactendis this correct or any other way in sql...
View ArticleJ query c# modal dialogue
Hi Would someone have a .net c# web application example, which has a jquery modal dialogue (with confirm and cancel options).modal dialogue is invoked by c# code button and pending the click of...
View ArticleC#.NET
Form1 frm=new form1();frm.show();in this mode my form1 values are refreshed so i want show the form with valued
View Article