| Thread | Last Post | Replies |
|
| Select especific line from textbox | 24 Sep 2006 04:54 GMT | 1 |
How can i select (highlight) an especific line in a textbox??
 Signature - Starving to learn and
|
| Displaying images in gridview? | 24 Sep 2006 04:49 GMT | 1 |
I'm working on an ecommerce-type we app, and I would like to save/retrieve image information into my sql server DB. If I save the file path in my table, how can I use that info to display the image in the gridview? IS there a better way?
|
| String Comparision | 24 Sep 2006 01:42 GMT | 5 |
How do i compare string such that A < B<... <Y<Z<BA<BB... <CA... <ZZ Thanks KB
|
| Extending OpenFileDialog to add a picture preview? | 24 Sep 2006 01:27 GMT | 3 |
How easy is it to extend OpenFileDialog so that when a file is selected (clicked), my code will be called to extract some information from the file and display a picture?
|
| Registreing assembly/.NET DLLs, EXE | 24 Sep 2006 01:24 GMT | 4 |
i want to register .NET DLLs or Exes using Regasm from any folder in command prompt But i am getting the error - unrecognized command C> regasm....
|
| VS studio 2005 versus VS studio 2003 | 24 Sep 2006 00:00 GMT | 7 |
If someone one to learn C# NOW, isn't it a bad idea to be using VS studio 2003? Btw, what is the exact difference between C# versus Visual C#?
|
| (500) Internal server error ReadXml | 23 Sep 2006 23:36 GMT | 1 |
I have a .net web service that when I call using http returns this auto format xml: <string> <coverage memkey="001" hplan="hmo" effdt="1999-10-01T00:00:00"
|
| Service Pack 1 for VS 2005 ? | 23 Sep 2006 21:36 GMT | 1 |
Does anybody know if/when it will be really available ?
|
| Add new row to Repeater? | 23 Sep 2006 20:48 GMT | 2 |
I am having issues adding a new row in my repeater when my repeater's table cells reach a certain number. what i'm doing is adding a predetermined number of color cells from the database and bringing them into a repeater that is located already inside a table cell which
|
| declare array with a default value? | 23 Sep 2006 19:46 GMT | 8 |
Just looking here: http://msdn2.microsoft.com/en-us/library/9b9dty7d.aspx I can't quite see what I want to do. I want an array of Booleans of length 102, all initially "false". I have this so far:
|
| Cookies and subdomains and IE6 | 23 Sep 2006 15:26 GMT | 1 |
I'm loosing cookies in IE6 (works in firefox) when with the following steps... step 1. set a cookie in one domain, in an .aspx.cs codebehind... in www.domain.com/subdomain1/page1.aspx
|
| Voice Capturing | 23 Sep 2006 11:35 GMT | 2 |
How do i capture voice and playback that again? I am working in C# VS.2005 Thanks & Regards, Pramod
|
| How to copy a DataTable? | 23 Sep 2006 09:42 GMT | 4 |
Hey guys, In my app, I have a DataTable named "dta"... If i create a new variable of DataTable type named "dta2", and assign the dta as value, it creates a reference to dta, then, when I make
|
| Is that true there are no Linked lists in .NET? | 23 Sep 2006 08:00 GMT | 5 |
I have realized some heavy algorithm which works on ArrayList of strings. It works slow because of a lot of insertions and deletions at arbitrary positions in the list. Now I really need an ADT based on linked list data structure, but can't find any appropriate collection
|
| Delegate/Event HELL! | 23 Sep 2006 07:31 GMT | 2 |
I need a little help please... I'm simply trying to set up a very basic event for a class and then create an event handler for that class in a Console application. I think I'm very close, but I'm missing something. Here's what I've got...
|