User Profile

Collapse

Profile Sidebar

Collapse
sijugeo
sijugeo
Last Activity: Oct 15 '09, 01:28 PM
Joined: Jul 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sijugeo
    replied to Why Session got killed
    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
    See more | Go to post

    Leave a comment:


  • sijugeo
    started a topic Why Session got killed

    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
    See more | Go to post
    Last edited by Frinavale; Feb 11 '09, 04:01 PM. Reason: Moved to ASP.NET Answers from .NET

  • sijugeo
    replied to How to include AssemblyInfo.cs in Website
    in .NET
    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 G
    See more | Go to post

    Leave a comment:


  • sijugeo
    replied to Printing problem in IE
    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.Thanks
    See more | Go to post

    Leave a comment:


  • sijugeo
    started a topic Printing problem in IE

    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
    See more | Go to post

  • sijugeo
    started a topic How to include AssemblyInfo.cs in Website
    in .NET

    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
    See more | Go to post

  • sijugeo
    replied to Problem in Access Query
    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.
    See more | Go to post

    Leave a comment:


  • sijugeo
    started a topic Problem in Access Query

    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
    See more | Go to post

  • sijugeo
    started a topic How to call a MS Access Queries from asp.net 2.0
    in .NET

    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.
    See more | Go to post

  • 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,...
    See more | Go to post

  • 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.
    See more | Go to post

  • sijugeo
    replied to Binding a Radiobuttonlist to a Database
    in .NET
    Validate the Input coming from database before assigning to the radiobuttonlist

    if(Value!="")
    {
    //Include the binding code here
    }

    Siju...
    See more | Go to post
    Last edited by Frinavale; Nov 5 '08, 02:55 PM. Reason: fixed quote

    Leave a comment:


  • sijugeo
    started a topic How can I include CSS external file in content page
    in .NET

    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
    See more | Go to post

  • i think,for files and directory SYSTEM.IO is correct.
    But I want namespace for Userfiles and directory
    See more | Go to post

    Leave a comment:


  • Which 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
    See more | Go to post

  • sijugeo
    replied to history.go(-1), is not working.
    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.

    Siju
    See more | Go to post

    Leave a comment:


  • sijugeo
    started a topic history.go(-1), is not working.

    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.
    See more | Go to post

  • sijugeo
    started a topic ValidationGroup and ValidationSummary an ASP.net
    in .NET

    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
    See more | Go to post

  • sijugeo
    started a topic Converting Currency format
    in .NET

    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...
    See more | Go to post

  • sijugeo
    replied to Problem of Displaying Gridview in firefox
    in .NET
    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 ,
    Siju
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...