Latest Added

How to edit,delete and cancel datagrid in C#
Hi all I want to know that how to edit,Delete and cancel data in datagrid using c#. Any body would like to help me plz for this. kuldeep singh sethi...
( Categories:Birth Control Published:05-13 )
textbox-query-datagrid
can someone help me do the following. example: I want to type into a text box from a form and it enters a query to google(using google as an example) for feedback into a datagrid. thanks take the data from the text box, perform a ...
( Categories:Birth Control Published:05-13 )
COP1000 (Visual Basic) Please help me solve 2 assignments
This is for my intro to computer programming class. Please help me solve these 2 assignments: For the following items, you are to write the source code solution to each problem using the appropriate repetition control structures. ...
( Categories:Birth Control Published:05-13 )
Reading Data From Rich Text Box
Hello, I am trying to read data that I have formatted in different ways in a rich text box. Basically what I want to do is to color different areas of text with different font colors, and then be able to do different things with t...
( Categories:Birth Control Published:05-13 )
When Form is maximized the controls remain on the same location.
Hi guys.. which property is the one to change?. if any Thanks for your help.... really appreciate...
( Categories:Birth Control Published:05-13 )
Using Key Event Args
I am building a game and I require that the user is able to use keys in order to play. I am having two problems. A.) I'm wanting to use arrow keys and the keys.right is not working B.) I am unable to do any other sort of input wit...
( Categories:Birth Control Published:05-13 )
Sending Objects in Server/Client Application
Hi, I'm pretty new to C#. Basically, I have created objects of my own class and need to send said objects from the server to the client on a network (using either a StreamReader/Writer or a BinaryReader/Writer - unless there are b...
( Categories:Birth Control Published:05-13 )
Writing in to file
Hi, here i am giving the code for writing in to file.. Code: ( text ) Byte[] info = new UTF8Encoding(true).GetBytes(This is some text in the file.); so my question is why use a Byte array to write to file ? what's the advantage/di...
( Categories:Birth Control Published:05-13 )
writing in to file.
Hi, my question is regarding writing in to file. below is the code for the same.. Code: ( text ) // Create the file. using (FileStream fs = File.Create(path, 1024)) { Byte[] info = new UTF8Encoding(true).GetBytes(This is some text...
( Categories:Birth Control Published:05-13 )
Conversion of a text file to HTML using VB.NET
Hi Friends, Can anyone please tell me how to save a text file as a .html and .hhc file using VB.NET. Also it will be helpfull if anyone can point me how to write in a .hhc file using VB.NET. Thanks amd regards Samiran...
( Categories:Birth Control Published:05-13 )
plz help me on Custom TreeView Control
Hi All, I have to develop custom web control i.e. Tree View Control. I don抰 have idea about custom web controls. This is i need in Web Control not Windows Control. I am getting Third party controls. But i want source code. ...
( Categories:Birth Control Published:05-13 )
How send the mail when user forgot the password
Hi All I want to know that when any user forgot the password as yahoo mail, then a button which is said to click on that to know password. so i want to know that code in C# that how to send mail to the user Personal email Address....
( Categories:Birth Control Published:05-13 )
Msgbox problem with VB.NET
Hi, I am facing Nullreference exception when execting the simple state MSgbox (Msg) with my application. even i tried with messagebox.show method same error. My application has one form and it has tab control on it. the real probl...
( Categories:Birth Control Published:05-13 )
Serial Port Communication
Hi all, i'm very new in serial port communication.. here i got some problem in writing to the serial port.. i have done the connection successfully.. let me explain my situation.. i'm doing a system for toll.. here, there have a d...
( Categories:Birth Control Published:05-13 )
Rest in .net
Anyone got any simple e.g on how to implement a REST web service in .net? i can find egs how to consume....not to create...
( Categories:Birth Control Published:05-13 )
webpart zone
hi all can we use the webpart other databases (means that except sql server) such as firebird......
( Categories:Birth Control Published:05-13 )
writing in to the file
Hi, below is the code for writing in to the file.I am using C# for coding purpose. Code: ( text ) // Create the file. using (FileStream fs = File.Create(path, 1024)) { Byte[] info = new UTF8Encoding(true).GetBytes(This is some tex...
( Categories:Birth Control Published:05-13 )
Get List of File Names from specified Directory
HelowWw fellow programmers :) I have a web application that opens a pdf file. Very simple indeed. However the file name is not known. The file has to be found by first searching the list of all files present in a particular direct...
( Categories:Birth Control Published:05-13 )
Problem
Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. I am getting this error even after closing...
( Categories:Birth Control Published:05-13 )
I am unable to Debug my .exe application
Hi, Basically, My application is a service, developed in VC , but I registered as Server.Now I am trying to debug it. The problem is 揇ebuging is hanging and throwing 揊irst-Chance Exception? ?br /> I am doing the foll...
( Categories:Birth Control Published:05-13 )
Listbox padding ---adding spaces
Hi there I currently have a listbox that displays provinces,regions and suburbs.I want to pad the items logically with spaces,but the spaces are being igonred... eg Province1 Regions1 region2 Province2 Region3 Suburb1 Suburb2 my c...
( Categories:Birth Control Published:05-13 )
Windows Forms Datagrid control Sort Arrow?
Hi- Is there any possiblity to make Datagrid control (Winforms) column header sort arrow more prominent in .net 2003. In Windows forms Datagrid control, when user click on the column header, default sort arrow will appear but i wa...
( Categories:Birth Control Published:05-13 )
webrequest problem
Help Me please: I'm working in a webscraping project, an everything is ok. Problem begins because an x.asp webpage, fires an form.submit event and displays y.asp, i need get y.asp (x.asp includes session var) . How i can get y.asp...
( Categories:Birth Control Published:05-13 )
Invoke client to WebService - MathService Add
401 Access Denied: Athentication Polices; authentication identity impersonate=true / authentication/ authorization allow users=* / !-- Allow all users -- authorization. protocols add name=HttpPost/ add name=HttpGet/ /protocols Cre...
( Categories:Birth Control Published:05-13 )
Create windows keyboard events in VB.NET
I am working on VB.NET. In our project we would like to avoid use of keyboard and are trying to generate keyboard events similar to keyboard keypress from VB.NET. For example, on some button click event in form, we would like to g...
( Categories:Birth Control Published:05-13 )