Here is the link http://pashamtechnology.com/school-management-system/[^] :)
gopal pradhan
Posts
-
Need project suggestion -
applicatin developing in c#You can try this book too. http://books.google.co.in/books/about/Application_Development_Using_C_and_Net.html?id=IgBx6RRO0WcC[^]
-
applicatin developing in c#Try this link Some Best Practices for C# Application Development (Explained)[^]:)
-
Reading from XML fileTry this link http://support.microsoft.com/kb/307548[^] :)
-
how to apply sorting in grid view field through codebehindUse this link GridView Paging and Sorting[^]
-
How to Create and Access Session Variablesto store into session: Session["someID"]="Text To Store"; to retrive : string someString=Session["someID"].ToString(); :)
-
check boxGet the text into a string , split it by space and get the first name. :)
-
loginSelect from database table if the username and password exists. Check for the no of results returned. If is 1 , user is authanticated if 0 , not. :-\
-
can i get recipient mail addresses when sending mail from asp.netWithout receipent mail how can you send the mail ? :confused:
-
ASP White ScreenUse this link ;) Complete ListView in ASP.NET 3.5[^]
-
two ASPxButton in one lineTry keeping them inside a table .
-
FTP Files DownloaderUse a tool like filezilla for uploading or deleting files in ftp. :)
-
Need project suggestionTry this link for a simple project i.e. school management system.
-
Need project suggestionSimply start with a project which include ado.net and gridview. You can practice kinds of gridview events like adding, updating and deleting from gridview. also sorting and paging of gridview.