Forum: ASP.NET Jan 26th, 2008 |
| Replies: 0 Views: 978 hey guys,
I want to create IBM AFP files with an index. I checked many thing but got nothing. I have XFRendering server 2007 helps me to create PDF files which has also support for AFP files with... |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 19 Views: 10,904 no need facultychecked.Checked == true
use this. and it will work.
int k;
if (facultychecked.Checked)
{
k = 1;
}
else |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 2 Views: 2,780 try this. u should give path on server. not real path.
BackImageUrl="App_Data/logo1.bmp"
! convert that bmp to jpg to save time on load |
Forum: ASP.NET Jan 17th, 2008 |
| Replies: 8 Views: 1,750 This is the output :) works as one class file, but a bit slow on database logging.
2008-01-17 17:32:51 INFO MSDOM\809133 ActivityLogs._Default... |
Forum: ASP.NET Jan 17th, 2008 |
| Replies: 8 Views: 1,750 |
Forum: ASP.NET Jan 17th, 2008 |
| Replies: 8 Views: 1,750 Here is my solution.
requires .net 2005, .net framework 2.0 and sql server 2005 |
Forum: ASP.NET Jan 17th, 2008 |
| Replies: 8 Views: 1,750 if u r familiar with .net, u know the common conversion issues from 2003 to 2005 or 2008. i ll post it here soon... which work with simple log file and sqlserver. |
Forum: ASP.NET Jan 16th, 2008 |
| Replies: 8 Views: 1,750 i made it.. no problem anymore... |
Forum: ASP.NET Jan 16th, 2008 |
| Replies: 8 Views: 1,750 the problem is i got this
Line 7:
Line 8:
Line 9: <log4net debug="false">
Line 10: <appender name="LogFileAppender" type="log4net.Appender.FileAppender" >
Line 11: <file... |
Forum: ASP.NET Jan 15th, 2008 |
| Replies: 8 Views: 1,750 hello guys...
long time not to involve to c#/asp.net so i dont remember so many things.
i have problems to adapt log4net to my website to log all the activities.. i checked and tried out so... |