Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
B

blakshmi

@blakshmi
About
Posts
14
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Web Response
    B blakshmi

    Hi all, I have a web page which i don't want to disclose to the user, the response of this is a file download dialogue.... And by using web request and web response objects im calling that above web page and getting the response but my problem is im getting only the file type and the content but actually i want content. So please help me if you know.......... thanks in advance

    Lakshmi

    ASP.NET help

  • [Message Deleted]
    B blakshmi

    [Message Deleted]

    .NET (Core and Framework)

  • How to zip files in asp.net?
    B blakshmi

    I display a list of files on the screen, each with a checkbox next to it. At the bottom, there is a "Download" button that should allow the client users to download all the checked files to their computer. How can I do this bulk downloading (and having to ask the user to choose the location on their machine just once)? I havent found any posts on the internet that shows this is possible. Many suggest zipping up all the selected files first on the server, and then download that ZIP file. But how do I zip up files on the fly (programmatically in C#/ASP.NET)? Is there a .NET class that supports all these zip operations?? thanks for any help!

    Lakshmi

    ASP.NET question csharp asp-net sysadmin help

  • right-click functionality in asp.net
    B blakshmi

    Did U find any solution for this, if u found can u help me. I also having the same problem plzzzzzz

    Lakshmi

    ASP.NET csharp asp-net visual-studio help

  • Parent Client Id!
    B blakshmi

    Hi, The situation is like this.... I have a grid showing "FileName" as link... For "FileName" i placed ContextMenuStrip that contains a linkbutton(Save) when i click on "Save" , i need which FileName should i need to save. For that i need the parent client id of Save. Is this way is correct? Give me some idea plzzzzzzzzz Thank u....

    Lakshmi

    ASP.NET css question

  • How to use contextmenustrip(windows) control in web pages(ASP)?
    B blakshmi

    Thank u for your response.... I'll try to do like you said!

    Lakshmi

    ASP.NET help tutorial question

  • SaveFileDialog in ASP.NET
    B blakshmi

    Hi, If u found solution for this can u give me!!!! plzzzzz Thank u

    Lakshmi

    ASP.NET question csharp asp-net

  • How to use contextmenustrip(windows) control in web pages(ASP)?
    B blakshmi

    Thank u Sathesh, I want to use that ContextMenuStrip control in web application, for that what i need to do, i know how to use contextmenustrip in windows forms.

    Lakshmi

    ASP.NET help tutorial question

  • How to use contextmenustrip(windows) control in web pages(ASP)?
    B blakshmi

    Hi, I have a need to use ContextMenuStrip control in aspx page. Plz do help if u have any idea. Thanks for any help!

    Lakshmi

    ASP.NET help tutorial question

  • Query String!
    B blakshmi

    Hi, I have a javascript code for pop window. I want to pass values from this calling page to that pop window and similarly i want to send some data from that window to this called page. Plz Help me..... Thanks in advance!

    Lakshmi

    ASP.NET javascript database help

  • Retrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 8007000e.
    B blakshmi

    I am getting this error while accessing the lotus notes. It is working fine when executes in my system but giving this error while executing in IIS virtual directory. The error is Retrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 8007000e. Source Error: Line 22: protected void btnAddress_Click(object sender, EventArgs e) Line 23: { Line 24: Domino.NotesSessionClass sessclass = new Domino.NotesSessionClass(); Line 25: sessclass.Initialize("lotuspwd");//PWD is required Line 26: Domino.NotesDatabase notesDB = sessclass.GetDatabase("serveraddress", "names.nsf", false); Thanks for any help.......

    Lakshmi

    ASP.NET help com windows-admin

  • System.OutOfMemoryException: Retrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 8007000e.
    B blakshmi

    I am getting this error while accessing the lotus notes. It is working fine when executes in my system but giving this error while executing in IIS virtual directory. The error is Retrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 8007000e. Source Error: Line 22: protected void btnAddress_Click(object sender, EventArgs e) Line 23: { Line 24: Domino.NotesSessionClass sessclass = new Domino.NotesSessionClass(); Line 25: sessclass.Initialize("lotuspwd");//PWD is required Line 26: Domino.NotesDatabase notesDB = sessclass.GetDatabase("serveraddress", "names.nsf", false); Thanks for any help.......

    Lakshmi

    COM help com windows-admin

  • Web Parts!
    B blakshmi

    Hi, Where i can get the best web parts example applications to learn about web parts. Plz can any one suggest me. Thank u

    Lakshmi

    ASP.NET tutorial

  • Connecting Lotus Notes through ASP.net
    B blakshmi

    Hi, I connected to the Lotusnotes using odbc driver, the code is like this string SQLStatement; OdbcConnection dbConn = new OdbcConnection("DSN=MyLotus;Provider=MSDASQL.1;Persist Security Info=False;Extended Properties=DRIVER={Lotus NotesSQL 3.01 (32-bit) ODBC Driver (*.nsf)};Database='C:\\lotus\\notes\\data\\names.nsf';Server=NESERVER;UserName=;PWD=Lotuspwd;MaxSubquery=20;MaxStmtLen=4096;MaxRels=20;MaxVarcharLen=254;KeepTempIdx=1;MaxLongVarcharLen=512;ShowImplicitFlds=0;MapSpecialChars=1;ThreadTimeout=60;"); dbConn.Open(); SQLStatement = "SELECT * FROM "; Here i want to now the table name. Is my way of connecting is right, to get the address book of lotus notes? Plzzz can any one help me? Thanks in advance

    Lakshmi

    ASP.NET csharp asp-net database sysadmin security
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups