Find an cell value of Excel sheet using C#?
Hi,I am generating excel sheet from c# code using DocumentFormat.OpenXml.dll. I have generated excel sheet. now i want to find any specific element of Excel sheet and make it bold.How to find any...
View ArticleImplementation of trees
i want the coding of library management system using implementation of trees in c# on window form..........
View ArticleC# program to write Excel Sheet
Hello To All,I am a student and i have to solve one C# project.the Program should receive the data from the console window and sholuld write the data in to an Excel Sheetthe Data may be some thing...
View ArticleSSRS on MVC framework
I need help on implementing the SQL SSRS on the MVC framework. Do you have any Idea guys on how to do this.Thanks :-)
View ArticleHow To Create System DSN for MySql using c#
Hi i have created an win form application in c# (.net 2008). I am using System DNS to connect to MySql database. I do this from control panal. Is there any way i can create this System DSN from c#...
View ArticleRSS link on C# Corner Home Page Broken
Hello Sir, I wanted to bring this to your notice that, the "RSS" link on our C# Corner Home Page near the "Recent Activity" tabs bar seems to be been broken. Whenever I click on the "RSS" icon then it...
View ArticleSuppress datetime field if its values is Null in Crystal Rep
Date Format is 9:30am When i extract report from Crystal the data not present on specific date are showing blank Instead of i want an String value on it .. I am using Below code for supressing if...
View ArticleHow to save the selected checkbox value in gridview to db?
Good day~I have a problem that cracked my head for a week! I have a GridView and checkboxes for every each row and a Save button. My GridView contains Serial Number, Type of Asset and Condition. I have...
View ArticleLogin Page Detail Example using vb.net and mysql
HelloI want to create an web application using vb.net and MySQL please give step by step guide or example which show how to create login page in vb.net using MySQLawaiting your valuable reply.
View Articlexna - move sprite from different pc using c# tcp/ip socket
I don't have any experience with TCP/IP socket.net technology and XNA game. I have been learning both of them last few days. I found few TCP/IP Socket technology tutorial which only sending/receiving...
View ArticleHow to tick times from database in timer counts down remaini
How can I tick times from a database in timer (counts down remaining)?I read time values from a database .I organize the values in a table layout panel and I want the values to start ticking.I tried...
View Articleaccordion from database code first FE and MVC
Hi,would you please tell me how to arrange everything so for evey continent I have countries available?Here are my modelspublic class Country { [Key] public int CountryId { get; set; }...
View ArticleHow to Flush DNS Cache using .NET Inbuit Library Components
using System.Runtime.InteropServices;[DllImport("dnsapi.dll",EntryPoint="DnsFlushResolverCache")]privatestaticexternUInt32DnsFlushResolverCache();publicstaticvoidFlushMyCache()//This can be named...
View ArticleAdding multiselect to Gridview.
Please tell me how to add multiselect to the following GridView. Multiselect here IDStart TimeEnd Time 31 32 33 34 35 36 37 <asp:GridView ID="GridView1" runat="server"...
View Articlevisual studio 2010 Crystal Report
visual studio 2010 I developed an asp.net application in which i used crystal report (for visual studio 2010). I have a big problem that is when i run my application on local server, it works fine but...
View ArticleAccessing External Hardware Devices from ASP.NET
Hi,I have a requirement in such a way, that a .NET web application interacts with a bio-metric(fingerprint reader), Credit Card reader kind of hardware devices.How this can be achieved. Is it...
View Article