Thanks DeepBlue. I tried to move that to another folder. But now the access denied message is showing when hosting. Whether we have to give any other permission. It's working fine in local.
Thanks,
Siju
User Profile
Collapse
-
Why Session got killed
When I am uploading a file to a folder inside Bin, the session is lost. Why session is lost there? How can we rectify it?
Regards,
Siju G -
I created a website using visual studio. To include log4net, assemblyinfo.cs is needed in website. So I tried to include it in website. But it doesn't worked. How can I include it?
In the same time, in web application there is a folder named properties, which already have assemblyinfo.cs . Is it clear? Sorry for the confusion
Siju GLeave a comment:
-
Hurray we got the problem solved. Actually in CSS there was a style specification
padding:0em 0em 1000em 0em;
margin: 0em 0em -1000em 0em;
We changed it to
padding:0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
and it worked.ThanksLeave a comment:
-
Printing problem in IE
Hi,
I developed an ASP.NET website. All styles were given through CSS including images. Now the problem is that when we are selecting the webpage for printing, it is not printing the entire page. Well I am using master pages. Well anyone have a solution.
Thanks in advance,
Siju George -
How to include AssemblyInfo.cs in Website
I have a website in which I want to implement log4net. For this AssemblyInfo.cs is needed as per some sites. But I am confused that how can I include these files in the website. In Web application there is properties folder which have the AssemblyInfo.cs .
Does anyone have any idea.
Thanks in advance
Siju George -
Ya Thanks for your replay. Well the problem is not with the syntax. It is with the data in the table. When I tried to fetch top 10 data it worked. Thanks a lot for your time.Leave a comment:
-
Problem in Access Query
Hi All,
I am having a table in access named 'CPP Table'. While I try to fetch data from that table using asp.net and c#, the select query it showing an error message. Well someone pointed out that the text 'Table' is creating the problem. Well anyone have any idea? How can I solve it?
Thanks,
Siju G -
How to call a MS Access Queries from asp.net 2.0
Hi,
I have a querie in MS Access, how can I call that querie from asp.net using code. Thanks in advance
Siju. -
Problem in data retrieval from MS access database using ASP.NET + c#
Hi ,
I am devoleping a web application which displays the details saved in access97. I am trying do display the details through asp.net. But the problem is that the name of the table is MPP Table. When I am trying to retrieve data from this table, it is throwing an error. What is the problem? Is the space in between the name of the table is the problem? How can I solve it?
While I created a new table with oneword,... -
How to transfer data between Access to SQL 2005
Hi All,
I need to retrieve data from an access database and I need to update this into a MS SQL 2005 on a monthly basis(Needs only once in a month, let it be 1st of every month). What I need to do? Do u think I need a console application. I am using ASP.NET c# and SQL 2005. Thanks in advance.
Siju. -
Validate the Input coming from database before assigning to the radiobuttonlist
if(Value!="")
{
//Include the binding code here
}
Siju...Leave a comment:
-
How can I include CSS external file in content page
Hi,
I have a content page which is not in a folder where master page is saved.
This made the styles not working in that page. How can I include the same css file which is used in the master page for this content page.
Thanks in advance,
Siju George -
sijugeo replied to Which is the namespace which can be used to get the user, files and directory detailsin .NETi think,for files and directory SYSTEM.IO is correct.
But I want namespace for Userfiles and directoryLeave a comment:
-
sijugeo started a topic Which is the namespace which can be used to get the user, files and directory detailsin .NETWhich is the namespace which can be used to get the user, files and directory details
Which is the namespace which can be used to get the user files and directory details.
Regards,
Siju George -
It's fixed.
I give the calling of the function in href="function( )"
like this,
<a href="function( )" id="functioncal ling">Call</a>
Sorry its confusing I know, actually its an anchor tag used with onlick earlier, however when changed the method calling to hrref, it worked.
SijuLeave a comment:
-
history.go(-1), is not working.
Hi ,
I have a problem. In my aspx page I have a onClick="histor y.go(-1)"
Later I moved it into external .js file. but it is not working. Can anyone help me?
Thanks in advance,
Siju George. -
ValidationGroup and ValidationSummary an ASP.net
I have 3 validationgroup s and 1 ValidationSumma ry. Is it possible to include all these error messages in to one validationsumma ry?
Siju -
Converting Currency format
Hi all,
Myself having a textbox which is indented to enter the Currency of a particular good, and its working fine.
Now the problem is , I want to format the way currency looks like. ie, a ',' is needed after every thousand. eg, xx,xxx,xxxx,xxx ,xxx.00 likewise.
I want to do it while entering the value itself and have to use ASP.NET localize for that. I'm still confused... -
The whole grid is placed inside a div. Then it is binding. The data is limited to 2000 records. . It is working properly in IE . But in FF it is displaying around 1000 only. after thhat it is not displaying.
Thanks ,
SijuLeave a comment:
No activity results to display
Show More
Leave a comment: