Forum: ASP.NET Mar 30th, 2007 |
| Replies: 0 Views: 2,700 Hi,
I have working in Asp.net and C# application, i have used visual studio 2003 for my project, my project i need this logic, how to store data in data grid to database by single... |
Forum: C# Mar 17th, 2007 |
| Replies: 1 Views: 16,495 Hi,
I have used stream reader to read text file using Readline method, and i tried to append all string to string builder, but i'm not able to get all string value, i'm only getting last... |
Forum: C# Mar 14th, 2007 |
| Replies: 4 Views: 4,760 Hi,
Thanks for reply, i have solved the problem, i have added the Encoding.Default to stream reader , now i'm able read the garbage value in my file,
StreamReader reader = new... |
Forum: C# Mar 14th, 2007 |
| Replies: 4 Views: 4,760 Hi,
Thanks for your immedite reply, I want to rplace this string value( Ú ) to single space in my text file using C#, but problem is stream reader not reading this string value, could... |
Forum: C# Mar 14th, 2007 |
| Replies: 4 Views: 4,760 Hi,
I have used C# in vs 2003, in my application i have to read text file, pick data from text file and insert into database, but the text file have some garbage value (garbage... |
Forum: HTML and CSS Mar 8th, 2007 |
| Replies: 0 Views: 3,618 Hi,
I am working in asp.net with C# web application, i have used one textbox and image button for search
funtion, i have created one user control for this, but after i have entered... |
Forum: ASP.NET Mar 8th, 2007 |
| Replies: 4 Views: 7,067 Hi,
Thanks lot, i did big mistake in table, i didnt set primary key for my tables, i have set the primary key for my table now, dropdownlist problem automically solved, thanks for... |
Forum: ASP.NET Mar 8th, 2007 |
| Replies: 4 Views: 7,067 Hi,
thanks for your immediate reply, i have called the fill dropdown method in page load but same problem continuing, could you please give some solution for this
Thanks. |
Forum: ASP.NET Mar 7th, 2007 |
| Replies: 4 Views: 7,067 Hi
I am working in asp.net with C# web application, I have used visual studio 2003, i have used dropdownlist
in my application to populate the data from mysql database, i have got... |
Forum: ASP.NET Jan 30th, 2007 |
| Replies: 3 Views: 3,057 Hi,
Really thanks for your reply, i solved this problem when i repaired the vs .net 2003, but i have another problem in my project, the following problem is "The dependency... |
Forum: ASP.NET Jan 25th, 2007 |
| Replies: 3 Views: 3,057 Hi,
i got error "class not registered" when i try to create web setup and deployment project to my web application. i created web setup and deployment project many times to my... |
Forum: ASP.NET Dec 26th, 2006 |
| Replies: 1 Views: 4,440 could anybody help to create autocomplete dropdown box with editable, whatever we typing in dropdown box it should show dropdown of the control, in my project i filled the dropdown box by store... |