Dear All,
I am new to ASP.NET and I am just experimenting a bit with the drop-down list.
I have the following
<asp:DropDownList CssClass="news_paragraph" DataSource="<%# dsCourses.DefaultView %>" DataTextField="courseTit" DataValueField="courseTit" ID="coursesList"...
Dear All
I am trying to do a search function for an entire site based on an Access Database. I have already created a search functionality from particular tables, like for example from the FAQ table:-
if category = "FAQ" then
sqlSearch="SELECT * from FAQ "
sqlSearch = sqlSearch & " WHERE...
Dear all
I am totally new to ASP.NET and I am trying to follow some examples from a book I have bought. However i have encountered the following error:-
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 56...
Dear All,
I am new to ASP.NET and I am trying to install a component in VS.NET. I am following some instructions on how to do it, however I encountered the following line:-
Give full permission rights to the ASPNET user
How do you do that?
Thanks for your help and time
First I am getting the page variable then I am redirecting to another asp which inserts the click in the table:-
ie first
page = Request.ServerVariables("HTTP_REFERER")
and inserting into the banners table with the banner id and page
Then I redirect to another asp if the user clicks...
Dear All,
I am trying to write a small banner system and I am trying to get the page from where the banner is displayed. I have tried this piece of code:-
page = Request.ServerVariables("HTTP_REFERER")
however with IE6, it does not work and gives me a blank variable.
Is there a...
Dear all,
I am trying to retreive data from an Access table, depending on the dates chosen by the user. I have 2 list boxes, NewsMonth and NewsYear, and the results are numbers, for example for NewsMonth, June is 6 and for the year it is 2003. Then I am trying to create the sql to retrieve...
I tried to do a tutorial on how to make a Javascript menu, however nothing is appearing on the screen. Can anyone help me please and tell me what is wrong?
Here is the code:-
<style>
.menu a{
color: white;
font: 10pt Verdana,sans-serif;
}
.menu a:hover{
color...
Hi All,
I am trying to do a sub procedure to update the table, so that I can use it in many instances without replicating the code. However I have never used Sub Procedures before and so I am not very familiar with them. Here is my code, which is not working. Can anybody help me out...
Hi parasandalone,
I did what you told me to do, but the problem now is that if I leave the name field empty for example, since the checksubmit() function returns false, the page displays the error message, ie "Please enter your name" and when I click ok, it only displays false on the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.