Search results for query: *

  1. m_mahesh

    How to make shared assembly

    How to make a third party dll as a shared assembly? I have problem of call back procedures in .Net remoting. In .net remoting all the assemblies are to be shared with it's strong name. In this case i have been able to make my assemblies to be shared. I got lot of solutions regarding creating...
  2. m_mahesh

    Export--Linkbutton

    Hi i have a datagrid with a button column,button type is Linkbutton and i'm exporting the datagrid to Excel by the following code Dim tw As New System.IO.StringWriter Dim hw As New System.Web.UI.HtmlTextWriter(tw) Response.ContentType = "application/vnd.ms-excel" Response.Charset = ""...
  3. m_mahesh

    How to Upload File in ASP.NET - File/Dir Lis Box Control in ASP.NET ?

    Hi, In Image Galary Project, On click of button i want to Show File/Dir List Box Control in ASP.NET , so i can select file from List, so how to do that ?, i there any control in asp.net ? will FileSystemWatcher class will work ?,
  4. m_mahesh

    Relocation of aspx files

    friends, I have a problem related to asp.net. I have moved some of the aspx files and the code behind files to a new folder under the root folder. Now while i try to include these files in VS.NET is shows that file already exist. and doesnt get included. Is there any changes need to made...
  5. m_mahesh

    No touch Deployment

    I am working on a web application which gives a marathi UI, but to display this UI in marathi & storing the data entered in the UI in marathi in the DB, we are using a third party component. Whenever a user tries to work with our site, this component should be downloaded only once so that he can...
Back
Top