Forum: DaniWeb Community Feedback Jan 17th, 2009 |
| Replies: 1 Views: 531 Please tel me the exact procedure to delete blog or forum from the daniweb.
or let me know
How to delete account from daniweb.
Thanks in advance |
Forum: C# Jan 14th, 2009 |
| Replies: 4 Views: 9,977 Excellent job !
This tutorial really helps.
Thanks. |
Forum: C# Jan 4th, 2009 |
| Replies: 7 Views: 5,841 Hi Nida,
Thanks for updating this article, I agree with the ambiguity regarding table name , can you please let me know about any other error you find in this article. It'll help me to... |
Forum: ASP.NET Dec 24th, 2008 |
| Replies: 20 Views: 16,214 Hi jisha,
ERP stands for Enterprise resource planning , as it's name indicate that's it's a way to integrate data and process. Take an example of sales & marketing scenario in which... |
Forum: ASP.NET Dec 21st, 2008 |
| Replies: 20 Views: 16,214 Hi,
May be i can help you to make a Asp.Net website with C# language having backend as SQL 2K.
You can make a ERP project , e-shopping .
If you are interested reply.
Thanks,
Anuj |
Forum: Computer Science Dec 21st, 2008 |
| Replies: 3 Views: 1,115 Primary (x) x.y f(x) a[x] x++ x--new typeof sizeof checked unchecked
Unary + -~ ! ++x --x (T)x
Multiplicative * / %
Additive + -
Shift << >>
Relational < > <= >= is as
Equality == !=... |
Forum: C# Dec 20th, 2008 |
| Replies: 7 Views: 5,841 Following I am mentioning step-by-step procedure to create database connection to the asp.net website textboxes via C#.
1: Open visual studio 2005 and from FILE select NEW-> WebSite, then from... |