No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
I have finished a web application, but i'm having problem publishing it. The application is meant to be accessed only by people in my office. But i actually don't know how to go about it. Is it possible to host it on my PC and it will be accessed by …
I have a table that looks like the one below: Name Score1 Score2 Score3 TOTAL Dan 71 85 23 ? Tom 58 84 87 ? sam 76 65 64 ? I dont know d command that will dynamically get the total score for each student and put it in the …
I have two tables in my database, one for teachers and another for students. The students table has column for name, admission no., math’s, English, computer, agric. Different teachers are responsible for each subject. I have a gridview that shows all the columns, but I want only the teacher responsible …
I have hosted two static(html) sites with filezilla and they are functioning fine, but i tried hosting an ASP.Net site and when i view the site online it displays d source code of the page instead of d design page. Is there a special way to host an ASP.NET website? …
First of all add a SQLDatasource to each dropdown lists control, then configure the data source (i hope u knw how to do that). The query for that of the first sqldatasource is SelectCommand="SELECT column from Table" That of the second one will be: SelectCommand="SELECT Column From Table WHERE column …
Your code is correct, but you can use this: Response.Cache.SetExpires(DateTime.UtcNow.AddMinutes(-1)) HttpContext.Current.Response.Cache.SetCachebility(HttpCacheability.NoCache) Response.Cache.SetNoStore But make sure you import system.web.caching.cache
I have a table that looks like the one below: Name Score1 Score2 Score3 TOTAL Dan 71 85 23 ? Tom 58 84 87 ? sam 76 65 64 ? I dont know d command that will dynamically get the total score for each student and put it in the …
Hi all, i need your help urgently. Please, i designed a simple asp.net website that has a database, i am through with the site and i tried hosting the site. But i am having problem in hosting the site,when i view d index page, i see the source code instead …
The End.
skyboy