User Profile

Collapse

Profile Sidebar

Collapse
kannabiran
kannabiran
Last Activity: Jan 28 '08, 01:51 PM
Joined: Jan 24 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Sys.WebForms.PageRequestManagerServerErrorExceptio n

    Hi Every One..

    Im using Master Page in my project in my child page im using update panel while hitting the server button im getting this following error and I also added ValidateRequest ="false" , EnableEventVali dation="false" in webconfig Pages Tag but im still getting the following error.


    Sys.WebForms.Pa geRequestManage rServerErrorExc eption: An unknown error occurred while processing...
    See more | Go to post

  • kannabiran
    started a topic How to highlight the row.....
    in .NET

    How to highlight the row.....

    Hi Guys,
    Im using c# asp.net,i had used datagrid to display the record from the database,in the datagrid i had used template column as textbox now i need to highlight the row onmouseover using javascript and also specify in server side how to hande this? help me

    rgrds

    Kanna...
    See more | Go to post

  • How to get input as comma and alphabet alone??

    Hi,

    Im using C# ASP.Net here in the textbox i need to get the input as like follows

    ,any alphabet or any alphabet,any alphabet for example ,C or C,E like this i want to get the input.The textbox should get only one comma and it should not get any other special characters.it can be either by server side code or by the java script code..How should i do this any assistance plz..



    rgrds
    ...
    See more | Go to post

  • kannabiran
    started a topic How to add user to the folder?
    in .NET

    How to add user to the folder?

    Hi,
    Im using C#.Net 2003,framework version 1.1,In the folder we can add the user manually by right click the folder-->properties-->security-->add-->user.Here i want to add user to the folder by programmaticall y,how do i achieve this.Help me..

    Rgrds
    Kanna..
    See more | Go to post

  • Is it this is possible or not? if not why.. if yes,give me the code snippet,that will helps to me..

    rgrds
    Kanna..
    See more | Go to post

    Leave a comment:


  • How to set permission(Full control) to the folder..

    Hi,
    For a folder i have to set the permission as full control by programmaticall y,im using C#.Net 2003,Framework Vresion 1.1,How can i accomplish this one,plz help me..

    Rgrds
    Kanna..
    See more | Go to post

  • Yes,im Having Active directory..just i want to check whether the user is a valid user or not by programatically ..as per as the windows login i have to achieve that by programmaticall y..

    regrds
    Kanna.....
    See more | Go to post

    Leave a comment:


  • Check Windows username and password using C#.Net 2003

    Hi,

    Im using C# Windows.Net 2003,im using windows 2000 operating system.. i retrieved all the available windows user by using the following code and listed in the listbox..


    private void button2_Click(o bject sender, System.EventArg s e)

    {

    using(Directory Entry root = new DirectoryEntry( "WinNT://node-10"))

    {

    foreach (DirectoryEntry child...
    See more | Go to post

  • kannabiran
    started a topic How to connect C# ASP.Net to Excel sheet
    in .NET

    How to connect C# ASP.Net to Excel sheet

    Hi everyone,
    Im using the C# asp.net as the front end and i need to use the Excel sheet as the back end.i want to select the records which is available in the excel sheet using query and insert,update,d elete every thing i want to achieve it from the front end..suppose im having the two fields in the excel sheet like ID and Name,im having two textboxes in the front end to view the record.

    1.what is the provider to connect...
    See more | Go to post

  • Hi Friend,
    Thanks for ur reply..actually im new new to the java script,i dont know how to maximize window in javascript..if u know the code please send it to me..

    Regards
    Kanna
    See more | Go to post

    Leave a comment:


  • Problem on maximizing the window on java script

    Hi,
    I used this below code to maximize window its works fine..but the maximixe icon it doesnt changed its remains as the single box alone..i need a box overlap icon while maximizing the window.help me..



    <script language="JavaS cript1.2">
    <!--

    top.window.move To(0,0);
    if (document.all) {
    top.window.resi zeTo(screen.ava ilWidth,screen. availHeight);
    }...
    See more | Go to post

  • kannabiran
    started a topic Report generate on excel sheet...
    in .NET

    Report generate on excel sheet...

    Hi everyone..
    Im new to this concetp, i having some records in the dataset now i want these records to exports to the excel sheet, with proper alignment with the header text..for example..

    adp=new oledbdataadapte r("select obj_type,obj_na me from mytable",con)
    adp.fill(ds,"my table")

    Now i want these two columns to export into the excel sheet with security.. Help me...
    thnks...
    See more | Go to post

  • How to compare two database objects_type and objects_name

    Hi,
    Im using vb.net as a front end and oracle as a back end,have to compare the two database object type and object name if its available means i need as true else false and should be entered in the isavail column...
    Eg..
    obj_type obj_name isavail
    ------------ --------------- ---------
    package package_name
    index Index_name
    ...
    See more | Go to post

  • kannabiran
    started a topic To find record exist or not
    in .NET

    To find record exist or not

    Hi 2 all..
    Im using vb.net as front end and oracle as back end,can you help me to find the record is exists or not on before inserting the record,if exists means i need a msgbox as this record is already exist...plz help me..
    Regards
    Kanna...
    See more | Go to post
No activity results to display
Show More
Working...