Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top .Net Editors & IDEs Solutions: 1 - 25 of 113
 
I have a .Net system service that requires calls to start and stop 2 other services. I want to run this service in a limited context, but still be able to control the other 2 services. I am us...
Hello, My situation. I am using HTML-PDF dll to create dynamic pdfs. The HTML called by the pdf converter is protected with authorisation so only logged in users can view  PDF's (eg invoice...
I have a re-sizing panel in my application which I want to add a 'border' to in the form of a rounded rectangle.  Drawing a standard rectangle seems easy using the following code: private v...
how do I delete row from datatable asp.net vb?
I have created a shared folder as follows :-             // create a directory             Directory.CreateDirectory(folder);             // Create a ManagementClass object             M...
Hiii Sir,  I am s sharepoint developer, i made one connected web part for sharepoint list item. i used treeview control in one web part and gridview for another web part. i used c$ and used...
I am working on a VB.NET dll (VS 2008) and have changed the Assembly version and file version from 1.0.1.0 to 1.0.2.0. After I compile it when I right click properties in the windows explorer ...
I have two panels on a win form. in each pnl I have two groupboxes then in each I have 2 radion buttons. I need to loop through each groupboxes and find and/or clear checked buttons. I kno...
I have developed an "Incident" object that has a generic list as a member (List<Alert>), where Alert is a business logic class. In manipulating the alerts that an Incident will have I am da...
hi, i have a multidimensional array (int) that i assigned to a session variable. now, i want to access this session variable. how do i convert it back to multidimensional array so i can u...
i'm using  a TextureBrush, initialised with a bitmap, to fill a GraphicsPath with this bitmap; as the bitmap is smaller than the path, the bitmap is tiled. It works. Now i want to change the ...
Hi, Please let me know How to unzip a zip file Using System.IO.Packaging . and reading a file inside the Zip file. Thanks
I've a C# Web Application that uses a different class project with some generic code I reuse for all my web sites. Was is the best way to share data between these 2 different projects, this...
Using Visual Web Developer to build aspx (c#) forms. When testing we were jumping up a level to reach the root 'App Data' folder, now we have gone live, we have done a find and replace for all...
I have a GridView where I need to be able to access the old (original) individual values in a row where the user has clicked the Edit Button. I think that I need to do something with the Gr...
I'm attempting to populate a ddl in a templalte field within a DetailsView with the readonly Label value once Edit is selected. For instance I have a field on the detailsview for Site which di...
I have a dynamiv treeview loading from oracle database.  I display 3  levels in treeview and the final child node Name should be displayed in a grid next to it and next to that grid there is o...
Hello, I'm using the following to append word documents to a stringbuilder and then set the stringbuilder to a label. I use streamreader to read the word document then append the text to the s...
I'm  having a problem writing to a log file using vb.NET. The write only occurs in one public function in a Module. I've re-written my file write logic several different ways but still get the...
I have a c# .net application which I'm trying to embed in some else's webpage using an iframe.  When I run the webpage standalone, it works perfectly.  When I embed the page using an iframe, t...
I have created a strong name assembly and installed it in GAC with version 1.0.0.0. Now when I try to add this as a reference to an application, I am not able to see this assembly while addin...
I am using asp.net 2.0 using vb.net. what i am trying to do is the following: when a user visits a page, an alert window pops up asking "Would you like to be redirected to xx.com?".  If the...
Hi, How to add image button in Edit Item Template of Datagrid??? How to call  image_Click() from datagrid??? How to call control from Edit Item Template in image_Click()???? Thanks...    
I've been developing a little project and using LINQ to get some information from the msdb system database. When I added a new connection, I could not get the tables listed (see screendump), ...
Hi I would like to know how to call a crystal report programmatically, mean I will use the same page for all my report depending on what button the user click in a new page. Thank you!