User Profile

Collapse

Profile Sidebar

Collapse
priya0123
priya0123
Last Activity: Mar 27 '07, 01:13 AM
Joined: May 10 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • priya0123
    started a topic Partial page caching errors?????
    in .NET

    Partial page caching errors?????

    Hi,

    We are writing an application in asp.net 2.0.

    We have used menu control and made it a usercontrol. I have Partial cached the user control.

    After caching the user control, this is being used in a Master Page.

    Everything was working fine without caching but after caching the control, it is throwing null referance errors randomly.

    Sometimes it works and soemtimes it does't....
    See more | Go to post

  • priya0123
    started a topic console app, need help
    in .NET

    console app, need help

    Hi
    I have created a console app. Which as if statements
    if(a>b)
    {
    Create(a);
    }
    else if( a<b)
    {
    Update(a);
    }

    if(a==b)
    {
    //Console.wirte(" a equals b");
    }

    it is working fine but if the first if statement becomes true, it is going out to console and stops there. It is not executing the second if statement.]
    I want...
    See more | Go to post

  • As per my understanding.
    Go to properties of that button, selete the tab index and set it.
    TabIndex is something which is selection order of controls .
    so go to all the controls, like for example
    set textbox tab to 1
    set button tab to 2
    so immediately after text box it sill select the button

    U can also search in the web about the above.

    I hope it helps.
    See more | Go to post

    Leave a comment:


  • priya0123
    started a topic export from asp.net to multiple excel worksheets
    in .NET

    export from asp.net to multiple excel worksheets

    Hi,

    I have written an application where onclick of a button, asp.net page is exported to an excel spreadsheet.
    But now the client want to have multiple spreadsheets.
    for example sheet1 has some date, sheet2 has some date. And also each should be given a name.

    How do I do that?

    Any help would be appreciated.

    Thanks
    Priya
    See more | Go to post

  • priya0123
    replied to copy to a folder
    in .NET
    Thanks,

    Let me try, I will let u know the output....
    See more | Go to post

    Leave a comment:


  • priya0123
    started a topic copy to a folder
    in .NET

    copy to a folder

    hi,

    I have created a .aspx page, where it generates a matrix in excel sheet.
    I passed projectid and other three items in query string.

    Now whenever a user generates a matrix ( i mean opens the .aspx page)
    it should also be stored in a folder on the server.
    I mean that page should be stored in a folder on the server.
    For example, if the aspx page is c:\\test.com\pg My.aspx?pid=823 & p=1...
    See more | Go to post

  • priya0123
    replied to Can treeview for .net 1.1 on windows 2003?
    in .NET
    Does any one has the answer

    Thanks......... .......
    See more | Go to post

    Leave a comment:


  • priya0123
    replied to Page not found error loading a treeeview
    in .NET
    Hey, thanks for ur reply.

    U know what when i make the treeview invisble i dont see the page not found error.

    What coulld be the problem??????

    thanks
    See more | Go to post

    Leave a comment:


  • priya0123
    replied to Can treeview for .net 1.1 on windows 2003?
    in .NET
    Hi,
    thanks for replying.

    I did all the above, its working on my development box, which has xp.
    Our server has win 2003, there comes the problem.
    If i see the page, it says page not found. If I make the treeview invisible in its properties then that page works fine.

    Can some one help.

    Thanks......... ..
    See more | Go to post

    Leave a comment:


  • priya0123
    started a topic Can treeview for .net 1.1 on windows 2003?
    in .NET

    Can treeview for .net 1.1 on windows 2003?

    I want to know can treeview work on windows 2003 for asp.net 1.1 version.
    The treeview is free download from microsoft website.

    Thanks
    See more | Go to post

  • priya0123
    replied to Page not found error loading a treeeview
    in .NET
    I did check for windows, there is windows folder but there are no folders under it.
    but the path exactly matchs the winnt

    like c:\winnt\system 32\..........

    I dont know what i should do
    See more | Go to post

    Leave a comment:


  • priya0123
    replied to Page not found error loading a treeeview
    in .NET
    http://forums.ebay.com/db1/thread.js...=1146596350661

    here is the answer, but our test server is on winnt
    but the under the properties of the page it is showing me c:\windows\....

    very confusing.........
    See more | Go to post

    Leave a comment:


  • priya0123
    replied to Page not found error loading a treeeview
    in .NET
    hi,

    yes I registered the control on test server

    thanks
    See more | Go to post

    Leave a comment:


  • priya0123
    started a topic Page not found error loading a treeeview
    in .NET

    Page not found error loading a treeeview

    :confused: Hi,

    I have created a treeview control in asp.net 1.1 and worked perfectly fine on my development box.
    Now I have uploaded the pages to my sandbox(test box),
    everything is fine there ( pointing to dll, src path ect).
    but when try to open the tree view it says page not found error http 404.
    when I checked the properties of the page it has wrong path.
    res://C:\WINDOWS\syst em32\shdoclc.dl...
    See more | Go to post

  • priya0123
    replied to Loading CheckBoxList
    Hi,

    According to what I understood.
    1. Get the data into datareader / dataset
    2. Loop thru it and get the data of check list.
    3. Try to load the data for which u want to check the items.
    ex: if u want to chek all the items starting with 'a' - send them to a dataset
    4. So inside the loop of datareader compare them and set them to checked.
    ex:
    foreach(DataRow drow in dset.Tables[TableName].Rows)...
    See more | Go to post

    Leave a comment:


  • priya0123
    replied to Checked nodes
    in .NET
    Does anyone has the answer
    See more | Go to post

    Leave a comment:


  • priya0123
    started a topic Checked nodes
    in .NET

    Checked nodes

    Hi,

    I have a treeview control, I am using asp.net1.1 .
    I have made nodes.check = ture that is check boxes appear at the nodes.
    But now I want to know how to get the checked nodes values. So that when a user checks 4 nodes and clicks the submit button.
    Those four values should be displayed.
    AfterSelectInde xChange is not working, I dont know why?
    Its really urgent.

    Does any one have...
    See more | Go to post
    Last edited by priya0123; Jun 23 '06, 05:10 PM. Reason: repost

  • priya0123
    started a topic checkboxes in a treeview control
    in .NET

    checkboxes in a treeview control

    Hi,
    I am using asp.net 1.1.
    I am using treeview control in my application. I want to use check boxes for all the nodes. We have an option called "nodes.chec k = true" where we can get the check boxes. But I want to know how to handle the checked event of this.
    For example if I check three nodes and click submit button then the values of those selected nodes should be displayed.
    How can I accomplish this?
    ...
    See more | Go to post

  • priya0123
    replied to Automate Execution
    in .NET
    Hi,

    I have a page "mail.aspx" , where I have used smtp to generate mails.
    Now I want to execute this page daily evening at 5.00 pm and send emails.

    How do I do that?

    I went through google and found that I have to write scripts to make it automated i.e., .exe file. But I dont know how to write it.

    Its really urgent.

    Please reply ASAP.

    Thanks...
    See more | Go to post
    Last edited by priya0123; Jun 9 '06, 04:14 PM.

    Leave a comment:


  • priya0123
    replied to Automate Execution
    in .NET
    does any one have the answer

    does any one have the answer
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...