Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~837 People Reached
Favorite Forums

8 Posted Topics

Member Avatar for skyboy

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 …

Member Avatar for happygeek
0
210
Member Avatar for skyboy

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 …

Member Avatar for crishjeny
0
101
Member Avatar for skyboy

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 …

0
76
Member Avatar for skyboy

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? …

Member Avatar for Member #692306
0
84
Member Avatar for quest4best69

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 …

Member Avatar for plusplus
0
114
Member Avatar for pavankumarr

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

Member Avatar for skyboy
0
110
Member Avatar for skyboy

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 …

Member Avatar for 1seo
0
84
Member Avatar for skyboy

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 …

Member Avatar for Lusiphur
0
57

The End.