You are here:
| Subject | Date Asked | Expert |
| Passing Value in Datagrid to Crystal Report in C# | 12/28/2011 | Srini Nagarajan |
| Q: I just wanna ask how to create a report in c# getting one row or data in my database i'm using ... A: Hope this one helps ... | ||
| list filed on computer | 11/2/2011 | Srini Nagarajan |
| Q: can you please give me an example of how to list all directories/files on a computer and send them ... A: name space to use using System.IO; Get files from directory string[] filePaths = ... | ||
| Web Designing and Web Development Combination Experts | 10/17/2011 | Srini Nagarajan |
| Q: We observe that there are experts in Web Designing Software viz. Adobe Photo shop, Flash, Action ... A: few reasons. 1. Sometime back normally the design was no design based programming required.. ... | ||
| How to configure ASP.NET and c# in a Server? | 10/3/2011 | Srini Nagarajan |
| Q: How are you? I hope you and your family members are well. I have develop a project using Asp.net and ... A: All fine and hope the same! get your question clear here, so you web application located on ... | ||
| How do i block downloading | 8/25/2011 | Srini Nagarajan |
| Q: . i spent 2 days just finding some programming language that can block file downloading on any ... A: Sorry for the delay in reply i was not in station. You need to build http monitor to track this ... | ||
| C# How To View Contents of String Variable...Need Example... | 7/26/2011 | Srini Nagarajan |
| Q: I was told that I could view the contents of a string variable using an ASP.net control statement as ... A: Here is the script which does the upload and do the validation. I try to show how you should ... | ||
| Datagridview | 7/23/2011 | Srini Nagarajan |
| Q: I have add a datagridview control in a windows form from toolbox.I added columns by DataGridView ... A: On click of the button you have to do the following: This one pick first column and insert into a ... | ||
| File Upload Is Working But File Format Check Is Not... | 7/22/2011 | Srini Nagarajan |
| Q: I am relatively new to ASP.net so forgive me if I don't understand some concepts. Was attempting to ... A: i found there another simple one. Extension normally comes only with text like "doc" or "rtf". ... | ||
| File Upload Is Working But File Format Check Is Not... | 7/21/2011 | Srini Nagarajan |
| Q: I am relatively new to ASP.net so forgive me if I don't understand some concepts. Was attempting to ... A: It's a simple mistake. In the first list you converted to Upper case and in the if condition you ... | ||
| File Upload Not Working In C# Codebehind File... | 7/18/2011 | Srini Nagarajan |
| Q: I am relatively new to ASP.net so forgive me if I don't understand some concepts. Was attempting to ... A: Why do you want to store the image on to database? please store the image file in some folder and ... | ||
| high privacy | 5/31/2011 | Ashley Brazier |
| Q: I want to make a software with high privacy So that nobody can access my codes and install the ... A: As far as I know it can't be done. Look at the trouble Microsoft has with managing piracy etc. ... | ||
| delegates | 7/22/2010 | Srini Nagarajan |
| Q: i am isha can you explain the concept of delegates. what are delegates and why do we need to create ... A: A delegate in C# is similar to a function pointer in old C or C++. Delegate allows to encapsulate a ... | ||
| Download | 5/3/2010 | Ashley Brazier |
| Q: I would need to download. NETFramework 3.5 - SQL Server 2005 because 'are the prerequisites of a my ... A: You can download SQL server 2005 express here: ... | ||
| Create bilingual dictionary | 3/19/2010 | Hosnieh [Sara] |
| Q: I am new to c#. Right now i would like to create a bilingual dictionary as my project. I would like ... A: the best option for creating a dictionary is database, of course you can save words in files too but ... | ||
| barcode | 3/10/2010 | Hosnieh [Sara] |
| Q: How I can integrate barcode with C# code in sales and purchase module. (generating, searching, ... A: I don't know how to connect to barcode reader, it should have a module for that , I mean when you ... | ||
| Building a PDF Viewer application | 3/8/2010 | Hosnieh [Sara] |
| Q: I had contacted you earlier regarding my final yera engineering project. Anyway, I'll recap. My ... A: download the pdfsharp.dll from this website http://sourceforge.net/projects/pdfsharp or you can ... | ||
| Deleting empty rows from excel | 3/4/2010 | Hosnieh [Sara] |
| Q: I want to delete the empty rows from an excel file programatically using c#. A: I did not use excel like that, you know in excel you should have headers for each of your column ... | ||
| inheritence | 3/4/2010 | Hosnieh [Sara] |
| Q: class Animal { public void bark() { ... A: You override the bark() function in animal bark if you comment those lines in which write dog bark ... | ||
| Passing parameters | 2/28/2010 | Hosnieh [Sara] |
| Q: My question 'How do I pass parameters : (datasollecito1DataTime.Value - ... A: then you can write a function and call it in datetimepicker_valuechange like this private ... | ||
| Database Connectivity | 2/20/2010 | Hosnieh [Sara] |
| Q: would you please send me the code of database connectivity with SQL server to my email. or give me ... A: I don't have your email address but this can be a sample private SqlConnection sqlcon; ... | ||
| ::Connection String for WinApp:: | 2/20/2010 | Hosnieh [Sara] |
| Q: I am trying to connect C# windows application to SqlServer Express. But i am not able to execute the ... A: in attachdbfilename you should specify the complete path for instance 1- Data ... | ||
| asp | 2/19/2010 | Hosnieh [Sara] |
| Q: i want a pop up window every time product page is opened which asks what type of product usr want to ... A: then in your product page add this javascript code the link to your product page should be something ... | ||
| asp | 2/15/2010 | Hosnieh [Sara] |
| Q: i want a pop up window every time product page is opened which asks what type of product usr want to ... A: you do not need to do it server side (via asp or .net) you can use client side scripts such as ... | ||
| Remote Desktop in .Net | 2/15/2010 | Hosnieh [Sara] |
| Q: i need to develop program to use in remote desktop. i search on net and i got one tutorial for it. ... A: about your first question, unfortunately I did not work on that and I cannot help you in that issue, ... | ||
| Creation of a PDF reader (with extra security features), a new custom file extension in C#. | 1/20/2010 | Hosnieh [Sara] |
| Q: AS part of the final year engineering project, I am developing a PDF reader and there are some extra ... A: in C#.net there is a project for pdf creation http://sourceforge.net/projects/pdfsharp it is open ... | ||
| multiplayer card game programming. | 1/18/2010 | Hosnieh [Sara] |
| Q: which program would be better for creating a multiplayer card game with AI's(bots) and client/server ... A: C#.net is more highlevel language than C++ , c#.net for client server application have some ... | ||
| repeater | 1/18/2010 | Hosnieh [Sara] |
| Q: With great hope im writing this mail to you. I have a small project. It is a online exam project. ... A: unfortunately most of the time I am so busy , just sometimes when I am less busy I come to this ... | ||
| repeater | 1/12/2010 | Hosnieh [Sara] |
| Q: With great hope im writing this mail to you. I have a small project. It is a online exam project. ... A: first , why didn't you used gridview, listview, repeater or datalist? instead of making tables ... | ||
| LinkLabel | 1/11/2010 | Hosnieh [Sara] |
| Q: i'm searching to keep the linklabel in listview. can u help me with coding and procedure to keep the ... A: like gridview or repeater , listview have item template than you can add it in html source of your ... | ||
| dinamic text for a tooltip | 1/10/2010 | Nick |
| Q: I have this need: In Form1 obj TextBox1 is editable and I need a tooltip that shows the text that ... A: I'm not quite sure what you're asking, but I'll take a guess and show you what I've got. I created a ... | ||
| Data binding an Array to a data grid | 1/9/2010 | Hosnieh [Sara] |
| Q: I have a web service which querys a database I have created a web client for this service and I need ... A: I consider that the delimiter for each row are "|" and the delimiter between data are "." ... | ||
| Data binding an Array to a data grid | 1/8/2010 | Hosnieh [Sara] |
| Q: I have a web service which querys a database I have created a web client for this service and I need ... A: You need to use datatable and import rows in to it and then bind the datatable to your datagrid ... | ||
| c# | 12/21/2009 | Hosnieh [Sara] |
| Q: i made a gui form which have three lables, three text box and a buton n i have to ask user to enter ... A: you need to define a public variable for checking the users, each time the user click on button and ... | ||
| c# | 12/21/2009 | Hosnieh [Sara] |
| Q: now i completly understand d mean of ms script thnak u very much......... bt i want tht value shud ... A: again sorry for this delay, this is the code you have a button that in button click you should write ... | ||
| c# | 12/9/2009 | Hosnieh [Sara] |
| Q: i design a form in which user enter name, address, city, Mob. now i want to use these detail in ... A: you can redirect to other page and show those details for more information to how to show your data ... | ||
| c# | 12/9/2009 | Hosnieh [Sara] |
| Q: its not proper it shud read 11 to 19. as 11 shud show eleven, 12 shud show twelove etc ANSWER: ... A: sorry for my late response. I was so busy with many projects. we use script languages because C# or ... | ||
| About c# programing | 12/4/2009 | Daniel Fredriksen |
| Q: I want to write code for following requirements in console application using c# ... A: Well there are a couple of ways to tackle this. You could have the user enter the day, the month, ... | ||
| C# programming logic. | 12/2/2009 | Daniel Fredriksen |
| Q: i`m learning c# 3.0 and i developed a simple program of printing a truth table on the console :- ... A: Sorry about the delay in response Neville, I had just recently completed a move and was waiting for ... | ||
| c# | 12/2/2009 | Hosnieh [Sara] |
| Q: its not proper it shud read 11 to 19. as 11 shud show eleven, 12 shud show twelove etc ANSWER: ... A: the simplest way is as follow, there's other way too such as detecting each character and parsing ... | ||
| C# programming logic. | 11/27/2009 | Daniel Fredriksen |
| Q: i`m learning c# 3.0 and i developed a simple program of printing a truth table on the console :- ... A: I hope you enjoyed your holiday Neville. I checked out the link, but Google must use a session ... | ||
Top Expert on this page
can answer any kind of questions in ASP.NET, C#, VB.NET, ASP, SharePoint 2007, Coldfusion, Powerbuilder 7.00 / 8.00, JAVA servlets, MS SQL 2000 / MSSQL7, Sybase
Contact me if you need any custom development on ASP.NET, ASP, Coldfusion, Powerbuilder

©2012 About.com, a part of The New York Times Company. All rights reserved.