User Profile

Collapse

Profile Sidebar

Collapse
Spanco
Spanco
Last Activity: Dec 11 '07, 09:12 AM
Joined: Mar 28 '07
Location: New Delhi
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Spanco
    started a topic Javascript <%= VariableName%>

    Javascript <%= VariableName%>

    Hi all ,

    In my application Some values are comming from codebehind page with the help of <%= %> like

    var sServerName='<% = ServerName %>'

    and i pass this sServerName as a Header during callback.so the problem is the the sServerName is not evaluated and passes as it is like '<%= ServerName%>'

    i want its value ..
    please help me
    See more | Go to post

  • Spanco
    replied to Ajax tree view
    in .NET
    what approach is better ie use a .net treeview control in update panel or make a ajax call on clicking on each node i know the 2nd one is good but i need some more facts like if i used ist one and when a node clicked event is generated then whole tree view is posted but in second one there is on demand loading

    please send some more views

    thanks
    See more | Go to post

    Leave a comment:


  • Spanco
    started a topic Ajax tree view
    in .NET

    Ajax tree view

    Hi all,

    Well my query is regarding the optimal use of ajax,I have to build a user control that is functioning of tree view .example

    There are three pane

    1.In fist pane there is a tree view

    2 In 2nd pane ,contain the list that is populated on click of a node(on text click)

    3 In third pane when i double click the item of second pane it should moved into 3rd pane....
    See more | Go to post

  • Spanco
    replied to Runtime editing in web.config
    in .NET
    Thanks Really good Stuff.

    But what iam trying to do is : There is a Seperate application to edit the web.config of a currently running site.

    Iam trying it throught web service if it is done sucessfull i will get back to you.

    bi...
    See more | Go to post

    Leave a comment:


  • Spanco
    replied to Runtime editing in web.config
    in .NET
    Thanks 4 reply....

    What i Know that in ASP.NET 2.0 IIS Does not restart the application,I may be wrong please reply me....
    See more | Go to post

    Leave a comment:


  • Spanco
    started a topic Runtime editing in web.config
    in .NET

    Runtime editing in web.config

    My web application is using multiple databases according to user requirement.

    Means user can choose the database from available database ( Available databases are maintained in web.config file in form of a key - values)

    Now when I have to change the available connection or have to add a new one then I have to go to web.config and edit that one.



    Now the new requirement is to update web.config...
    See more | Go to post

  • Hi ....

    Just try a tiddle sign(~) in place of server.mappath and see what happened and please get back to me we both will solved it,waiting for response...
    See more | Go to post

    Leave a comment:


  • Step 1 .Create a .cs file (Hope u didnt get any problem)
    Let us suppose that u create UtilityInfo.cs and add it to app Code folder

    Step2.

    At ur Page load event Create the instance of ur .cs file as
    UtilityInfo utf =new UtilityInfo();

    Step 3.

    If u want to call any function from that cs file u just to write

    utf.functionnam e(function parameter)

    ...
    See more | Go to post

    Leave a comment:


  • Spanco
    replied to JavaScript Vs Ajax
    Sorry n Thanks ,will keep in mid its my mistake...
    See more | Go to post

    Leave a comment:


  • Spanco
    started a topic JavaScript Vs Ajax

    JavaScript Vs Ajax

    Hi all,

    There is a Huge use of Javascript in our project and I want to shift to ajax can any body help me Some Steps To start.
    See more | Go to post

  • Spanco
    started a topic Security and Deployment
    in .NET

    Security and Deployment

    In my Application ,When I am hosted my application , that gives an error....

    "Exception: System.Security .SecurityExcept ion:That
    assembly does not allow partially trusted callers.

    Description: Application attemped to perform an
    operation not allowed by the security policy.

    To grant this application the required permission,
    please contact your system administrator or change the...
    See more | Go to post

  • Spanco
    replied to Renaming a Dataview Column
    in .NET
    Use This code:: Mind the All the can not hold the same name.

    TempTable.Colum ns(index).Colum nName = "What u Want" & index

    Cheers...
    See more | Go to post

    Leave a comment:


  • Spanco
    started a topic Renaming a Dataview Column
    in .NET

    Renaming a Dataview Column

    Dear All ,

    Can anybody Tell me the Code for renaming the Column in the dataview.
    I used the following but it is not working

    Tablename.Colum n(Index).Column Name.Replace(Ol d ColumnName,New Column name)

    Requirement: Except first Column All the column should be Blank or space


    Regards
    Pradeep
    See more | Go to post
No activity results to display
Show More
Working...