Forum: ASP.NET Jan 15th, 2009 |
| Replies: 2 Views: 930 Hi,
I tried as you said ,but I coudn't make it....
can you describe step 2 and 3 with code sample? It is very helpfull to me.
Thanks |
Forum: ASP.NET Jan 14th, 2009 |
| Replies: 2 Views: 930 Hi,
I have a tabcontainer with two tabs.Both contains a third party calendar control.
And have a button outside the tabcontainer to change the view of calendar. I can do this with the first... |
Forum: ASP.NET Jan 8th, 2009 |
| Replies: 1 Views: 657 Hi
I am using custom database to store data. I have two tables :Customer(CustID,Fname,Lname,Fullname) and
User(UserId,Emailid,Pwd,CustID(FK))
I want to retrieve the Fullname from Customer... |