User Profile

Collapse

Profile Sidebar

Collapse
murali81
murali81
Last Activity: Jan 25 '08, 10:31 AM
Joined: Jan 16 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • murali81
    started a topic Datagrid Search
    in .NET

    Datagrid Search

    hi, ive one scenario:
    i have name,phno,atten ded status.,and so on.. in table.im getting records into datagrid (in windows application) .i want to search the records based on the name&phno (eg:if i give name:chris phno:9921343434 in textboxes it should display his record.
    How should i search without effecting performance if more records r there? .plz reply or send any link ASAP .

    thankyou
    See more | Go to post

  • murali81
    started a topic asp.net to pdf file
    in .NET

    asp.net to pdf file

    hi,i am generating PDF file in asp.net.its working fine.(using itextsharp)
    can we change the default zoom(magnificat ion)??
    i want to change it to 100% .now its showing 105%
    and i want to change the font style to arial.I think there is no arial in the properties of itextsharp. please help
    See more | Go to post

  • murali81
    replied to session handling
    in .NET
    thank you for ur reply:
    actually my problemis:I am handling session in page_load.but when i am clicking on a button i am redirected to another page which is different from given page in Response.Redire ct().
    thank you...
    See more | Go to post

    Leave a comment:


  • murali81
    started a topic session handling
    in .NET

    session handling

    i am using asp.net2.0 :
    i am handling session in every page_load,butto n_clicks
    using
    if (Session["name"] == null)
    {
    Response.Redire ct("Login.aspx" , false);
    Response.End();
    return;
    }
    else
    name = Session["name"];
    please suggest me is there any alternate...
    See more | Go to post
No activity results to display
Show More
Working...