www.mobiblues.com

Friday, January 9, 2009

Get Code and DLLs for your project


www.Tariqbaig.com/code

Get Asp.Net Online Users

In Global.asax you will paste this code for get online user,getting in application you will write this for example:lblapplication.Text= Application["visitors_online"].ToString();

<%@ Application Language="C#" %>

UploadFile can'nt upload a file of max 5mb or page expire when upload in Asp.Net

when your uploadfile can,nt upload your desire file,which having maximum 5mb of size or when you uploadfile the page is expire.

Simply do this on "web.config" file


Insert this tag


<>
<
httpRuntime maxRequestLength="202400" / >



the lenght is in KBs.

have fun chaooo

[Microsoft][ODBC Microsoft Access Driver] Cannot update. Or Update Query In Access Database.

In asp if have this error "[Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only."

and in C# Winform or WebForm

Query must have updateable query...


Then you simple share your db folder where you store your project Access Database.