User Profile

Collapse

Profile Sidebar

Collapse
madhu7sudan
madhu7sudan
Last Activity: Aug 8 '07, 11:08 AM
Joined: Jul 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • madhu7sudan
    replied to Session Expire Problem
    in .NET
    hi

    if u r using formauthenticat ion this is the code in web.config

    <authenticati on mode="Forms">
    <forms name="appNameAu th" path="/" loginUrl="login .aspx" protection="All " timeout="30">

    </forms>
    </authentication>


    at path = set u r own path...
    See more | Go to post

    Leave a comment:


  • can any one tell what is the meaning of Assembly exactly.

    details about Assembly in dotnet
    See more | Go to post

  • madhu7sudan
    started a topic polymorphism doubt
    in C

    polymorphism doubt

    Here is the code

    using System;
    namespace Polymorphism
    {
    class A
    {
    public void Foo() { Console.WriteLi ne("A::Foo()") ; }
    }

    class B : A
    {
    public void Foo() { Console.WriteLi ne("B::Foo()") ; }
    }

    class Test
    {
    ...
    See more | Go to post

  • Problem in stored procedure in the last line plz help

    HI here is the stored procedure

    CREATE Procedure dm_deleteBBPost
    (
    @TopicID numeric,
    @ForumID numeric

    )
    As
    declare @netCount as int

    BEGIN
    Select @netCount=count (*) from tblBBPosts where TopicID=@TopicI D

    update tblBBForums set TotalTopics=Tot alTopics-1,TotalPosts=To talPosts-@netCount where ForumID=@ForumI D

    Delete From tblBBPosts Where...
    See more | Go to post

  • Problem in stored procedure in the last line plz help

    HI here is the stored procedure

    CREATE Procedure dm_deleteBBPost
    (
    @TopicID numeric,
    @ForumID numeric

    )
    As
    declare @netCount as int

    BEGIN
    Select @netCount=count (*) from tblBBPosts where TopicID=@TopicI D

    update tblBBForums set TotalTopics=Tot alTopics-1,TotalPosts=To talPosts-@netCount where ForumID=@ForumI D

    Delete From...
    See more | Go to post

  • madhu7sudan
    started a topic how to read the query in store procedure

    how to read the query in store procedure

    i wrote a stored procedure here is the code


    CREATE Procedure dm_deleteBBPost
    (
    @TopicID numeric,
    @ForumID numeric

    )
    As
    declare @netCount as int

    BEGIN
    Select @netCount=count (*) from tablename where TopicID=@TopicI D

    update tablename set TotalTopics=Tot alTopics-1,TotalPosts=To talPosts-@netCount where ForumID=@ForumI D
    ...
    See more | Go to post

  • madhu7sudan
    started a topic Paging in datalist
    in .NET

    Paging in datalist

    i attahed a databse to a datalist

    some 100 records are coming

    i want paging in datalist 10 in onepage and next 10 in another page.......
    See more | Go to post

  • FCK editor URL highlight problem in mozilla

    I have installed my website FCKEditor 2.4 version it is working everything fine in
    IE & Mozilla but I see one problem

    when we type any website url on editor in IE is highlighting url but in mozilla it is not highlighted please any one having solution for this

    Advance Thanks
    For your reply
    See more | Go to post

    Leave a comment:


  • madhu7sudan
    started a topic SDLC life cycle

    SDLC life cycle

    plz can any one explain abt the complete life cycle of SD.
    how it work in real time. I mean which stages are crucial.
    See more | Go to post

  • madhu7sudan
    started a topic command builder object
    in .NET

    command builder object

    can u plz tell me how use this command builder
    See more | Go to post

  • hyperlink working in IE not in MozillaFireFox

    Hi
    In ASP i want to send a mail. And i am using FCK editor.
    In that editor if i entre www.google.com it changes to Hyperlink i.e. if i press on that link it redirected to goole home page.

    It is perfectly working in IE but not in mozilla could u plz find the reason and inform.

    send it to this id
    <send me a pm>
    See more | Go to post
    Last edited by jhardman; Jul 17 '07, 06:56 PM. Reason: removed email address

  • Display subsets of data without refreshing page

    hi

    In a whole page i have one box and in that box there are many name ( like 1000) and i have display only 10 names and a link button more

    if i press on that linkbutton it shold display the next 10 members without refreshing the page.


    Could u plz tell me the answer its very urget!!!!!!!!!! !!!!!!
    plz reply to this mail id
    **** - email removed (against site rules)
    See more | Go to post
    Last edited by acoder; Jul 17 '07, 11:33 AM. Reason: email removed
No activity results to display
Show More
Working...