Hi,
I'm trying to parse an XML document in a SilverLight app using LINQ & XDocument. It is successfully loading the file, but I can't seem to get at the elements. Attached is a code snippe...
I am trying to develop a newsletter system in C# and because of some specific issues I need the full path of the .html file I am sending as a newsletter inline message body.
When I am using...
I have a gridview that has two datakeys assigned to it.
Now I want to use the second datakey for a delete operation; I have a template column below
<asp:TemplateField Sho...
I have two pages in my web app. The first page has a grid view of a list of items, beside each row entry, I have a 'View' button. On clicking the 'View' button it navigates to the second page ...
I need some assistance creating a VB.NET function to convert a string like "Hello" to a string of Decimals or Hex much like it is done on this page: http://www.easycalculation.com/ascii-hex.ph...
How would I load images from a resx file to a RichTextBox? is it better to load them in a image list first? if so how would i do that? i dont want to "copy and paste" as i have seen many examp...
Hello,
i have a webmethod that simply creates an object which then creates a web reference to perform calls on other web methods. When it tries to actually pass in a parameter to the web m...
I am getting the following error when booting up my computer, right after I login to WinXP.
An unhandled win32 exception occured in explorer.exe[1612]. Just-in-Time debugging this exception...
Hi i just worte code to display pop up message to display when user trying add or remove in a table.
Its working fine on my system but when moved it to development server its showing error li...
Hi Experts,
I have some code I am using where I split a comma delimited file (originally and excel sheet) into columns to insert into a table via dataset. Now I need to modify the code so t...
Hi, everybody,
we would like to download .net framework 3.5 with sp1 offline. Anybody can suggest link, as we have searched but found only starter pakage of installation.
I have a from with several ddls that I use to prefilter. Everything works fine, the user makes a selection(s)and navigates to the next form which shows data based on selections made from the d...
Trying to delete an XML node and encountering difficulty. Here's my code
XML CODE
<ConceptCenters>
<center>
<text>P Concept Center</text>
<value>PCC</value>
</center>
<c...
Dear Experts,
I have a web service where I get a json string.
How can I get the objects from that string?
Thanks in advance!
I have an application written in C# that is uses the Microsoft DataAdapter's Fill method to populate a .NET DataSet instance from an ADO recordset. It works fine on the first run through i.e....
Hi everyone,
I want to fill GridView from XML Document in asp.net. My XML is structured in following way.
<Answers>
<AnswerSet>
<Answer questionId="FName">aa</Answer>
<Answe...
I have a C# Windows Service application that indexes the words in DOC and XLS files a particular directory. It creates a FileSystemWatcher which monitors the files. For the watcher_Changed pro...
Greetings EE Gods.
Using ASP.net, I can employ this line:
<img id="product_fullimage" alt="" runat="server" />
From other images, I can change the source of the img tag on the fly using...
How do I add a ComboBox to a C# Datagridview only in a particular cell? Not the whole column.
The ComboBox control would always be in column 2 for example for only in particular rows.
Any i...
Hello,
Programming in VS2003-ASP.NET 1.1, I have this problem: Using DirectoryEntry and without any admin user, how can I check if a domain account, that try to login, has expired?
Scenario:...
First Part
I have created composit control (usercontrol) and I named it btnAddDelExt.cs. I have added three button control in it and nemed them btnAdd, btnDel, btnExt respectively. Then I set...
Would like the user to be able to select an option on our VB.NET windows application which then installs and starts it as a windows service. If the user run the application again it informs it...
I am pulling in a order start date and order end date to create an ordering window. I need to check that today's date falls within this defined window. It works to find out if the date is equa...
Good Day:
I am creating a WinForms application using VB.NET 2005 with the DataGridView control. How do I dynamically load my DataGridView combo box? I have seen examples using wizards, bu...