Hi,
I am using C# of VS .Net 2005.
I want to call another executable file (.exe)in my program. I need to wait till executable is terminated
How can I do it?
Thanks.
using javascript -- I am getting a NAN error when calculating a field that a 'null' value
each time a relevant textbox field has had its value changed, the javascript fires up and tries to ...
How can I use .NET to get a list of all the members of an Active Directory Group?
Here's my problem
I have a datagrid with a linkbutton column. when i click the link in any row the link button text should display it in the label control in the webpage
<asp: Datagrid...
I am parsing HTML documents using MSHTML. I have a console application with a Form class hosting AxWebBrowser control to render the document. AxWebBrowser control is being used to get rendered...
hi all
I'm trying to do recordset in C# & asp.net
i keep getting the object not set to reference error.
Hi,
Please let me know tool that would extract source code from DLL and also that allows to find out any new method /method signature changes have been added to source code.
Your help wo...
have created a database bound gridview fine etc.
when using the rowcommand (i.e. pressing the select link button) and collecting the row selected...I can only select from visible columns? ...
i had a combo box the field length of it is 1 char in database but the user should be able to see "default " and "override" text in combobox . how to store it in the collection so that it sho...
Hi Experts,
I have a gridview which gets populated. I'm trying to create a dataset from it so I can export the dataset to excel.
When the "XL" button is clicked it calls a function which...
Hi,
Can you please explain me what is the difference between "Assembly.Load" & "Assembly.LoadFrom" & "Assembly.LoadFile" in VB.NET or C# with simple examples ? Need simple explanation f...
Trying to find .net 2005 c# code to open an excel document and then populate it with data from a datagridview
I would like to send binary data (files from a document management system) over an ASP.NET Web service. I am programming in C#. I assume I would have to use a stream and convert it to a byte...
Using C# I need to find the maximum date in a datetime field called RateThroughDate, add one day to it, using it to compare, for validation purposes, against a date entered into a Web form. I...
I have some code that I would like to execute for each row in a dataGridView that I am populating from a database. Does anyone know how I can get the value of the ID Column for each row for t...
within the data gridview -- when displaying the Horizontal gridlines, this works well in terms of slightly seperating each row....but, at the top and bottom (header/footer) this feature also a...
Hi Experts, I am not really sure why this is a problem, it hasn't been in the past. But I am creating a DataView and trying to sort the contents. The sort dos not seem to be working, the resul...
asp gridview -- getting the button to hyperlink somewhere !
have got the gridview on the aspx page, displaying the colums / data no problem.
have acitvated the delete and button options ...
Hello,
I'm writing a simple HelloWorld like windows app that uses a dll. I'm just trying to use the DLL from within my program. I've read previous answers to similar questions and I've tried...
Here's a webservice I'm having trouble with
<%@ WebService Language="C#" Class="UploadService.Files" %>
using Microsoft.SharePoint;
using Microsoft.SharePoint.WebControls;
using System...
Hi, I need some help with WPF's drag and drop. I have a ListView list
composed of filenames from a selected directory and I would like to add the
drag and drop feature into my list so I can ...
Hi,
from the data in my asp.net application i want to generate a excel file for the user to download. I generate it first using a stringbuilder sb, and then use the following code to stream...
I have two gridviews, one nested inside the other. Both use objectdatasources for binding. I am not sure how to take the value in the master gridview and place it in the paramenter for teh o...
Hi There,
I have a Grid view in my asp.net application . I have a textbox and 2 dropdownlists.
Textbox===users will enter a product number
Dropdownlist1---product groups
Dropd...
I am getting the following runtime error (within browser)
Illegal characters in path
Have using the trim and no trim options to see if there were any additional characters within string ...