Forum: ASP.NET Jul 5th, 2007 |
| Replies: 13 Views: 1,014 Re: Whats going on? Yes, one can detach a database, mail across the .MDF and .LDF files and these can then be attached as database at the other end. |
Forum: ASP.NET Jun 28th, 2007 |
| Replies: 4 Views: 561 Re: urgent plzzzzzzz You can also try out some Indian hosts - they are relatively cheaper - e.g. space2host.com, net4india.com. After you signup for a hosting account (make sure that you sign-up for Windows account with... |
Forum: ASP.NET Jun 28th, 2007 |
| Replies: 2 Views: 1,340 Re: SQLDataSource Delete() No. If the Delete() method is being called properly, there is no reason why the trigger won't be fired. Trigger is fired by the backend database and has nothing to do with ASP.NET. |
Forum: ASP.NET Jun 28th, 2007 |
| Replies: 7 Views: 1,827 Re: Adding color to GridView Use RowDataBound event. Find the control using FindControl. Check the value of the control and depending on the value set the FontColor property. |