CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: veeresh@MS

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,174

    To Get the Scroll Height

    Hi,

    In aspx page

    i wrote one function in javasript to show the scrolling height

    function scrollingDetector(){

    if (navigator.appName == "Microsoft Internet Explorer"){
  2. Replies
    3
    Views
    16,265

    Timeout Problem in Ajax

    hi

    I am working with AjaxEnableWebsiteApplication. Sometimes i got Timeout Exception like..

    Sys.WebForms.PageRequestManager TimeoutException: The Server request timed out.

    How to avoid this...
  3. Replies
    0
    Views
    5,484

    Migrating VS2005 to Asp.net Ajax Ver1.0

    Hi

    First I hav migrated my project from VS2003 to VS 2005 using UpdatePackage(VS80-KB915364-X86-ENU).

    Aftersometimes i hv installed Asp.net Ajax ver 1.0 .

    and now i hv create one Asp.net...
  4. Thread: DataGrid

    by veeresh@MS
    Replies
    0
    Views
    540

    DataGrid

    Hi,
    i hv a datagrid i want to show the available rows according to the height of the screen(without Scrollbars) not by PageSize property of the DataGrid
    Pls give me some ideas
    thankyou
    veeresh
  5. Replies
    0
    Views
    737

    Displaying Records in a DataGrid

    Hi,
    i hv a datagrid i want to show the available rows according to the height of the screen(without Scrollbars) not by PageSize property of the DataGrid
    Pls give me some ideas
    thankyou
    veeresh
  6. Replies
    1
    Views
    938

    Processing Bar...

    hi..
    i want to display a progress bar in the middle of the page while loading some process

    for that.. i wrote one javascript funtion progress()
    but from that function i dont know how to...
  7. Replies
    4
    Views
    878

    Re: Datagrid with DropdownMenu and Button

    hi

    thankyou.. i hv populated dropdown list..

    now i want to add a button to the datagrid..

    here is the code. i hv used ..


    <asp:TemplateColumn HeaderText="File Name">
  8. Replies
    4
    Views
    878

    Datagrid with DropdownMenu and Button

    hi
    i hv a Datagrid which hv a dropdownmenu and a button in each row
    i want to populate the dropdown menu inside the Datagrid..
    i want to add Upload button inside the datagrid..
    any idea pls...
  9. Replies
    1
    Views
    631

    Problem in publishing webapplication

    hi,
    i am using webservices with asp.net2.0

    After publishing my webapplication.. while running the application

    i go errors like this

    Server Error in '/OfficeMatrix' Application....
  10. Replies
    0
    Views
    1,560

    Treeview with checkbox

    Hi

    I am using Treeview with checkBox for all Nodes..

    i want to change the childNodes checkBox status according to the checkbox status of the Parent node..

    for that i have used this method...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured